Results

By type

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

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

2022-08-13T05:36:27.694Z||main|||||INFO|500||The following profiles are active: basic
2022-08-13T05:36:41.281Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-13T05:36:41.283Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-13T05:36:41.444Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-13T05:36:45.819Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-13T05:36:46.216Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-13T05:36:46.704Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-13T05:36:46.714Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-13T05:36:46.851Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-13T05:36:47.184Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-13T05:36:47.760Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-13T05:36:49.467Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-13T05:36:51.777Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-13T05:36:51.837Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-13T05:36:52.447Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-13T05:36:52.651Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-08-13T05:36:53.819Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-13T05:36:54.956Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-13T05:36:54.972Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$af915e9a.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-08-13T05:36:54.973Z||main|||||WARN|500||The sdc end point is not alive
2022-08-13T05:36:58.363Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-08-13T05:37:01.895Z||main|||||WARN|500||---
2022-08-13T05:37:01.896Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-13T05:37:01.896Z||main|||||WARN|500||---
2022-08-13T05:37:02.377Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-13T05:37:07.569Z||main|||||INFO|500||Started Application in 43.23 seconds (JVM running for 45.247)
2022-08-13T05:37:07.587Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-13T05:37:07.588Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-13T05:37:07.600Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-13T05:37:07.622Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-13T05:37:07.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4e92fb76-b4a9-4abb-9a64-af7724351c7f url= /sdc/v1/artifactTypes
2022-08-13T05:37:07.666Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-13T05:37:07.978Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-13T05:37:08.013Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-08-13T05:37:08.035Z||scheduling-1|||||DEBUG|500||create keys
2022-08-13T05:37:08.042Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-13T05:37:08.095Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:37:08.113Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 61c823a3-0f1a-4e9f-86b1-b86c1df0bbe0 url= /sdc/v1/registerForDistribution
2022-08-13T05:37:08.240Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 61c823a3-0f1a-4e9f-86b1-b86c1df0bbe0 url= /sdc/v1/registerForDistribution
2022-08-13T05:37:08.241Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-13T05:37:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:37:08.264Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:37:08.277Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-13T05:37:08.278Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:37:08.278Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:37:08.278Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:37:08.278Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:37:18.654Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:37:18.657Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:38:08.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:38:08.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:38:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:38:08.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:38:08.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:38:08.263Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:38:17.827Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:38:17.827Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:39:08.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:39:08.253Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:39:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:39:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:39:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:39:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:39:17.834Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:39:17.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:40:08.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:40:08.254Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:40:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:40:08.257Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:40:08.258Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:40:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:40:17.817Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:40:17.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:41:08.252Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:41:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:41:08.256Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:41:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:41:08.258Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:41:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:41:17.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:41:17.826Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:42:08.252Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:42:08.254Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:42:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:42:08.256Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:42:08.258Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:42:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:42:17.838Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:42:17.841Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:43:08.253Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:43:08.256Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:43:08.257Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:43:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:43:08.256Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:43:08.265Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:43:17.829Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:43:17.850Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:44:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:44:08.254Z||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-08-13T05:44:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:44:08.257Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:44:08.258Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:44:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:44:17.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:44:17.845Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:45:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:45:08.256Z||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-08-13T05:45:08.256Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:45:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:45:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:45:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:45:17.829Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:45:17.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:46:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:46:08.253Z||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-08-13T05:46:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:46:08.256Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:46:08.257Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:46:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:46:17.836Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:46:17.846Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:47:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:47:08.253Z||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-08-13T05:47:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:47:08.256Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:47:08.257Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:47:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:47:16.668Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-13T05:47:17.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:47:17.824Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:48:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:48:08.254Z||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-08-13T05:48:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:48:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:48:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:48:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:48:17.828Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:48:17.830Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:49:08.253Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:49:08.255Z||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-08-13T05:49:08.255Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:49:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:49:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:49:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:49:17.847Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:49:17.847Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:50:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:50:08.254Z||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-08-13T05:50:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:50:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:50:08.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:50:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:50:17.818Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:50:17.828Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:51:08.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:51:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:51:08.258Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:51:08.258Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:51:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:51:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:51:17.833Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:51:17.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:52:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:52:08.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:52:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:52:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:52:08.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:52:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:52:17.831Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:52:17.844Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:53:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:53:08.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:53:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:53:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:53:08.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:53:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:53:17.825Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:53:17.826Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:54:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:54:08.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:54:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:54:08.256Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:54:08.257Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:54:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:54:17.823Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:54:17.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:55:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:55:08.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:55:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:55:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:55:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:55:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:55:17.827Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:55:17.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:56:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:56:08.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:56:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:56:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:56:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:56:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:56:17.841Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:56:17.851Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:57:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:57:08.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:57:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:57:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:57:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:57:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:57:17.857Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:57:17.863Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:58:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:58:08.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:58:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:58:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:58:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:58:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:58:17.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:58:17.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:59:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:59:08.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:59:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:59:08.256Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T05:59:08.257Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T05:59:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T05:59:17.836Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T05:59:17.846Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:00:08.253Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:00:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:00:08.257Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:00:08.257Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:00:08.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:00:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:00:17.852Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:00:17.870Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:01:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:01:08.253Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:01:08.254Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:01:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:01:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:01:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:01:17.825Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:01:17.825Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:02:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:02:08.253Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:02:08.253Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:02:08.256Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:02:08.257Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:02:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:02:17.827Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:02:17.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:03:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:03:08.253Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:03:08.253Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:03:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:03:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:03:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:03:17.832Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:03:17.833Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:04:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:04:08.253Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:04:08.253Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:04:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:04:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:04:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:04:17.858Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:04:17.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:05:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:05:08.253Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:05:08.253Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:05:08.256Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:05:08.257Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:05:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:05:17.834Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:05:17.845Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:06:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:06:08.253Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:06:08.253Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:06:08.256Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:06:08.257Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:06:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:06:17.827Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:06:17.827Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:07:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:07:08.253Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:07:08.253Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:07:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:07:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:07:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:07:17.903Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:07:17.907Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:08:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:08:08.254Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:08:08.254Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:08:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:08:08.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:08:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:08:17.827Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:08:17.832Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:09:08.253Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:09:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:09:08.257Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:09:08.257Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:09:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:09:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:09:17.834Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:09:17.835Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:08.252Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:10:08.253Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:10:08.254Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:08.257Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:10:08.258Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:10:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:08.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:08.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371000717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371001009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371000717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371001009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371000717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371001009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371000717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371001009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "cds",
  "timestamp": 1660371003817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371003661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371000717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371001009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371004446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "cds",
  "timestamp": 1660371003817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371003661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:10:08.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371000717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371001009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371004446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:10:08.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "cds",
  "timestamp": 1660371003817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371003661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371000717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371001009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371004446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "cds",
  "timestamp": 1660371003817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371003661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:08.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:10:08.887Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:08.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-13T06:10:08.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f75f39e9-8fd0-4147-b653-3a685170a769","serviceName":"vFW 2022-08-13 06-09-02","serviceVersion":"1.0","serviceUUID":"39ead2ab-03fd-4c4e-bdec-8edb34f27ca3","serviceDescription":"catalog service description","serviceInvariantUUID":"2634358c-fda9-47c0-9618-a86f26487ccd","resources":[{"resourceInstanceName":"vFW 670d9da8-3919 0","resourceName":"vFW 670d9da8-3919","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dec9606d-1b55-41e0-806f-2999f0e610dd","resourceInvariantUUID":"d6c85bdb-10ea-45f4-89a9-b3f454588996","resourceCustomizationUUID":"7682459c-78e1-4fbf-bc77-d3d2ecb8acc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml","artifactChecksum":"YWU0NTJmMjU3ZjJiYjk2Y2Y4MzBmNWM4NjA3NmRiYmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88c03a77-e3a6-43f5-a98c-45a436687b08","artifactVersion":"1"},{"artifactName":"vfw670d9da839190_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json","artifactChecksum":"MzExMDdhY2M0MmQyY2Q0Mjk3N2MxOGU2ZmY1YzQyYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17c37907-7783-4799-b07b-596c048a74bb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"145a775a-0baf-4e04-9ff7-07127bf17064","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml","artifactChecksum":"NWQ2NGZjY2IyYTNjZDU0ODIxMjBmM2RlM2M3MTZlOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df1b303f-fec6-472c-8ac8-860f68477492","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"36407c56-4b19-44ca-850e-602ee548f17f","artifactVersion":"2","generatedFromUUID":"145a775a-0baf-4e04-9ff7-07127bf17064"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220813060902-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml","artifactChecksum":"OWYxOWEyMzQ5NjUwNjVhM2VhZDYxOTY4NWMyNGI0ZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed64bcb8-1fe0-45c2-9a66-262e4f890c18","artifactVersion":"1"},{"artifactName":"service-Vfw20220813060902-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar","artifactChecksum":"YTExMDEyZDI2Njk4ZmI2M2U0NzQ2YjRjNjdkZWMwM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b39d60ef-57a9-41b7-8395-315473e2f919","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:10:08.902Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:08.909Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:08.923Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:08.923Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:09.023Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-13T06:10:09.028Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:09.028Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:09.043Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:09.044Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:09.932Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:09.933Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:09.935Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:09.936Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:10:10.036Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:10.037Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:10.037Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:10.051Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:10.051Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:10.936Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:10.938Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:10.940Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:10.941Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:10:11.041Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:11.042Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:11.042Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:11.060Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:11.060Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:11.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:11.942Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:11.945Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:11.945Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:12.045Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:10:12.046Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:12.046Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:12.062Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:12.063Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:12.946Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:12.947Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:12.949Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:12.949Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-13T06:10:13.049Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:10:13.051Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:13.051Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:13.068Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:13.075Z||pool-7-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:13.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:13.951Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:13.954Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:13.954Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:10:14.054Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:10:14.056Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:14.056Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:14.088Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:14.089Z||pool-8-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:14.955Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:10:14.956Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:14.959Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:14.959Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:10:15.059Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:15.060Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:15.061Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:15.086Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:15.087Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:15.961Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "serviceName": "vFW 2022-08-13 06-09-02",
  "serviceVersion": "1.0",
  "serviceUUID": "39ead2ab-03fd-4c4e-bdec-8edb34f27ca3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2634358c-fda9-47c0-9618-a86f26487ccd",
  "resources": [
    {
      "resourceInstanceName": "vFW 670d9da8-3919 0",
      "resourceCustomizationUUID": "7682459c-78e1-4fbf-bc77-d3d2ecb8acc8",
      "resourceName": "vFW 670d9da8-3919",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dec9606d-1b55-41e0-806f-2999f0e610dd",
      "resourceInvariantUUID": "d6c85bdb-10ea-45f4-89a9-b3f454588996",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw670d9da839190_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
          "artifactChecksum": "MzExMDdhY2M0MmQyY2Q0Mjk3N2MxOGU2ZmY1YzQyYzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "17c37907-7783-4799-b07b-596c048a74bb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "145a775a-0baf-4e04-9ff7-07127bf17064",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "36407c56-4b19-44ca-850e-602ee548f17f",
            "generatedFromUUID": "145a775a-0baf-4e04-9ff7-07127bf17064"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "36407c56-4b19-44ca-850e-602ee548f17f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220813060902-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
      "artifactChecksum": "YTExMDEyZDI2Njk4ZmI2M2U0NzQ2YjRjNjdkZWMwM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b39d60ef-57a9-41b7-8395-315473e2f919"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:10:15.963Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:10:15.963Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3 ASDC
2022-08-13T06:10:16.113Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f75f39e9-8fd0-4147-b653-3a685170a769
ServiceName:vFW 2022-08-13 06-09-02
ServiceVersion:1.0
ServiceUUID:39ead2ab-03fd-4c4e-bdec-8edb34f27ca3
ServiceInvariantUUID:2634358c-fda9-47c0-9618-a86f26487ccd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220813060902-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
ArtifactUUID:b39d60ef-57a9-41b7-8395-315473e2f919
ArtifactChecksum:YTExMDEyZDI2Njk4ZmI2M2U0NzQ2YjRjNjdkZWMwM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 670d9da8-3919 0
ResourceCustomizationUUID:7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
ResourceInvariantUUID:d6c85bdb-10ea-45f4-89a9-b3f454588996
ResourceName:vFW 670d9da8-3919
ResourceType:VF
ResourceUUID:dec9606d-1b55-41e0-806f-2999f0e610dd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw670d9da839190_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
ArtifactUUID:17c37907-7783-4799-b07b-596c048a74bb
ArtifactChecksum:MzExMDdhY2M0MmQyY2Q0Mjk3N2MxOGU2ZmY1YzQyYzQ=
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/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
ArtifactUUID:145a775a-0baf-4e04-9ff7-07127bf17064
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/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
ArtifactUUID:36407c56-4b19-44ca-850e-602ee548f17f
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/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
ArtifactUUID:36407c56-4b19-44ca-850e-602ee548f17f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-13T06:10:16.113Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:10:16.383Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:10:16.386Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:10:16.389Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:10:16.389Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b39d60ef-57a9-41b7-8395-315473e2f919 from URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:16.389Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:10:16.391Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:16.497Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:10:16.514Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar b39d60ef-57a9-41b7-8395-315473e2f919 100636
2022-08-13T06:10:16.516Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar ASDC sendASDCNotification
2022-08-13T06:10:16.516Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:16.519Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:10:16.520Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:16.522Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:16.522Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371016515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:10:16.622Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:10:16.624Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:16.624Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:16.645Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:16.646Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:17.523Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:10:17.524Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:10:17.525Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b39d60ef-57a9-41b7-8395-315473e2f919, URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar to file: /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:17.525Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220813060902-csar.csar
2022-08-13T06:10:17.621Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:17.621Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:18.378Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4787619614741008177/Definitions/service-Vfw20220813060902-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-08-13T06:10:21.394Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:10:21.399Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.400Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 670d9da8-3919 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.401Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:21.402Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:10:21.408Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.409Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.414Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.414Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:10:21.416Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:10:21.417Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.418Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.418Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.418Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:10:21.419Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:10:21.419Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.419Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.423Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.423Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:21.423Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.424Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.425Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:10:21.426Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.427Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:10:21.428Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.428Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.428Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:21.428Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:21.429Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:21.430Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.430Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:21.430Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:21.430Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:21.431Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ed8b405a-f471-47f5-abe7-3b31d8443b21
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.432Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.433Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.434Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45bd0609-2b42-4ae6-adfe-ef9ba4e81988
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:21.435Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:21.436Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:21.437Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:21.437Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:21.437Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:21.437Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5865a182-c0bc-4a2a-941d-2c0d517ebe17
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.438Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:21.439Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:21.440Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-13 06-09-02
Description:catalog service description
Model UUID:39ead2ab-03fd-4c4e-bdec-8edb34f27ca3
Model Version:NULL
Model InvariantUuid:2634358c-fda9-47c0-9618-a86f26487ccd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 670d9da8-3919
Model UUID:b89b3f70-f705-4ec2-93dd-902dcad061b3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d6c85bdb-10ea-45f4-89a9-b3f454588996
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:17c27b66-be49-4dc5-8ac7-c0d8d63f691a
ModelName:Vfw670d9da83919..base_vfw..module-0
ModelUuid:901ccac3-5518-41bf-938d-593440be7c7c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ed8b405a-f471-47f5-abe7-3b31d8443b21
ModelInvariantUuid:5b397f3d-def9-4a94-b292-388170038e2d
ModelName:vFW 670d9da8-3919-nodes.vfwCvfc
ModelUuid:2df21267-f868-4a7e-b574-9585bc9d5fd7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:de145b54-9c0c-47e1-99c7-ca90934839f9
ModelInvariantUuid:8c978489-70bc-4986-bd70-c5323ff6c7b7
ModelName:Vfw670d9da83919.compute.nodes.heat.vfw
ModelUuid:e9ce393b-1b04-468c-87b7-ed8e13d7c5d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:45bd0609-2b42-4ae6-adfe-ef9ba4e81988
ModelInvariantUuid:6fc90f21-65ba-46de-920d-5b646e78a6ec
ModelName:vFW 670d9da8-3919-nodes.vsnCvfc
ModelUuid:0e2e6fa3-224a-497c-9647-fe4be8b7607d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c044af54-6f24-48eb-b316-5d9698dc0b7e
ModelInvariantUuid:1f9c95ee-6951-41c6-88d8-0371147c426c
ModelName:Vfw670d9da83919.compute.nodes.heat.vsn
ModelUuid:e1f35d10-1104-4ce9-8238-df289841872e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5865a182-c0bc-4a2a-941d-2c0d517ebe17
ModelInvariantUuid:183dc8e0-f03f-4649-8be1-dca31543cc27
ModelName:vFW 670d9da8-3919-nodes.vpgCvfc
ModelUuid:eb18d0e6-5ccc-46e3-931d-27a67c98eb03
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dca40721-f186-4ae4-b40e-7c78a1c4b8ed
ModelInvariantUuid:061ccb98-03be-48ff-b667-82c394bce8d3
ModelName:Vfw670d9da83919.compute.nodes.heat.vpg
ModelUuid:3664a392-12b0-477b-96dc-c197fef84c67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:10:21.458Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dec9606d-1b55-41e0-806f-2999f0e610dd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:10:21.548Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||vFW 670d9da8-3919 0
2022-08-13T06:10:21.555Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dec9606d-1b55-41e0-806f-2999f0e610dd
2022-08-13T06:10:21.556Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 17c37907-7783-4799-b07b-596c048a74bb from URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
2022-08-13T06:10:21.556Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:10:21.556Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
2022-08-13T06:10:21.679Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:10:21.679Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json 17c37907-7783-4799-b07b-596c048a74bb 785
2022-08-13T06:10:21.680Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json ASDC sendASDCNotification
2022-08-13T06:10:21.680Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
2022-08-13T06:10:21.680Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:10:21.681Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:21.684Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:21.684Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371021680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:10:21.784Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:21.785Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:21.785Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:21.816Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:21.817Z||pool-11-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:22.686Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw670d9da83919..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "17c27b66-be49-4dc5-8ac7-c0d8d63f691a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "901ccac3-5518-41bf-938d-593440be7c7c",
    "vfModuleModelCustomizationUUID": "9baa9f5e-55e7-4b94-a795-44ab5f5a400c",
    "isBase": true,
    "artifacts": [
      "145a775a-0baf-4e04-9ff7-07127bf17064",
      "36407c56-4b19-44ca-850e-602ee548f17f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:10:22.700Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw670d9da83919..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:901ccac3-5518-41bf-938d-593440be7c7c
VfModuleModelInvariantUUID:17c27b66-be49-4dc5-8ac7-c0d8d63f691a
VfModuleModelDescription:NULL
Artifacts UUID List:{
145a775a-0baf-4e04-9ff7-07127bf17064
,
36407c56-4b19-44ca-850e-602ee548f17f

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

isBase:true


}

2022-08-13T06:10:22.703Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw670d9da83919..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "17c27b66-be49-4dc5-8ac7-c0d8d63f691a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "901ccac3-5518-41bf-938d-593440be7c7c",
    "vfModuleModelCustomizationUUID": "9baa9f5e-55e7-4b94-a795-44ab5f5a400c",
    "isBase": true,
    "artifacts": [
      "145a775a-0baf-4e04-9ff7-07127bf17064",
      "36407c56-4b19-44ca-850e-602ee548f17f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:10:22.703Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw670d9da83919..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:901ccac3-5518-41bf-938d-593440be7c7c
VfModuleModelInvariantUUID:17c27b66-be49-4dc5-8ac7-c0d8d63f691a
VfModuleModelDescription:NULL
Artifacts UUID List:{
145a775a-0baf-4e04-9ff7-07127bf17064
,
36407c56-4b19-44ca-850e-602ee548f17f

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

isBase:true


}

2022-08-13T06:10:22.703Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 145a775a-0baf-4e04-9ff7-07127bf17064 from URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
2022-08-13T06:10:22.704Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:10:22.704Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
2022-08-13T06:10:22.752Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:10:22.753Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml 145a775a-0baf-4e04-9ff7-07127bf17064 20368
2022-08-13T06:10:22.754Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-13T06:10:22.754Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
2022-08-13T06:10:22.754Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:10:22.755Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:22.756Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:22.757Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371022754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:10:22.857Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:22.858Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:22.858Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:22.893Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:22.894Z||pool-12-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:23.758Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36407c56-4b19-44ca-850e-602ee548f17f from URL: /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
2022-08-13T06:10:23.758Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:10:23.759Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
2022-08-13T06:10:23.826Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:10:23.827Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env 36407c56-4b19-44ca-850e-602ee548f17f 2098
2022-08-13T06:10:23.831Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-13T06:10:23.832Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
2022-08-13T06:10:23.832Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:10:23.833Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:23.835Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:23.838Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371023831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:10:23.935Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-13T06:10:23.936Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:23.936Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:23.979Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:23.979Z||pool-13-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:10:24.839Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3
2022-08-13T06:10:24.839Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 670d9da8-3919 0 dec9606d-1b55-41e0-806f-2999f0e610dd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:10:24.872Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@179511e0, org.onap.sdc.toscaparser.api.parameters.Input@68b34e16, org.onap.sdc.toscaparser.api.parameters.Input@653504a9, org.onap.sdc.toscaparser.api.parameters.Input@7f309cfe, org.onap.sdc.toscaparser.api.parameters.Input@401588e9]
2022-08-13T06:10:24.877Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.877Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.878Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-13T06:10:24.878Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
2022-08-13T06:10:24.878Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8 matches Tosca VF Customization UUID: 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
2022-08-13T06:10:24.878Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-13T06:10:24.884Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.884Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.886Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 7682459c-78e1-4fbf-bc77-d3d2ecb8acc8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-13T06:10:24.886Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@585a0d71
2022-08-13T06:10:24.886Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.886Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:10:24.887Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9baa9f5e-55e7-4b94-a795-44ab5f5a400c
2022-08-13T06:10:24.888Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9baa9f5e-55e7-4b94-a795-44ab5f5a400c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-13T06:10:24.893Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.893Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.893Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.894Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.894Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.895Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.895Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.895Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:24.896Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:24.896Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T06:10:24.896Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:24.896Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:24.897Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:24.897Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.897Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.897Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:24.898Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.898Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:24.898Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.898Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ed8b405a-f471-47f5-abe7-3b31d8443b21
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:10:24.907Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.907Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.908Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.908Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.908Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:24.908Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:24.909Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:24.909Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.909Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.909Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.910Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:24.910Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:24.910Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-13T06:10:24.910Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:10:24.911Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.911Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:10:24.911Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.912Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45bd0609-2b42-4ae6-adfe-ef9ba4e81988
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:10:24.913Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.913Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.914Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.916Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.916Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is not matching search criteria
2022-08-13T06:10:24.917Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:10:24.917Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:10:24.917Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.917Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.918Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.918Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:10:24.918Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:10:24.919Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:10:24.919Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:10:24.919Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:10:24.919Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:10:24.920Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-13T06:10:24.920Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5865a182-c0bc-4a2a-941d-2c0d517ebe17
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:10:24.921Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.922Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.922Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:10:24.922Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.923Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Node template vFW 670d9da8-3919 0 is matching search criteria
2022-08-13T06:10:24.923Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 670d9da8-3919 0] matching following query criteria: sdcType=VF, customizationUUID=7682459c-78e1-4fbf-bc77-d3d2ecb8acc8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:10:24.924Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.924Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.925Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3: vFW 670d9da8-3919
2022-08-13T06:10:24.925Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.925Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.926Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.926Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.926Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.927Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.927Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.927Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.927Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:10:24.928Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:10:24.928Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-13 06-09-02 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:10:25.149Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 670d9da8-3919 dec9606d-1b55-41e0-806f-2999f0e610dd 1 ASDC deployResourceStructure
2022-08-13T06:10:25.150Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json ASDC sendASDCNotification
2022-08-13T06:10:25.150Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json
2022-08-13T06:10:25.150Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:10:25.151Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:25.153Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:25.154Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371025150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:10:25.254Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:25.255Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:25.255Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:25.270Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:25.271Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:26.155Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-13T06:10:26.155Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml
2022-08-13T06:10:26.155Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:10:26.155Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:26.158Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:26.158Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371026155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:10:26.258Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:26.259Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:26.259Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:26.275Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:26.275Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:27.159Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-13T06:10:27.160Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env
2022-08-13T06:10:27.160Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:10:27.160Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:27.163Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:27.163Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371027159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:10:27.263Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:10:27.264Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:27.265Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:27.280Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:27.281Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:10:28.164Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar ASDC sendASDCNotification
2022-08-13T06:10:28.165Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar
2022-08-13T06:10:28.165Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:10:28.165Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:10:28.171Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:10:28.171Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371028164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:10:28.267Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-13T06:10:28.268Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:10:28.268Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:10:28.283Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:10:28.283Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:10:29.172Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:10:29.197Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:10:29.200Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:10:29.200Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:10:29.200Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:10:59.201Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:10:59.211Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:10:59.213Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:10:59.213Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:10:59.213Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:11:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:11:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:11:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:11:08.287Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:11:08.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:11:08.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371008846,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:11:08.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:11:29.213Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:11:29.230Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:11:29.232Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:11:29.233Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:11:29.233Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:11:59.233Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:11:59.246Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:11:59.249Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:11:59.249Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:11:59.250Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:12:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:12:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:12:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:12:08.303Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:12:08.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:12:08.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371004446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:12:08.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:12:29.250Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:12:29.263Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:12:29.266Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:12:29.267Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:12:29.267Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:12:59.267Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:12:59.279Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:12:59.282Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:12:59.283Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:12:59.283Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:13:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:13:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:13:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:13:08.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:13:08.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "cds",
  "timestamp": 1660371003817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371003661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371009858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371008862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371004446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "cds",
  "timestamp": 1660371003817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371003661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.807Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "policy-id",
  "timestamp": 1660371010864,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:08.815Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.815Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:08.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371008862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371004446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "cds",
  "timestamp": 1660371003817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371003661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371008862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371004446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "cds",
  "timestamp": 1660371011642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371008862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371012293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "cds",
  "timestamp": 1660371012659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:08.839Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.839Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:08.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371008862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371013504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371008862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371014601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371008252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371008862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371015904,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:08.859Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.859Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-13T06:13:08.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371016515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371016891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371016908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371017067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371017624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371017067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371017067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371019632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371017067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "clamp",
  "timestamp": 1660371020636,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:08.877Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.877Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:08.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371017067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371021680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371017067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371022754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371017067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371023831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371024938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371025150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/vfw670d9da839190_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371026155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371027159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/resourceInstances/vfw670d9da839190/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371028164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371030291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371020717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371024446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371021009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371031296,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:08.902Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.902Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371020717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371024446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371021009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371024446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371020717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371021009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371020717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371024446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371021009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371020717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371024446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371021009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "cds",
  "timestamp": 1660371033817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371033661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371035149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813060902/1.0/artifacts/service-Vfw20220813060902-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371020717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371024446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371021009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "cds",
  "timestamp": 1660371033817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371033661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "aai-ml",
  "timestamp": 1660371036161,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:08.925Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f75f39e9-8fd0-4147-b653-3a685170a769
2022-08-13T06:13:08.925Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f75f39e9-8fd0-4147-b653-3a685170a769 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:08.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371020717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371024446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371021009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "cds",
  "timestamp": 1660371033817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371033661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "cds",
  "timestamp": 1660371033817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371037287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371038194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371033661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "cds",
  "timestamp": 1660371033817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371039200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371033661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371038355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371038862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "cds",
  "timestamp": 1660371033817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "policy-id",
  "timestamp": 1660371040203,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:08.959Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:08.959Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:08.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371033661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371039472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371038862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "cds",
  "timestamp": 1660371033817,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371033661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371040509,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:08.979Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:08.979Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-13T06:13:08.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371038862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "cds",
  "timestamp": 1660371041561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:08.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371041514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371038862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:08.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:08.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "cds",
  "timestamp": 1660371042569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:09.027Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:09.027Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:09.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371038862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371038862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371038862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:09.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371046663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371047067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371047067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371047067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371047067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371047067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371047067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371052655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371047067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371054974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:13:09.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371055504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371055663,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "aai-ml",
  "timestamp": 1660371056516,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:09.053Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:09.053Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:09.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371057293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:13:09.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:13:09.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "clamp",
  "timestamp": 1660371056668,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:09.066Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:09.066Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:09.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:13:09.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371058305,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:09.080Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94f76c37-1d04-439e-8d09-c60ba26c54d0
2022-08-13T06:13:09.080Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94f76c37-1d04-439e-8d09-c60ba26c54d0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:13:29.283Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:13:29.297Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:13:29.304Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:13:29.304Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:13:29.304Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:13:29.305Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:13:29.305Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:13:29.305Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:13:29.306Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:13:29.306Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:13:29.306Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:13:29.307Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:13:29.307Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:13:29.312Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:13:59.313Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f75f39e9-8fd0-4147-b653-3a685170a769 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:13:59.323Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f75f39e9-8fd0-4147-b653-3a685170a769 and serviceModelVersionId: 39ead2ab-03fd-4c4e-bdec-8edb34f27ca3
2022-08-13T06:13:59.323Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2634358c-fda9-47c0-9618-a86f26487ccd
2022-08-13T06:14:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:14:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:14:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:09.001Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:09.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:14:09.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371243661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:14:09.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:14:14.419Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0
2022-08-13T06:14:14.540Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:14:15.067Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|INFO|500||Invoke
2022-08-13T06:14:15.074Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f75f39e9-8fd0-4147-b653-3a685170a769], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36faa343-b235-49c5-ab74-8477ca62eb32], X-ECOMP-RequestID=[f75f39e9-8fd0-4147-b653-3a685170a769], X-TransactionId=[], X-ONAP-RequestID=[f75f39e9-8fd0-4147-b653-3a685170a769], Content-Type=[application/merge-patch+json]}
2022-08-13T06:14:15.216Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:14:15.523Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?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/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-06:14:15:019-99018], vertex-id=[139352], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:14:15 GMT], Content-Type=[application/json]}
2022-08-13T06:14:15.524Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:14:15.525Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2634358c-fda9-47c0-9618-a86f26487ccd/model-vers/model-ver/39ead2ab-03fd-4c4e-bdec-8edb34f27ca3?depth=0|INFO|500||InvokeReturn
2022-08-13T06:14:15.529Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:14:15.529Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:14:15.535Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-13T06:14:15.536Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f75f39e9-8fd0-4147-b653-3a685170a769 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:14:15.537Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:14:15.537Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:15.539Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:15.539Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371255536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:14:15.639Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:15.640Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:15.641Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:15.655Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:15.655Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:14:16.552Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:14:16.553Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:14:16.553Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:21.052Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:21.054Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-13T06:14:21.054Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"94f76c37-1d04-439e-8d09-c60ba26c54d0","serviceName":"basic_onboard_ybLzQY","serviceVersion":"1.0","serviceUUID":"ad0f241a-5af0-4b6a-89b5-e9cc35e7818d","serviceDescription":"service","serviceInvariantUUID":"8b420f97-9ffb-4121-babe-b67a2596fa30","resources":[{"resourceInstanceName":"basic_onboard_ybLzQY 0","resourceName":"basic_onboard_ybLzQY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39ec628f-e089-4e04-af33-b6adc92a380f","resourceInvariantUUID":"e48c083a-5d52-4122-ac4e-799401736615","resourceCustomizationUUID":"73399503-b611-4982-80f6-fcd2994504f0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml","artifactChecksum":"Y2MzNTc4ZDkyYmI0ZTc3NDg0MDlkYWFiNWIzMDFlZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7bb5eee-8a7c-4f07-82c5-58d00c3a964d","artifactVersion":"1"},{"artifactName":"basic_onboard_yblzqy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json","artifactChecksum":"OTA2MmJjYjU2NWQ3N2Y1YTA0N2I3ZDMyMzkwMDQzYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1b0ccb7e-51e7-4d40-97e4-ea99469c8edc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0f579f24-fd9d-4150-b195-051a4334b97a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3b7d196e-1851-486b-a4f3-f752484ba646","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d041030-6730-4179-820d-717f03691b33","artifactVersion":"2","generatedFromUUID":"0f579f24-fd9d-4150-b195-051a4334b97a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYblzqy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml","artifactChecksum":"NTk2MTM5NGEwMzMyODQ2MTdlMWYzYmMyNjE1ODFkMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3757a60a-a0cc-44eb-a297-170c468b75d4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYblzqy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar","artifactChecksum":"YjM2MjdmNmQ1NzRkNDQ0NDBiOWQ0YjQ5NDNkYjkwZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:14:21.057Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:21.057Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:21.059Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:21.060Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:14:21.160Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:21.161Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:21.161Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:21.185Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:21.185Z||pool-19-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:22.060Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:22.061Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:22.065Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:22.065Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:14:22.164Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:14:22.166Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:22.166Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:22.185Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:22.185Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:23.065Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:23.066Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:23.068Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:23.068Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:14:23.168Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:23.169Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:23.170Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:23.196Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:23.196Z||pool-21-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:24.069Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:24.069Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:24.072Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:24.072Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:14:24.172Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:24.173Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:24.173Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:24.208Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:24.209Z||pool-22-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:25.073Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:25.073Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:25.075Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:25.075Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-13T06:14:25.176Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:25.177Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:25.177Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:25.203Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:25.204Z||pool-23-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:26.076Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:26.077Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:26.079Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:26.079Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:14:26.180Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:26.181Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:26.181Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:26.195Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:26.195Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:27.079Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:14:27.081Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:27.083Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:27.083Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:14:27.183Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:27.184Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:27.184Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:27.198Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:27.199Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:28.086Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "serviceName": "basic_onboard_ybLzQY",
  "serviceVersion": "1.0",
  "serviceUUID": "ad0f241a-5af0-4b6a-89b5-e9cc35e7818d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8b420f97-9ffb-4121-babe-b67a2596fa30",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ybLzQY 0",
      "resourceCustomizationUUID": "73399503-b611-4982-80f6-fcd2994504f0",
      "resourceName": "basic_onboard_ybLzQY",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "39ec628f-e089-4e04-af33-b6adc92a380f",
      "resourceInvariantUUID": "e48c083a-5d52-4122-ac4e-799401736615",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yblzqy0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
          "artifactChecksum": "OTA2MmJjYjU2NWQ3N2Y1YTA0N2I3ZDMyMzkwMDQzYjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1b0ccb7e-51e7-4d40-97e4-ea99469c8edc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0f579f24-fd9d-4150-b195-051a4334b97a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4d041030-6730-4179-820d-717f03691b33",
            "generatedFromUUID": "0f579f24-fd9d-4150-b195-051a4334b97a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4d041030-6730-4179-820d-717f03691b33",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYblzqy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
      "artifactChecksum": "YjM2MjdmNmQ1NzRkNDQ0NDBiOWQ0YjQ5NDNkYjkwZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:14:28.086Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:14:28.086Z|f75f39e9-8fd0-4147-b653-3a685170a769|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad0f241a-5af0-4b6a-89b5-e9cc35e7818d ASDC
2022-08-13T06:14:28.087Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:94f76c37-1d04-439e-8d09-c60ba26c54d0
ServiceName:basic_onboard_ybLzQY
ServiceVersion:1.0
ServiceUUID:ad0f241a-5af0-4b6a-89b5-e9cc35e7818d
ServiceInvariantUUID:8b420f97-9ffb-4121-babe-b67a2596fa30
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYblzqy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
ArtifactUUID:bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99
ArtifactChecksum:YjM2MjdmNmQ1NzRkNDQ0NDBiOWQ0YjQ5NDNkYjkwZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ybLzQY 0
ResourceCustomizationUUID:73399503-b611-4982-80f6-fcd2994504f0
ResourceInvariantUUID:e48c083a-5d52-4122-ac4e-799401736615
ResourceName:basic_onboard_ybLzQY
ResourceType:VF
ResourceUUID:39ec628f-e089-4e04-af33-b6adc92a380f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yblzqy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
ArtifactUUID:1b0ccb7e-51e7-4d40-97e4-ea99469c8edc
ArtifactChecksum:OTA2MmJjYjU2NWQ3N2Y1YTA0N2I3ZDMyMzkwMDQzYjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0f579f24-fd9d-4150-b195-051a4334b97a
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
ArtifactUUID:4d041030-6730-4179-820d-717f03691b33
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
ArtifactUUID:4d041030-6730-4179-820d-717f03691b33
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-13T06:14:28.087Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad0f241a-5af0-4b6a-89b5-e9cc35e7818d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:14:28.130Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:14:28.130Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:14:28.130Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:14:28.131Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99 from URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:28.131Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:14:28.131Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:28.269Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:14:28.273Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99 75355
2022-08-13T06:14:28.274Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar ASDC sendASDCNotification
2022-08-13T06:14:28.274Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:28.274Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:14:28.274Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:28.276Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:28.276Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371268274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:14:28.377Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:28.378Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:28.378Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:28.392Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:28.392Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:29.277Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:14:29.278Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:14:29.278Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bfe6a2a6-f3e4-493b-a360-8ed7b52d6a99, URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar to file: /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:29.279Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:29.279Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:29.280Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:29.463Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14473092222157716200/Definitions/service-BasicOnboardYblzqy-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-08-13T06:14:30.848Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.849Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ybLzQY 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:14:30.850Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:14:30.851Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:14:30.852Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is not matching search criteria
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-13T06:14:30.853Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:14:30.854Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.855Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.856Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is not matching search criteria
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5377b1cf-bae8-4d38-9578-8c208554a0c7
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.857Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:30.858Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ybLzQY
Description:service
Model UUID:ad0f241a-5af0-4b6a-89b5-e9cc35e7818d
Model Version:NULL
Model InvariantUuid:8b420f97-9ffb-4121-babe-b67a2596fa30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ybLzQY
Model UUID:fcf1652e-f878-4773-a696-bfc5c9edbf60
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e48c083a-5d52-4122-ac4e-799401736615
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:73399503-b611-4982-80f6-fcd2994504f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:54b849b0-037a-45fe-90ad-058b8dc5ab86
ModelName:BasicOnboardYblzqy..base_ubuntu18..module-0
ModelUuid:66ad9f2f-63e0-4f0d-83e8-217da34d29c8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5377b1cf-bae8-4d38-9578-8c208554a0c7
ModelInvariantUuid:38066379-82c1-4e46-aa1e-d02c46bc9cc5
ModelName:basic_onboard_ybLzQY-nodes.ubuntu18Cvfc
ModelUuid:1b782756-8ed4-4d7f-86d2-d73164f1e02a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c48dfb85-8c62-45c0-affa-9e6e0a32c2ec
ModelInvariantUuid:723547dc-e9e5-41c7-a474-5e9932d09bc6
ModelName:BasicOnboardYblzqy.compute.nodes.heat.ubuntu18
ModelUuid:9276b2c2-a857-4606-a977-febbe3b7e470
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:14:30.863Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 39ec628f-e089-4e04-af33-b6adc92a380f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||basic_onboard_ybLzQY 0
2022-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39ec628f-e089-4e04-af33-b6adc92a380f
2022-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1b0ccb7e-51e7-4d40-97e4-ea99469c8edc from URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
2022-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:14:30.866Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
2022-08-13T06:14:30.912Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:14:30.914Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json 1b0ccb7e-51e7-4d40-97e4-ea99469c8edc 798
2022-08-13T06:14:30.914Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json ASDC sendASDCNotification
2022-08-13T06:14:30.914Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
2022-08-13T06:14:30.914Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:14:30.915Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:30.917Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:30.917Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371270914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:14:31.020Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-13T06:14:31.021Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:31.021Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:31.040Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:31.040Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:31.920Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYblzqy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "54b849b0-037a-45fe-90ad-058b8dc5ab86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66ad9f2f-63e0-4f0d-83e8-217da34d29c8",
    "vfModuleModelCustomizationUUID": "e8d67195-fb96-40a2-a8e6-b36bc6b94fb4",
    "isBase": true,
    "artifacts": [
      "0f579f24-fd9d-4150-b195-051a4334b97a",
      "4d041030-6730-4179-820d-717f03691b33"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:14:31.924Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYblzqy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66ad9f2f-63e0-4f0d-83e8-217da34d29c8
VfModuleModelInvariantUUID:54b849b0-037a-45fe-90ad-058b8dc5ab86
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f579f24-fd9d-4150-b195-051a4334b97a
,
4d041030-6730-4179-820d-717f03691b33

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

isBase:true


}

2022-08-13T06:14:31.926Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYblzqy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "54b849b0-037a-45fe-90ad-058b8dc5ab86",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66ad9f2f-63e0-4f0d-83e8-217da34d29c8",
    "vfModuleModelCustomizationUUID": "e8d67195-fb96-40a2-a8e6-b36bc6b94fb4",
    "isBase": true,
    "artifacts": [
      "0f579f24-fd9d-4150-b195-051a4334b97a",
      "4d041030-6730-4179-820d-717f03691b33"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:14:31.927Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYblzqy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66ad9f2f-63e0-4f0d-83e8-217da34d29c8
VfModuleModelInvariantUUID:54b849b0-037a-45fe-90ad-058b8dc5ab86
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f579f24-fd9d-4150-b195-051a4334b97a
,
4d041030-6730-4179-820d-717f03691b33

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

isBase:true


}

2022-08-13T06:14:31.927Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0f579f24-fd9d-4150-b195-051a4334b97a from URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
2022-08-13T06:14:31.928Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:14:31.928Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
2022-08-13T06:14:31.976Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:14:31.977Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml 0f579f24-fd9d-4150-b195-051a4334b97a 5033
2022-08-13T06:14:31.978Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-13T06:14:31.978Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
2022-08-13T06:14:31.979Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:14:31.979Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:31.982Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:31.982Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371271978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:14:32.082Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:32.083Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:32.083Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:32.098Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:32.099Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:32.983Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4d041030-6730-4179-820d-717f03691b33 from URL: /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
2022-08-13T06:14:32.984Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:14:32.984Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
2022-08-13T06:14:33.083Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:14:33.084Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env 4d041030-6730-4179-820d-717f03691b33 909
2022-08-13T06:14:33.085Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-13T06:14:33.085Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
2022-08-13T06:14:33.086Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:14:33.086Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:33.088Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:33.088Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371273085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:14:33.188Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:14:33.189Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:33.190Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:33.209Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:33.210Z||pool-29-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:34.089Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ad0f241a-5af0-4b6a-89b5-e9cc35e7818d
2022-08-13T06:14:34.090Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ybLzQY 0 39ec628f-e089-4e04-af33-b6adc92a380f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:14:34.101Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cec9072, org.onap.sdc.toscaparser.api.parameters.Input@36c6c97, org.onap.sdc.toscaparser.api.parameters.Input@41ff4610, org.onap.sdc.toscaparser.api.parameters.Input@6eaba931, org.onap.sdc.toscaparser.api.parameters.Input@66ccdb96]
2022-08-13T06:14:34.103Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.103Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.103Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-13T06:14:34.104Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 73399503-b611-4982-80f6-fcd2994504f0
2022-08-13T06:14:34.104Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73399503-b611-4982-80f6-fcd2994504f0 matches Tosca VF Customization UUID: 73399503-b611-4982-80f6-fcd2994504f0
2022-08-13T06:14:34.104Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 73399503-b611-4982-80f6-fcd2994504f0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-13T06:14:34.106Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.106Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.107Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 73399503-b611-4982-80f6-fcd2994504f0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-13T06:14:34.107Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e81c6a4
2022-08-13T06:14:34.108Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.108Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:14:34.109Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e8d67195-fb96-40a2-a8e6-b36bc6b94fb4
2022-08-13T06:14:34.110Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e8d67195-fb96-40a2-a8e6-b36bc6b94fb4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-13T06:14:34.112Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.112Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:34.113Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:34.113Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.113Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:34.114Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:34.114Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.114Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is not matching search criteria
2022-08-13T06:14:34.115Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-13T06:14:34.115Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-13T06:14:34.116Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5377b1cf-bae8-4d38-9578-8c208554a0c7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:14:34.118Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.118Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:34.119Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:14:34.119Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.120Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ybLzQY 0 is matching search criteria
2022-08-13T06:14:34.120Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ybLzQY 0] matching following query criteria: sdcType=VF, customizationUUID=73399503-b611-4982-80f6-fcd2994504f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:14:34.122Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.122Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.123Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ad0f241a-5af0-4b6a-89b5-e9cc35e7818d: basic_onboard_ybLzQY
2022-08-13T06:14:34.123Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.123Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.124Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.124Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.125Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.125Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.125Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.126Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.126Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:14:34.126Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ybLzQY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:14:34.127Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ybLzQY 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:14:34.190Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ybLzQY 39ec628f-e089-4e04-af33-b6adc92a380f 1 ASDC deployResourceStructure
2022-08-13T06:14:34.191Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json ASDC sendASDCNotification
2022-08-13T06:14:34.191Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json
2022-08-13T06:14:34.191Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:14:34.191Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:34.193Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:34.194Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371274191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:14:34.294Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:34.295Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:34.295Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:34.312Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:34.313Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:35.198Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-13T06:14:35.198Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml
2022-08-13T06:14:35.198Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:14:35.199Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:35.201Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:35.201Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371275198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:14:35.301Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:35.302Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:35.302Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:35.316Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:35.317Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:36.202Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-13T06:14:36.202Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env
2022-08-13T06:14:36.202Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:14:36.203Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:36.205Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:36.206Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371276201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:14:36.306Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:36.307Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:36.307Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:36.329Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:36.329Z||pool-32-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:14:37.206Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar ASDC sendASDCNotification
2022-08-13T06:14:37.207Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar
2022-08-13T06:14:37.207Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:14:37.207Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:14:37.209Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:14:37.209Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371277206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:14:37.309Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:14:37.311Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:14:37.311Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:14:37.325Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:14:37.325Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:14:38.210Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94f76c37-1d04-439e-8d09-c60ba26c54d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:14:38.223Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94f76c37-1d04-439e-8d09-c60ba26c54d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:14:38.226Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:14:38.227Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:14:38.228Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:14:38.233Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:15:08.233Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94f76c37-1d04-439e-8d09-c60ba26c54d0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:15:08.241Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94f76c37-1d04-439e-8d09-c60ba26c54d0 and serviceModelVersionId: ad0f241a-5af0-4b6a-89b5-e9cc35e7818d
2022-08-13T06:15:08.241Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b420f97-9ffb-4121-babe-b67a2596fa30
2022-08-13T06:15:08.242Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0
2022-08-13T06:15:08.246Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:15:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:15:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:15:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:08.291Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:08.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:15:08.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "cds",
  "timestamp": 1660371243817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:15:08.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:15:08.308Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-13T06:15:08.309Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0|INFO|500||Invoke
2022-08-13T06:15:08.335Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:15:08.438Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0|INFO|500||InvokeReturn
2022-08-13T06:15:08.439Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b420f97-9ffb-4121-babe-b67a2596fa30/model-vers/model-ver/ad0f241a-5af0-4b6a-89b5-e9cc35e7818d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-06:15:08:137-78367], vertex-id=[217224], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:15:08 GMT], Content-Type=[application/json]}
2022-08-13T06:15:08.439Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:15:08.440Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:15:08.440Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:15:08.444Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-13T06:15:08.444Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94f76c37-1d04-439e-8d09-c60ba26c54d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:15:08.445Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:15:08.445Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:08.448Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:08.448Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371308445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:15:08.548Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:08.549Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:08.549Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:08.563Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:08.563Z||pool-34-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-08-13T06:15:09.462Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-13T06:15:09.462Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e908a42b-b8ad-49d2-9203-cd6a1c595165","serviceName":"vFW 2022-08-13 06-13-18","serviceVersion":"1.0","serviceUUID":"ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1","serviceDescription":"catalog service description","serviceInvariantUUID":"fd6b1322-28e4-468a-b899-ca89d43fae71","resources":[{"resourceInstanceName":"vFW 649efa1f-6079 0","resourceName":"vFW 649efa1f-6079","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"68001d5c-3288-482d-bea3-f79013862ef7","resourceInvariantUUID":"be19766f-2e54-4876-b5e5-94f088f075e0","resourceCustomizationUUID":"c40a9ada-3583-48bd-8d1b-91d93923d637","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml","artifactChecksum":"NDE3YjllZTJmNDI3ZTIyMjlmZDZjYjBiZmQ0MjRhYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3e08e6be-f31e-4880-8758-cf95946f4182","artifactVersion":"1"},{"artifactName":"vfw649efa1f60790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json","artifactChecksum":"YjkwY2MyMzdlNmFmY2JhZjk0MzExZjcyMDFiMGZkMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18b6a4cf-756c-485b-aada-4a4b59ef7370","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"537dace1-f05e-4429-8a98-26d552909fb2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml","artifactChecksum":"YmU3NWE3N2Q3MWVjNTlmMmRiNmZiMzc4MWNkMDAyZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8d27a9ca-edef-4bd4-a857-dc1b4a7b22c1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9","artifactVersion":"2","generatedFromUUID":"537dace1-f05e-4429-8a98-26d552909fb2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220813061318-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml","artifactChecksum":"ZTY3NGIwNWJkODI0YmU4YzE0Njg1OGJmOTU4YTE4MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2aa5922-7317-4b1b-8323-032889ced4cf","artifactVersion":"1"},{"artifactName":"service-Vfw20220813061318-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar","artifactChecksum":"OTUyMTA0OTJjNThkMjU4OGEwMGNjOTMwNjAyNTZjOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee0ba092-befe-4a82-bfff-05a307af1e1b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:15:09.463Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:09.464Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:09.466Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:09.466Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:15:09.566Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:09.567Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:09.567Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:09.583Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:09.583Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:10.466Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:10.468Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:10.470Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:10.470Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:15:10.570Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:10.571Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:10.571Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:10.586Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:10.586Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:11.471Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:11.472Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:11.474Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:11.474Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:15:11.574Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:11.575Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:11.575Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:11.589Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:11.590Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:12.474Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:12.475Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:12.477Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:12.478Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:15:12.578Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:15:12.578Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:12.579Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:12.608Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:12.608Z||pool-38-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:13.478Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:13.479Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:13.481Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:13.481Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-13T06:15:13.581Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:13.582Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:13.582Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:13.606Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:13.607Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:14.481Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:14.482Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:14.484Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:14.484Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:15:14.584Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:14.585Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:14.585Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:14.611Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:14.611Z||pool-40-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:15.484Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:15:15.485Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:15.488Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:15.488Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:15:15.587Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:15:15.588Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:15.589Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:15.604Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:15.605Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:16.489Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "serviceName": "vFW 2022-08-13 06-13-18",
  "serviceVersion": "1.0",
  "serviceUUID": "ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fd6b1322-28e4-468a-b899-ca89d43fae71",
  "resources": [
    {
      "resourceInstanceName": "vFW 649efa1f-6079 0",
      "resourceCustomizationUUID": "c40a9ada-3583-48bd-8d1b-91d93923d637",
      "resourceName": "vFW 649efa1f-6079",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "68001d5c-3288-482d-bea3-f79013862ef7",
      "resourceInvariantUUID": "be19766f-2e54-4876-b5e5-94f088f075e0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw649efa1f60790_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
          "artifactChecksum": "YjkwY2MyMzdlNmFmY2JhZjk0MzExZjcyMDFiMGZkMmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "18b6a4cf-756c-485b-aada-4a4b59ef7370",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "537dace1-f05e-4429-8a98-26d552909fb2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9",
            "generatedFromUUID": "537dace1-f05e-4429-8a98-26d552909fb2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220813061318-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
      "artifactChecksum": "OTUyMTA0OTJjNThkMjU4OGEwMGNjOTMwNjAyNTZjOGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee0ba092-befe-4a82-bfff-05a307af1e1b"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:15:16.489Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:15:16.489Z|94f76c37-1d04-439e-8d09-c60ba26c54d0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1 ASDC
2022-08-13T06:15:16.490Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e908a42b-b8ad-49d2-9203-cd6a1c595165
ServiceName:vFW 2022-08-13 06-13-18
ServiceVersion:1.0
ServiceUUID:ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1
ServiceInvariantUUID:fd6b1322-28e4-468a-b899-ca89d43fae71
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220813061318-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar
ArtifactUUID:ee0ba092-befe-4a82-bfff-05a307af1e1b
ArtifactChecksum:OTUyMTA0OTJjNThkMjU4OGEwMGNjOTMwNjAyNTZjOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 649efa1f-6079 0
ResourceCustomizationUUID:c40a9ada-3583-48bd-8d1b-91d93923d637
ResourceInvariantUUID:be19766f-2e54-4876-b5e5-94f088f075e0
ResourceName:vFW 649efa1f-6079
ResourceType:VF
ResourceUUID:68001d5c-3288-482d-bea3-f79013862ef7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw649efa1f60790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json
ArtifactUUID:18b6a4cf-756c-485b-aada-4a4b59ef7370
ArtifactChecksum:YjkwY2MyMzdlNmFmY2JhZjk0MzExZjcyMDFiMGZkMmY=
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/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml
ArtifactUUID:537dace1-f05e-4429-8a98-26d552909fb2
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/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
ArtifactUUID:acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9
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/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
ArtifactUUID:acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-13T06:15:16.490Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:15:16.523Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:15:16.523Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:15:16.523Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:15:16.523Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ee0ba092-befe-4a82-bfff-05a307af1e1b from URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:16.524Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:15:16.524Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:16.602Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:15:16.607Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar ee0ba092-befe-4a82-bfff-05a307af1e1b 100622
2022-08-13T06:15:16.607Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar ASDC sendASDCNotification
2022-08-13T06:15:16.607Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:16.608Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:15:16.608Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:16.610Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:16.611Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371316607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:15:16.711Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:16.712Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:16.712Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:16.731Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:16.732Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:17.611Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:15:17.612Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-13T06:15:17.612Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ee0ba092-befe-4a82-bfff-05a307af1e1b, URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar to file: /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:17.613Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220813061318-csar.csar
2022-08-13T06:15:17.613Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:17.613Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:17.812Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7200487209867372932/Definitions/service-Vfw20220813061318-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-13T06:15:20.085Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:15:20.086Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:15:20.086Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.086Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-13T06:15:20.086Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.087Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 649efa1f-6079 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-13T06:15:20.088Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.089Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.089Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.089Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:15:20.090Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:15:20.090Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.090Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.091Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.091Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-13T06:15:20.091Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:15:20.091Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.092Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.092Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.092Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:20.092Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:20.093Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:20.093Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:15:20.093Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.093Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.094Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.094Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:15:20.094Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:15:20.094Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.095Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:15:20.096Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.096Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:15:20.096Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.096Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:15:20.097Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.097Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.097Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.098Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:20.099Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:20.099Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.099Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:20.099Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:15:20.100Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.101Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.101Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:15:20.101Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.101Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:15:20.102Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.102Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c4dd630-779b-4925-8a69-116bb7f30566
2022-08-13T06:15:20.102Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.102Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:20.103Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:20.103Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:20.103Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:15:20.103Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-13T06:15:20.104Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:15:20.105Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.105Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:15:20.105Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.105Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d52f5c17-4d31-4afa-85b1-758d99620e01
2022-08-13T06:15:20.106Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.106Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:20.106Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:20.106Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:20.107Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:15:20.107Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.107Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.107Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:20.108Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:20.109Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-13T06:15:20.109Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8317f77d-d095-4b16-ae98-e8c7b8f312a1
2022-08-13T06:15:20.109Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.109Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.110Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.110Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.110Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.111Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.111Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:20.111Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:20.111Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-13 06-13-18
Description:catalog service description
Model UUID:ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1
Model Version:NULL
Model InvariantUuid:fd6b1322-28e4-468a-b899-ca89d43fae71
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 649efa1f-6079
Model UUID:2fa8d0a2-1b61-4598-8723-3c56b7e3614c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:be19766f-2e54-4876-b5e5-94f088f075e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c40a9ada-3583-48bd-8d1b-91d93923d637
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:935c50db-97d9-4032-afa9-9ad67fecafa9
ModelName:Vfw649efa1f6079..base_vfw..module-0
ModelUuid:6c8f0452-92b5-4e18-a2f9-a5066f9c4acb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c4dd630-779b-4925-8a69-116bb7f30566
ModelInvariantUuid:43158dc6-3a84-42c1-9fa7-2390c2d010dc
ModelName:vFW 649efa1f-6079-nodes.vfwCvfc
ModelUuid:6e56e98b-e91c-4b47-805f-668f7adb1ced
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0ab90fa3-06c9-4c95-909c-8fd01c9d2365
ModelInvariantUuid:aa23564e-4080-43dc-afae-8936e137bb1c
ModelName:Vfw649efa1f6079.compute.nodes.heat.vfw
ModelUuid:0a7819d4-5260-4910-9541-ac4f97698a25
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d52f5c17-4d31-4afa-85b1-758d99620e01
ModelInvariantUuid:a40c587b-c83a-48ed-a12c-5e199d6e1625
ModelName:vFW 649efa1f-6079-nodes.vsnCvfc
ModelUuid:8016d471-c532-434d-acb9-d8a19e3be0d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:94e6298c-d530-4300-9eab-dc1eb82ea1bd
ModelInvariantUuid:82318619-e323-4734-a7b3-7fdb5f8c3bb9
ModelName:Vfw649efa1f6079.compute.nodes.heat.vsn
ModelUuid:1c59a6a0-26b3-4d47-95a9-d8d05f740d83
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8317f77d-d095-4b16-ae98-e8c7b8f312a1
ModelInvariantUuid:81baa90c-005c-4414-bb99-390a3a8be3f1
ModelName:vFW 649efa1f-6079-nodes.vpgCvfc
ModelUuid:1dbe2ecf-febe-41c9-8f40-3ff0880bef5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bbd56ab2-4a7f-4ea9-ba1e-0b22fd1c0a8e
ModelInvariantUuid:29a34cfd-1c19-4904-a14e-47623a0d7e7b
ModelName:Vfw649efa1f6079.compute.nodes.heat.vpg
ModelUuid:80e5c4c7-c7bc-4991-9c0d-f50284b2d21b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:15:20.117Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 68001d5c-3288-482d-bea3-f79013862ef7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:15:20.119Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||vFW 649efa1f-6079 0
2022-08-13T06:15:20.120Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 68001d5c-3288-482d-bea3-f79013862ef7
2022-08-13T06:15:20.120Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 18b6a4cf-756c-485b-aada-4a4b59ef7370 from URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json
2022-08-13T06:15:20.120Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:15:20.120Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json
2022-08-13T06:15:20.237Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json 18b6a4cf-756c-485b-aada-4a4b59ef7370 785
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json ASDC sendASDCNotification
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:15:20.238Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:20.240Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:20.241Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371320238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:15:20.341Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:20.342Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:20.342Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:20.356Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:20.356Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:15:21.241Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw649efa1f6079..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "935c50db-97d9-4032-afa9-9ad67fecafa9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c8f0452-92b5-4e18-a2f9-a5066f9c4acb",
    "vfModuleModelCustomizationUUID": "905d0fcb-e654-4af9-b4c6-1fb4f7497a82",
    "isBase": true,
    "artifacts": [
      "537dace1-f05e-4429-8a98-26d552909fb2",
      "acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:15:21.245Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw649efa1f6079..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c8f0452-92b5-4e18-a2f9-a5066f9c4acb
VfModuleModelInvariantUUID:935c50db-97d9-4032-afa9-9ad67fecafa9
VfModuleModelDescription:NULL
Artifacts UUID List:{
537dace1-f05e-4429-8a98-26d552909fb2
,
acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9

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

isBase:true


}

2022-08-13T06:15:21.247Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw649efa1f6079..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "935c50db-97d9-4032-afa9-9ad67fecafa9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6c8f0452-92b5-4e18-a2f9-a5066f9c4acb",
    "vfModuleModelCustomizationUUID": "905d0fcb-e654-4af9-b4c6-1fb4f7497a82",
    "isBase": true,
    "artifacts": [
      "537dace1-f05e-4429-8a98-26d552909fb2",
      "acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:15:21.247Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw649efa1f6079..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6c8f0452-92b5-4e18-a2f9-a5066f9c4acb
VfModuleModelInvariantUUID:935c50db-97d9-4032-afa9-9ad67fecafa9
VfModuleModelDescription:NULL
Artifacts UUID List:{
537dace1-f05e-4429-8a98-26d552909fb2
,
acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9

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

isBase:true


}

2022-08-13T06:15:21.247Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 537dace1-f05e-4429-8a98-26d552909fb2 from URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml
2022-08-13T06:15:21.248Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:15:21.248Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml
2022-08-13T06:15:21.344Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:15:21.345Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml 537dace1-f05e-4429-8a98-26d552909fb2 20368
2022-08-13T06:15:21.345Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-13T06:15:21.346Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml
2022-08-13T06:15:21.346Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:15:21.346Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:21.348Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:21.348Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371321345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:15:21.449Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:21.450Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:21.450Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:21.481Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:21.481Z||pool-44-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:22.349Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9 from URL: /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
2022-08-13T06:15:22.349Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-13T06:15:22.350Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
2022-08-13T06:15:22.397Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-13T06:15:22.398Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env acc8bbf4-c4f3-4ad8-b642-f9de958c4fc9 2098
2022-08-13T06:15:22.398Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-13T06:15:22.398Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
2022-08-13T06:15:22.398Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:15:22.399Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:22.400Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:22.401Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371322398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:15:22.501Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:22.502Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:22.502Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:22.518Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:22.519Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:23.401Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1
2022-08-13T06:15:23.402Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 649efa1f-6079 0 68001d5c-3288-482d-bea3-f79013862ef7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:15:23.415Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ebf2556, org.onap.sdc.toscaparser.api.parameters.Input@30bc39e3, org.onap.sdc.toscaparser.api.parameters.Input@6f950cd6, org.onap.sdc.toscaparser.api.parameters.Input@724286f5, org.onap.sdc.toscaparser.api.parameters.Input@5570887e]
2022-08-13T06:15:23.416Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.417Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.417Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-13T06:15:23.417Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c40a9ada-3583-48bd-8d1b-91d93923d637
2022-08-13T06:15:23.417Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c40a9ada-3583-48bd-8d1b-91d93923d637 matches Tosca VF Customization UUID: c40a9ada-3583-48bd-8d1b-91d93923d637
2022-08-13T06:15:23.418Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c40a9ada-3583-48bd-8d1b-91d93923d637  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-13T06:15:23.419Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.419Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.420Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c40a9ada-3583-48bd-8d1b-91d93923d637: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-13T06:15:23.420Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25f5cc45
2022-08-13T06:15:23.420Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.421Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:15:23.421Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 905d0fcb-e654-4af9-b4c6-1fb4f7497a82
2022-08-13T06:15:23.421Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 905d0fcb-e654-4af9-b4c6-1fb4f7497a82
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-13T06:15:23.423Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.423Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:23.424Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:23.424Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.425Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:23.425Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:23.425Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.426Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:23.426Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:23.426Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:23.426Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-13T06:15:23.427Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:15:23.427Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:15:23.427Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.427Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:23.428Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:15:23.428Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:23.428Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:15:23.428Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.429Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c4dd630-779b-4925-8a69-116bb7f30566
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:15:23.430Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.430Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:23.431Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:23.431Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.431Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:23.432Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:23.432Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:23.432Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:15:23.432Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:23.433Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.433Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.433Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:15:23.433Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-13T06:15:23.434Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-13T06:15:23.434Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:23.437Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-13T06:15:23.437Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.437Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d52f5c17-4d31-4afa-85b1-758d99620e01
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:15:23.439Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.439Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:23.440Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:23.440Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.440Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is not matching search criteria
2022-08-13T06:15:23.440Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-13T06:15:23.441Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-13T06:15:23.441Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-13T06:15:23.441Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:23.441Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.442Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.442Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-13T06:15:23.442Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-13T06:15:23.442Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-13T06:15:23.443Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-13T06:15:23.443Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-13T06:15:23.443Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-13T06:15:23.443Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8317f77d-d095-4b16-ae98-e8c7b8f312a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:15:23.445Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.445Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:23.445Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:15:23.445Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.446Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Node template vFW 649efa1f-6079 0 is matching search criteria
2022-08-13T06:15:23.446Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 649efa1f-6079 0] matching following query criteria: sdcType=VF, customizationUUID=c40a9ada-3583-48bd-8d1b-91d93923d637
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:15:23.447Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.447Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.448Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1: vFW 649efa1f-6079
2022-08-13T06:15:23.448Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.448Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.448Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.448Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.449Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.449Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.449Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.449Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.450Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:15:23.450Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-13 06-13-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:15:23.450Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-13 06-13-18 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:15:23.555Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 649efa1f-6079 68001d5c-3288-482d-bea3-f79013862ef7 1 ASDC deployResourceStructure
2022-08-13T06:15:23.555Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json ASDC sendASDCNotification
2022-08-13T06:15:23.555Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json
2022-08-13T06:15:23.556Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:15:23.556Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:23.558Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:23.558Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371323555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:15:23.658Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:23.660Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:23.660Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:23.678Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:23.679Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:24.559Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-13T06:15:24.559Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml
2022-08-13T06:15:24.559Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:15:24.560Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:24.561Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:24.562Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371324559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:15:24.662Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:24.664Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:24.664Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:24.681Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:24.682Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:25.562Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-13T06:15:25.563Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env
2022-08-13T06:15:25.563Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:15:25.563Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:25.565Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:25.565Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371325562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:15:25.665Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:25.666Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:25.666Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:25.684Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:25.684Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:26.566Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar ASDC sendASDCNotification
2022-08-13T06:15:26.567Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar
2022-08-13T06:15:26.567Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:15:26.567Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:15:26.569Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:15:26.569Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371326566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:15:26.669Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:15:26.670Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:15:26.670Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:15:26.692Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:15:26.693Z||pool-49-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:15:27.570Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:15:27.581Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:15:27.584Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:15:27.584Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:15:27.584Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:15:57.584Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:15:57.594Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:15:57.596Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:15:57.596Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:15:57.596Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:16:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:16:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:16:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:16:08.285Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:16:08.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:16:08.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371240717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:16:08.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:16:08.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:16:08.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371244446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:16:08.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:16:08.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:16:08.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371241009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:16:08.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:16:27.596Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:16:27.616Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:16:27.620Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:16:27.621Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:16:27.621Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:16:57.621Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:16:57.632Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:16:57.635Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:16:57.636Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:16:57.636Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:17:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:17:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:17:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:17:08.291Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:17:08.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371248862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371243661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371240717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "cds",
  "timestamp": 1660371243817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371244446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371241009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371248862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371243661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371240717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "cds",
  "timestamp": 1660371243817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371244446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371241009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371248862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371243661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371240717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "cds",
  "timestamp": 1660371243817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371244446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371241009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371248862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371243661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371240717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371244446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "cds",
  "timestamp": 1660371243817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371241009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371248862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371243661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371240717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "cds",
  "timestamp": 1660371243817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371244446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371241009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371248862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371243661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371240717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "cds",
  "timestamp": 1660371243817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371244446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371241009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371248862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f75f39e9-8fd0-4147-b653-3a685170a769",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371255536,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:17:08.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "cds",
  "timestamp": 1660371255906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371255710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371256612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371256744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "cds",
  "timestamp": 1660371256913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:17:08.317Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e908a42b-b8ad-49d2-9203-cd6a1c595165
2022-08-13T06:17:08.317Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e908a42b-b8ad-49d2-9203-cd6a1c595165 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:17:08.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371257619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:17:08.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371256791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371257067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "policy-id",
  "timestamp": 1660371258622,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:17:08.333Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e908a42b-b8ad-49d2-9203-cd6a1c595165
2022-08-13T06:17:08.333Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e908a42b-b8ad-49d2-9203-cd6a1c595165 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:17:08.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371257851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371257067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371258899,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:17:08.346Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e908a42b-b8ad-49d2-9203-cd6a1c595165
2022-08-13T06:17:08.346Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e908a42b-b8ad-49d2-9203-cd6a1c595165 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-13T06:17:08.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371257067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371259731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371259902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:17:08.352Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371257067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371260750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:17:08.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371257067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "clamp",
  "timestamp": 1660371261753,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:17:08.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e908a42b-b8ad-49d2-9203-cd6a1c595165
2022-08-13T06:17:08.358Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e908a42b-b8ad-49d2-9203-cd6a1c595165 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:17:08.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371257067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371257067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371264858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:17:08.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:17:08.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:17:08.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371267852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:17:08.369Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371268403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:17:08.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371268274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.370Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "aai-ml",
  "timestamp": 1660371268866,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:17:08.378Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e908a42b-b8ad-49d2-9203-cd6a1c595165
2022-08-13T06:17:08.378Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e908a42b-b8ad-49d2-9203-cd6a1c595165 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:17:08.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371269408,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:17:08.389Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e908a42b-b8ad-49d2-9203-cd6a1c595165
2022-08-13T06:17:08.389Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e908a42b-b8ad-49d2-9203-cd6a1c595165 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:17:08.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371270914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371271978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371273085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371274191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/basic_onboard_yblzqy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:17:08.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371275198,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:17:08.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371276201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/resourceInstances/basic_onboard_yblzqy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:17:08.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:08.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:17:08.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371277206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYblzqy/1.0/artifacts/service-BasicOnboardYblzqy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:17:08.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:17:27.636Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:17:27.650Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:17:27.653Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:17:27.653Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:17:27.653Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:17:27.653Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:17:27.653Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:17:27.653Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:17:27.654Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:17:27.654Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:17:27.654Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:17:27.654Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:17:27.654Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:17:27.659Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:17:57.660Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e908a42b-b8ad-49d2-9203-cd6a1c595165 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:17:57.672Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e908a42b-b8ad-49d2-9203-cd6a1c595165 and serviceModelVersionId: ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1
2022-08-13T06:17:57.672Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd6b1322-28e4-468a-b899-ca89d43fae71
2022-08-13T06:17:57.674Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd6b1322-28e4-468a-b899-ca89d43fae71/model-vers/model-ver/ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1?depth=0
2022-08-13T06:17:57.681Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:17:57.737Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd6b1322-28e4-468a-b899-ca89d43fae71/model-vers/model-ver/ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-13T06:17:57.739Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd6b1322-28e4-468a-b899-ca89d43fae71/model-vers/model-ver/ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1?depth=0|INFO|500||Invoke
2022-08-13T06:17:57.769Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd6b1322-28e4-468a-b899-ca89d43fae71/model-vers/model-ver/ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:17:57.926Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd6b1322-28e4-468a-b899-ca89d43fae71/model-vers/model-ver/ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1?depth=0|INFO|500||InvokeReturn
2022-08-13T06:17:57.926Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd6b1322-28e4-468a-b899-ca89d43fae71/model-vers/model-ver/ca06f27e-ebc0-4f0f-9523-83cbc1ddfac1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-06:17:57:572-56279], vertex-id=[176200], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:17:57 GMT], Content-Type=[application/json]}
2022-08-13T06:17:57.927Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:17:57.927Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:17:57.928Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:17:57.931Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-13T06:17:57.931Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e908a42b-b8ad-49d2-9203-cd6a1c595165 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:17:57.932Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:17:57.932Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:17:57.935Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:17:57.935Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371477931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:17:58.035Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:17:58.036Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:17:58.037Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:17:58.058Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:17:58.058Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:17:58.951Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:17:58.952Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:17:58.952Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:18:08.257Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:18:08.258Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:18:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:18:08.286Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:18:08.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94f76c37-1d04-439e-8d09-c60ba26c54d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371308445,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:18:08.289Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:18:08.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:18:08.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:18:08.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:18:08.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:18:08.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:18:08.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371256552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:18:08.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:18:08.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371316607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:18:08.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:18:08.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371320238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:18:08.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:18:08.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371321345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371322398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371323555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/vfw649efa1f60790_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371324559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:18:08.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:18:08.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371325562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/resourceInstances/vfw649efa1f60790/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:18:08.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:18:08.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:18:08.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371326566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220813061318/1.0/artifacts/service-Vfw20220813061318-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:18:08.294Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:18:09.254Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:18:09.255Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:18:09.255Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:18:09.256Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:18:18.834Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:18:18.836Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:18:18.837Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:18:18.837Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:18:28.414Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:18:28.415Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:18:28.416Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:18:28.416Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:18:37.976Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:18:37.977Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:18:37.978Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:18:37.978Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:18:47.518Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:18:47.519Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:18:47.520Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:18:47.520Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:18:57.077Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:18:57.078Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:18:57.078Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:18:57.078Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:19:06.644Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:19:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:19:08.253Z||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-08-13T06:19:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:19:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:19:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:19:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:19:08.806Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:19:08.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T06:19:08.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e908a42b-b8ad-49d2-9203-cd6a1c595165",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371477931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:19:08.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:19:17.832Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:20:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:20:08.253Z||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-08-13T06:20:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:20:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:20:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:20:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:20:17.821Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:20:17.835Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:21:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:21:08.253Z||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-08-13T06:21:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:21:08.256Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:21:08.257Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:21:08.257Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:21:17.858Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:21:17.913Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:22:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:22:08.253Z||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-08-13T06:22:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:22:08.256Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:22:08.257Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:22:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:22:17.844Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:22:17.846Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:23:08.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:23:08.253Z||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-08-13T06:23:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:23:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:23:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:23:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:23:08.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:23:08.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f02241c-5434-47b4-8e97-f4739991e13b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"eec86779-bbb9-4659-a5e5-297acdbac8e0","serviceDescription":"service","serviceInvariantUUID":"84e711f7-126a-4b3e-94ac-9ed763712557","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6deb26fd-4b4e-4af6-a416-55cb926a846f","resourceInvariantUUID":"9d8016a1-61bf-4967-88e5-49cd1d449e58","resourceCustomizationUUID":"90e9e2f3-be7e-4ea0-9c4b-d1cc22609e04","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":"OTQ1ZGQzZjU5YjkxOTA1YmY1MDBiN2E0NmYwOTk1ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c0174b7-2608-4636-9a07-43c25e523e9c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjkxNzNmODRiNGVjYjE3NDJmMzYyZmE4ZWI4NTZmZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8866b21-2c6c-44b8-a4bc-f6c6f9802fde","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:23:08.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:23:08.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "cds",
  "timestamp": 1660371768818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:23:08.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "cds",
  "timestamp": 1660371768818,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:23:08.895Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "cds",
  "timestamp": 1660371780651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:23:08.895Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:23:08.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.896Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:23:08.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:23:08.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.896Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:23:08.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "policy-id",
  "timestamp": 1660371781009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:23:08.896Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "cds",
  "timestamp": 1660371781660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-08-13T06:23:08.899Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:23:08.899Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371788252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:23:08.910Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f02241c-5434-47b4-8e97-f4739991e13b
2022-08-13T06:23:08.910Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f02241c-5434-47b4-8e97-f4739991e13b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:23:08.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:23:08.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "policy-id",
  "timestamp": 1660371781009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:23:08.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "policy-id",
  "timestamp": 1660371783717,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:23:08.919Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:23:08.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "policy-id",
  "timestamp": 1660371784723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:23:08.920Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:23:08.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "clamp",
  "timestamp": 1660371783661,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:23:08.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "policy-id",
  "timestamp": 1660371785728,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:23:08.924Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f02241c-5434-47b4-8e97-f4739991e13b
2022-08-13T06:23:08.925Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f02241c-5434-47b4-8e97-f4739991e13b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:23:08.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371784446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:23:08.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "clamp",
  "timestamp": 1660371783661,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:23:08.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:23:08.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371784446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:23:08.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:23:08.999Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:23:09.000Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:23:09.000Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:23:09.014Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:23:09.015Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:23:09.899Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:23:09.900Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:23:09.903Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:23:09.903Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371788252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:23:10.003Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:23:10.004Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:23:10.005Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:23:10.020Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:23:10.021Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:23:10.904Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "eec86779-bbb9-4659-a5e5-297acdbac8e0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "84e711f7-126a-4b3e-94ac-9ed763712557",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "90e9e2f3-be7e-4ea0-9c4b-d1cc22609e04",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6deb26fd-4b4e-4af6-a416-55cb926a846f",
      "resourceInvariantUUID": "9d8016a1-61bf-4967-88e5-49cd1d449e58",
      "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": "NjkxNzNmODRiNGVjYjE3NDJmMzYyZmE4ZWI4NTZmZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b8866b21-2c6c-44b8-a4bc-f6c6f9802fde"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:23:10.905Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:23:10.906Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eec86779-bbb9-4659-a5e5-297acdbac8e0 ASDC
2022-08-13T06:23:10.907Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f02241c-5434-47b4-8e97-f4739991e13b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:eec86779-bbb9-4659-a5e5-297acdbac8e0
ServiceInvariantUUID:84e711f7-126a-4b3e-94ac-9ed763712557
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:b8866b21-2c6c-44b8-a4bc-f6c6f9802fde
ArtifactChecksum:NjkxNzNmODRiNGVjYjE3NDJmMzYyZmE4ZWI4NTZmZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:90e9e2f3-be7e-4ea0-9c4b-d1cc22609e04
ResourceInvariantUUID:9d8016a1-61bf-4967-88e5-49cd1d449e58
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6deb26fd-4b4e-4af6-a416-55cb926a846f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-13T06:23:10.908Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eec86779-bbb9-4659-a5e5-297acdbac8e0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:23:10.939Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:23:10.940Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:23:10.940Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:23:10.941Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8866b21-2c6c-44b8-a4bc-f6c6f9802fde from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-13T06:23:10.941Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:23:10.941Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-13T06:23:11.015Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:23:11.019Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b8866b21-2c6c-44b8-a4bc-f6c6f9802fde 57658
2022-08-13T06:23:11.019Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-13T06:23:11.019Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-13T06:23:11.020Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:23:11.020Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:23:11.022Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:23:11.022Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371791019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:23:11.123Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T06:23:11.124Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:23:11.125Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:23:11.139Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:23:11.140Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:23:12.023Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:23:12.024Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:23:12.025Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b8866b21-2c6c-44b8-a4bc-f6c6f9802fde, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.025Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-13T06:23:12.026Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.026Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.192Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12440666711994214714/Definitions/service-BasicNetwork-template.yml
2022-08-13T06:23:12.920Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:23:12.921Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:23:12.921Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.921Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-13T06:23:12.921Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.922Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.922Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.922Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.922Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.922Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.922Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.922Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-13T06:23:12.922Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:23:12.923Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.923Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.923Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-13T06:23:12.923Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:23:12.924Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:23:12.924Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.924Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.924Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-13T06:23:12.925Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:23:12.925Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:23:12.925Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.925Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.926Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.926Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.927Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.927Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.927Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.928Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.928Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.928Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.928Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:eec86779-bbb9-4659-a5e5-297acdbac8e0
Model Version:NULL
Model InvariantUuid:84e711f7-126a-4b3e-94ac-9ed763712557
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9d8016a1-61bf-4967-88e5-49cd1d449e58
Model UUID:1a644e8c-466d-4cc1-bb96-ee5a23e3466b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:90e9e2f3-be7e-4ea0-9c4b-d1cc22609e04
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:23:12.935Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 6deb26fd-4b4e-4af6-a416-55cb926a846f
2022-08-13T06:23:12.935Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||No resources found for Service: eec86779-bbb9-4659-a5e5-297acdbac8e0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:23:12.942Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||
2022-08-13T06:23:12.942Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-13T06:23:12.944Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||No resources found for Service: eec86779-bbb9-4659-a5e5-297acdbac8e0
2022-08-13T06:23:12.945Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: eec86779-bbb9-4659-a5e5-297acdbac8e0
2022-08-13T06:23:12.945Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-13T06:23:12.945Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:23:12.951Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d535fe6, org.onap.sdc.toscaparser.api.parameters.Input@1bdc366a, org.onap.sdc.toscaparser.api.parameters.Input@3ce65ed2, org.onap.sdc.toscaparser.api.parameters.Input@18c01443, org.onap.sdc.toscaparser.api.parameters.Input@7f8bc4d2]
2022-08-13T06:23:12.954Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.954Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.954Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.955Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.955Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid eec86779-bbb9-4659-a5e5-297acdbac8e0: Generic NeutronNet
2022-08-13T06:23:12.955Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.956Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:12.956Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:12.956Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-13T06:23:13.009Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:13.009Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:13.010Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:13.010Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:13.010Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:23:13.010Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:23:13.011Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-13T06:23:13.061Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-13T06:23:13.061Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-13T06:23:13.062Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-13T06:23:13.062Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:23:13.062Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:23:13.064Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:23:13.064Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371793061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:23:13.164Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:23:13.165Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:23:13.166Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:23:13.192Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:23:13.193Z||pool-54-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:23:14.064Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:23:14.076Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:23:14.078Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:23:14.078Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:23:14.078Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:23:44.079Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:23:44.090Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:23:44.093Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:23:44.093Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:23:44.093Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:24:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:24:08.258Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:24:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:24:08.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:24:08.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:24:08.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371788252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:24:08.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:24:14.094Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:24:14.106Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:24:14.108Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:24:14.108Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:24:14.108Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:24:44.109Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:24:44.120Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:24:44.122Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:24:44.122Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:24:44.122Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:25:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:25:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:25:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:08.292Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:08.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "aai-ml",
  "timestamp": 1660371788862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371788252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "aai-ml",
  "timestamp": 1660371788862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371791019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "clamp",
  "timestamp": 1660371790841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "aai-ml",
  "timestamp": 1660371791700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "clamp",
  "timestamp": 1660371792848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:25:08.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371793061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:25:08.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "clamp",
  "timestamp": 1660371793852,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:25:08.314Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f02241c-5434-47b4-8e97-f4739991e13b
2022-08-13T06:25:08.314Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f02241c-5434-47b4-8e97-f4739991e13b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "aai-ml",
  "timestamp": 1660371797127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:25:08.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371797067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "aai-ml",
  "timestamp": 1660371798137,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:25:08.328Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f02241c-5434-47b4-8e97-f4739991e13b
2022-08-13T06:25:08.328Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f02241c-5434-47b4-8e97-f4739991e13b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371797067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371799851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371801565,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:25:08.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371802569,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:25:08.340Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f02241c-5434-47b4-8e97-f4739991e13b
2022-08-13T06:25:08.340Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f02241c-5434-47b4-8e97-f4739991e13b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371800717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371801009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371804446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371800717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371801009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371804446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371800717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371801009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371804446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371800717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371801009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371804446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371800717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371801009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371804446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371813817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371813661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371800717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371801009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371804446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371813817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371813661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371800717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371801009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371804446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371813817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371813661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371800717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371801009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371804446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371813817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371813661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371818916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371818710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371813817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371813661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371819920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371818862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371813817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371819924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371813661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371818862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "policy-id",
  "timestamp": 1660371820923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.372Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6773a3bd-91ef-4afe-b6c6-e008405dc8d3
2022-08-13T06:25:08.372Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6773a3bd-91ef-4afe-b6c6-e008405dc8d3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371813817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371820928,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:25:08.386Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6773a3bd-91ef-4afe-b6c6-e008405dc8d3
2022-08-13T06:25:08.386Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6773a3bd-91ef-4afe-b6c6-e008405dc8d3 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371813661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371818862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371813817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371813661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371818862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.394Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371822571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.394Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.394Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371818862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.395Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "cds",
  "timestamp": 1660371823578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:25:08.398Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6773a3bd-91ef-4afe-b6c6-e008405dc8d3
2022-08-13T06:25:08.398Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6773a3bd-91ef-4afe-b6c6-e008405dc8d3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371818862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371818862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371818862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371827067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371827761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371827067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371827067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371827067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371827067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371827067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371832847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371827067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371833940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:25:08.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371827067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "aai-ml",
  "timestamp": 1660371834961,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:25:08.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6773a3bd-91ef-4afe-b6c6-e008405dc8d3
2022-08-13T06:25:08.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6773a3bd-91ef-4afe-b6c6-e008405dc8d3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371835890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371835849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:25:08.422Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "clamp",
  "timestamp": 1660371836853,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:25:08.426Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6773a3bd-91ef-4afe-b6c6-e008405dc8d3
2022-08-13T06:25:08.426Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6773a3bd-91ef-4afe-b6c6-e008405dc8d3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371837749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:25:08.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:08.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371838752,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:25:08.438Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6773a3bd-91ef-4afe-b6c6-e008405dc8d3
2022-08-13T06:25:08.438Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6773a3bd-91ef-4afe-b6c6-e008405dc8d3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:25:08.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371840717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371841009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371840717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371841009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371840717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371841009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371840717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371841009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "cds",
  "timestamp": 1660371843817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371843661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371840717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371841009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371844446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "cds",
  "timestamp": 1660371843817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371843661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371840717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371841009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371844446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "cds",
  "timestamp": 1660371843817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371843661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371840717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371841009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371844446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "cds",
  "timestamp": 1660371843817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371843661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:08.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:25:08.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:25:08.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371848760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:08.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:25:14.123Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:25:14.135Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:25:14.137Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:25:14.137Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:25:14.137Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:25:14.138Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:25:14.138Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:25:14.138Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:25:14.138Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:25:14.138Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:25:14.138Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:25:14.138Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:25:14.138Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:25:14.143Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:25:44.143Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f02241c-5434-47b4-8e97-f4739991e13b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:25:44.150Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f02241c-5434-47b4-8e97-f4739991e13b and serviceModelVersionId: eec86779-bbb9-4659-a5e5-297acdbac8e0
2022-08-13T06:25:44.150Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84e711f7-126a-4b3e-94ac-9ed763712557
2022-08-13T06:25:44.151Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84e711f7-126a-4b3e-94ac-9ed763712557/model-vers/model-ver/eec86779-bbb9-4659-a5e5-297acdbac8e0?depth=0
2022-08-13T06:25:44.156Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:25:44.211Z|4f02241c-5434-47b4-8e97-f4739991e13b|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/84e711f7-126a-4b3e-94ac-9ed763712557/model-vers/model-ver/eec86779-bbb9-4659-a5e5-297acdbac8e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-13T06:25:44.216Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84e711f7-126a-4b3e-94ac-9ed763712557/model-vers/model-ver/eec86779-bbb9-4659-a5e5-297acdbac8e0?depth=0|INFO|500||Invoke
2022-08-13T06:25:44.246Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84e711f7-126a-4b3e-94ac-9ed763712557/model-vers/model-ver/eec86779-bbb9-4659-a5e5-297acdbac8e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:25:44.337Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84e711f7-126a-4b3e-94ac-9ed763712557/model-vers/model-ver/eec86779-bbb9-4659-a5e5-297acdbac8e0?depth=0|INFO|500||InvokeReturn
2022-08-13T06:25:44.338Z|4f02241c-5434-47b4-8e97-f4739991e13b|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/84e711f7-126a-4b3e-94ac-9ed763712557/model-vers/model-ver/eec86779-bbb9-4659-a5e5-297acdbac8e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220813-06:25:44:047-41069], vertex-id=[208896], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:25:44 GMT], Content-Type=[application/json]}
2022-08-13T06:25:44.338Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:25:44.339Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:25:44.339Z|4f02241c-5434-47b4-8e97-f4739991e13b|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-08-13T06:25:44.342Z|4f02241c-5434-47b4-8e97-f4739991e13b|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-08-13T06:25:44.342Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f02241c-5434-47b4-8e97-f4739991e13b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:25:44.343Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:25:44.343Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:44.345Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:44.345Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371944342,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:25:44.446Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T06:25:44.447Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:44.447Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:44.477Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:44.478Z||pool-55-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:25:45.357Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:25:45.358Z|4f02241c-5434-47b4-8e97-f4739991e13b|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-08-13T06:25:45.358Z|4f02241c-5434-47b4-8e97-f4739991e13b|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:49.809Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:49.810Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-13T06:25:49.810Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6773a3bd-91ef-4afe-b6c6-e008405dc8d3","serviceName":"Demo_pNF_RRcvi8blYautlJDOyMvI","serviceVersion":"1.0","serviceUUID":"a4d465ab-0e06-4746-8b86-35e895bbf3d8","serviceDescription":"catalog service description","serviceInvariantUUID":"8d9c06b1-7c12-4730-9ddf-8fa9c35253b2","resources":[{"resourceInstanceName":"pNF 73603899-f937 0","resourceName":"pNF 73603899-f937","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9066e552-ccf1-41f4-9428-8365655e6fdd","resourceInvariantUUID":"b483b771-fdb2-4c47-9936-29f72dfdfb2c","resourceCustomizationUUID":"4f3d995a-3333-4994-92b2-e43493fb43c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml","artifactChecksum":"MWI4ZmY1ZThjZjUzNTk2ZTgyOTlkNGZjYzM5NjcwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"565d4fb6-0c52-4029-a66b-170ad7094fdf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar","artifactChecksum":"ZDU5ZmJiOTA2ZjgzMDU4MmI1ZDcxZjY0ZGQ4NWZiY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57b073f6-0672-4b03-b1ae-46f384446946","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76d855fe-363f-4f6d-8b4b-57731cf92286","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml","artifactChecksum":"YTc3YzZjMTA3NDMzYTA0NGFmMzFmYTUzNTQyMDMxNzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"903e49a2-3789-4759-a269-47bbe9169104","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"520d26a5-a049-4fcb-a291-95fd4e6bc007","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79421d95-a105-4f4c-ba97-58e4fc92fe47","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRrcvi8blyautljdoymvi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml","artifactChecksum":"YzE5MDQ3OGM4MDdmMTNkNzgyODIyYmQ4M2NkOGU1MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d943f020-798f-49c0-9c1a-457740d49df3","artifactVersion":"1"},{"artifactName":"service-DemoPnfRrcvi8blyautljdoymvi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar","artifactChecksum":"ZjhiYTUyMzg1NGZiODIyMjUzMDc4NWI0ZjQ3OTI2ZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e714e553-bca8-4ba2-9bd7-0adedd1b195d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:25:49.813Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:25:49.813Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:49.815Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:49.815Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:49.919Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-13T06:25:49.921Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:49.921Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:49.937Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:49.937Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:25:50.816Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:25:50.817Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:50.818Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:50.819Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:50.919Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:25:50.920Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:50.920Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:50.934Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:50.935Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:25:51.819Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:25:51.821Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:51.823Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:51.823Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:51.923Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:25:51.924Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:51.924Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:51.942Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:51.942Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:25:52.823Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:25:52.824Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:52.827Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:52.827Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:52.930Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-13T06:25:52.931Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:52.931Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:52.946Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:52.947Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:25:53.829Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:25:53.830Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:53.832Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:53.832Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:53.934Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T06:25:53.934Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:53.934Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:53.949Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:53.950Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:25:54.834Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:25:54.834Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:54.836Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:54.837Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:54.937Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:25:54.938Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:54.938Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:54.962Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:54.962Z||pool-61-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:25:55.837Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:25:55.838Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:55.841Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:55.842Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:25:55.941Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:25:55.942Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:55.943Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:55.957Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:55.958Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:25:56.846Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:25:56.847Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:56.866Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:56.866Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:25:56.950Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-08-13T06:25:56.951Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:56.951Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:56.970Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:56.975Z||pool-63-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:25:57.869Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "serviceName": "Demo_pNF_RRcvi8blYautlJDOyMvI",
  "serviceVersion": "1.0",
  "serviceUUID": "a4d465ab-0e06-4746-8b86-35e895bbf3d8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8d9c06b1-7c12-4730-9ddf-8fa9c35253b2",
  "resources": [
    {
      "resourceInstanceName": "pNF 73603899-f937 0",
      "resourceCustomizationUUID": "4f3d995a-3333-4994-92b2-e43493fb43c5",
      "resourceName": "pNF 73603899-f937",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9066e552-ccf1-41f4-9428-8365655e6fdd",
      "resourceInvariantUUID": "b483b771-fdb2-4c47-9936-29f72dfdfb2c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
      "artifactChecksum": "ZjhiYTUyMzg1NGZiODIyMjUzMDc4NWI0ZjQ3OTI2ZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e714e553-bca8-4ba2-9bd7-0adedd1b195d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:25:57.870Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:25:57.870Z|4f02241c-5434-47b4-8e97-f4739991e13b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4d465ab-0e06-4746-8b86-35e895bbf3d8 ASDC
2022-08-13T06:25:57.871Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6773a3bd-91ef-4afe-b6c6-e008405dc8d3
ServiceName:Demo_pNF_RRcvi8blYautlJDOyMvI
ServiceVersion:1.0
ServiceUUID:a4d465ab-0e06-4746-8b86-35e895bbf3d8
ServiceInvariantUUID:8d9c06b1-7c12-4730-9ddf-8fa9c35253b2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
ArtifactUUID:e714e553-bca8-4ba2-9bd7-0adedd1b195d
ArtifactChecksum:ZjhiYTUyMzg1NGZiODIyMjUzMDc4NWI0ZjQ3OTI2ZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 73603899-f937 0
ResourceCustomizationUUID:4f3d995a-3333-4994-92b2-e43493fb43c5
ResourceInvariantUUID:b483b771-fdb2-4c47-9936-29f72dfdfb2c
ResourceName:pNF 73603899-f937
ResourceType:PNF
ResourceUUID:9066e552-ccf1-41f4-9428-8365655e6fdd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-13T06:25:57.871Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4d465ab-0e06-4746-8b86-35e895bbf3d8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:25:57.898Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:25:57.899Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:25:57.899Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:25:57.900Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e714e553-bca8-4ba2-9bd7-0adedd1b195d from URL: /sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:25:57.903Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:25:57.903Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:25:57.972Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:25:57.980Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar e714e553-bca8-4ba2-9bd7-0adedd1b195d 87773
2022-08-13T06:25:57.980Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar ASDC sendASDCNotification
2022-08-13T06:25:57.980Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:25:57.980Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:25:57.981Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:25:57.983Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:25:57.984Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371957980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:25:58.090Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-13T06:25:58.093Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:25:58.093Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:25:58.108Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:25:58.108Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:25:58.984Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:25:58.985Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:25:58.985Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e714e553-bca8-4ba2-9bd7-0adedd1b195d, URL: /sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar to file: /app/ASDC/1/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:25:58.986Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:25:58.986Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:25:58.986Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:25:59.132Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15624149809020780664/Definitions/service-DemoPnfRrcvi8blyautljdoymvi-template.yml
2022-08-13T06:26:00.003Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:26:00.003Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:26:00.003Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 73603899-f937 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-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|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-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|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-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|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-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:26:00.004Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:00.005Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_RRcvi8blYautlJDOyMvI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:00.005Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Node template pNF 73603899-f937 0 is matching search criteria
2022-08-13T06:26:00.005Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:26:00.005Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 73603899-f937 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:26:00.005Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:00.006Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_RRcvi8blYautlJDOyMvI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:00.006Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Node template pNF 73603899-f937 0 is matching search criteria
2022-08-13T06:26:00.006Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:26:00.006Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 73603899-f937 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:26:00.006Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:00.006Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_RRcvi8blYautlJDOyMvI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:00.006Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:00.006Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_RRcvi8blYautlJDOyMvI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:00.006Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:00.007Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_RRcvi8blYautlJDOyMvI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:00.007Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:00.007Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_RRcvi8blYautlJDOyMvI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:00.007Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:00.007Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_RRcvi8blYautlJDOyMvI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:00.007Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_RRcvi8blYautlJDOyMvI
Description:catalog service description
Model UUID:a4d465ab-0e06-4746-8b86-35e895bbf3d8
Model Version:NULL
Model InvariantUuid:8d9c06b1-7c12-4730-9ddf-8fa9c35253b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:26:00.012Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9066e552-ccf1-41f4-9428-8365655e6fdd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:26:00.015Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||pNF 73603899-f937 0
2022-08-13T06:26:00.015Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9066e552-ccf1-41f4-9428-8365655e6fdd
2022-08-13T06:26:00.016Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||No resources found for Service: a4d465ab-0e06-4746-8b86-35e895bbf3d8
2022-08-13T06:26:00.016Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a4d465ab-0e06-4746-8b86-35e895bbf3d8
2022-08-13T06:26:00.016Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 73603899-f937 0 9066e552-ccf1-41f4-9428-8365655e6fdd ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:26:00.019Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76c40441, org.onap.sdc.toscaparser.api.parameters.Input@3d990c27, org.onap.sdc.toscaparser.api.parameters.Input@2e235485, org.onap.sdc.toscaparser.api.parameters.Input@6e4a5c2c, org.onap.sdc.toscaparser.api.parameters.Input@387aaba8]
2022-08-13T06:26:00.019Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:00.019Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_RRcvi8blYautlJDOyMvI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:00.020Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a4d465ab-0e06-4746-8b86-35e895bbf3d8: pNF 73603899-f937
2022-08-13T06:26:00.020Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||Processing PNF resource: 9066e552-ccf1-41f4-9428-8365655e6fdd
2022-08-13T06:26:00.020Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:00.020Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_RRcvi8blYautlJDOyMvI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:00.021Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||Resource customization UUID: 4f3d995a-3333-4994-92b2-e43493fb43c5 is the same as notified resource customizationUUID: 4f3d995a-3333-4994-92b2-e43493fb43c5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-13T06:26:00.061Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 73603899-f937 9066e552-ccf1-41f4-9428-8365655e6fdd 0 ASDC deployResourceStructure
2022-08-13T06:26:00.062Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar ASDC sendASDCNotification
2022-08-13T06:26:00.062Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar
2022-08-13T06:26:00.062Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:26:00.062Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:00.064Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:00.064Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371960062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:26:00.165Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:00.165Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:00.166Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:00.178Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:00.179Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:01.065Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6773a3bd-91ef-4afe-b6c6-e008405dc8d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:26:01.077Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6773a3bd-91ef-4afe-b6c6-e008405dc8d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:26:01.081Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:26:01.081Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:26:01.081Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:26:01.081Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:26:01.082Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:26:01.082Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:26:01.082Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:26:01.082Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:26:01.082Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:26:01.083Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:26:01.083Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:26:01.083Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:26:01.092Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:26:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:26:08.258Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:26:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:08.314Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:08.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:26:08.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371844446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:26:08.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:26:31.092Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6773a3bd-91ef-4afe-b6c6-e008405dc8d3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:26:32.198Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6773a3bd-91ef-4afe-b6c6-e008405dc8d3 and serviceModelVersionId: a4d465ab-0e06-4746-8b86-35e895bbf3d8
2022-08-13T06:26:32.198Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d9c06b1-7c12-4730-9ddf-8fa9c35253b2
2022-08-13T06:26:32.200Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d9c06b1-7c12-4730-9ddf-8fa9c35253b2/model-vers/model-ver/a4d465ab-0e06-4746-8b86-35e895bbf3d8?depth=0
2022-08-13T06:26:32.211Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:26:32.310Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|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/8d9c06b1-7c12-4730-9ddf-8fa9c35253b2/model-vers/model-ver/a4d465ab-0e06-4746-8b86-35e895bbf3d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-13T06:26:32.312Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9c06b1-7c12-4730-9ddf-8fa9c35253b2/model-vers/model-ver/a4d465ab-0e06-4746-8b86-35e895bbf3d8?depth=0|INFO|500||Invoke
2022-08-13T06:26:32.345Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9c06b1-7c12-4730-9ddf-8fa9c35253b2/model-vers/model-ver/a4d465ab-0e06-4746-8b86-35e895bbf3d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:26:32.500Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d9c06b1-7c12-4730-9ddf-8fa9c35253b2/model-vers/model-ver/a4d465ab-0e06-4746-8b86-35e895bbf3d8?depth=0|INFO|500||InvokeReturn
2022-08-13T06:26:32.501Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|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/8d9c06b1-7c12-4730-9ddf-8fa9c35253b2/model-vers/model-ver/a4d465ab-0e06-4746-8b86-35e895bbf3d8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-06:26:32:146-87521], vertex-id=[237704], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:26:32 GMT], Content-Type=[application/json]}
2022-08-13T06:26:32.502Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:26:32.503Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:26:32.503Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|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-08-13T06:26:32.509Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|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-08-13T06:26:32.510Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6773a3bd-91ef-4afe-b6c6-e008405dc8d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:26:32.510Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:26:32.511Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:32.516Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:32.516Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371992510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:26:32.616Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:32.617Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:32.617Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:32.663Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:32.666Z||pool-66-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:26:33.532Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-13T06:26:33.532Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8091feb9-e7c8-4e19-bb41-c857d7b32410","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b594cb02-4824-4dbe-bb1d-5a5ecb3fd691","serviceDescription":"service","serviceInvariantUUID":"2478350d-cd72-42b2-83a9-0ee0bb31c4c8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc19b697-7137-4b17-aae9-c4f3e190b84b","resourceInvariantUUID":"aa53d29b-5b0f-4f30-9c89-e3c5e1b3f791","resourceCustomizationUUID":"1923ae06-5611-4482-82d7-1d483ff526b4","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":"NTlmMjU5OGRiNDc5NzZlM2NkODM4ZmE3ODM2NGVlYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5e98b99-603d-4a3e-a912-57defe81286d","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":"M2M3NTBmNGU1MTYzMTc5ZjUyNjlkNWI5ZjIyYzM4Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38788e73-9d03-4e45-9e61-6f9236710af1","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":"425ceb0d-bf18-4941-9050-d7c9323f5e67","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":"5683a10d-da9a-4536-a3eb-b2420273d1b0","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":"2b2fd0b7-4855-4b91-ac31-949c7248228d","artifactVersion":"2","generatedFromUUID":"425ceb0d-bf18-4941-9050-d7c9323f5e67"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTQyMDU2M2RjZWJjZjhjZThjZWFjZDk5MTA4NjliYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0104526-7eb2-458d-9940-d21976703a2a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTBjZDBiNDNmYjAwZTY4MDVkM2E3Mjc2MWJiNzVhMDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4e2da21-a059-4608-b976-f0eae727260f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:26:33.533Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:26:33.533Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:33.536Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:33.536Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:26:33.636Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:26:33.638Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:33.638Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:33.654Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:33.655Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:34.537Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:26:34.538Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:34.541Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:34.541Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:26:34.641Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:34.642Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:34.642Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:34.657Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:34.658Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:26:35.542Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:26:35.543Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:35.545Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:35.545Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:26:35.646Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:35.647Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:35.647Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:35.669Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:35.669Z||pool-69-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:36.546Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:26:36.547Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:36.549Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:36.549Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:26:36.649Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:36.650Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:36.650Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:36.664Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:36.665Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:26:37.550Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:26:37.551Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:37.553Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:37.553Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-13T06:26:37.653Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:37.654Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:37.655Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:37.681Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:37.682Z||pool-71-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:38.554Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:26:38.555Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:38.557Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:38.557Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:26:38.657Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:38.658Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:38.658Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:38.674Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:38.675Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:26:39.557Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:26:39.558Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:39.560Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:39.561Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:26:39.661Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:39.662Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:39.662Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:39.681Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:39.681Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:40.562Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b594cb02-4824-4dbe-bb1d-5a5ecb3fd691",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2478350d-cd72-42b2-83a9-0ee0bb31c4c8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "1923ae06-5611-4482-82d7-1d483ff526b4",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bc19b697-7137-4b17-aae9-c4f3e190b84b",
      "resourceInvariantUUID": "aa53d29b-5b0f-4f30-9c89-e3c5e1b3f791",
      "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": "M2M3NTBmNGU1MTYzMTc5ZjUyNjlkNWI5ZjIyYzM4Y2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "38788e73-9d03-4e45-9e61-6f9236710af1",
          "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": "425ceb0d-bf18-4941-9050-d7c9323f5e67",
          "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": "2b2fd0b7-4855-4b91-ac31-949c7248228d",
            "generatedFromUUID": "425ceb0d-bf18-4941-9050-d7c9323f5e67"
          },
          "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": "2b2fd0b7-4855-4b91-ac31-949c7248228d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTBjZDBiNDNmYjAwZTY4MDVkM2E3Mjc2MWJiNzVhMDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b4e2da21-a059-4608-b976-f0eae727260f"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:26:40.562Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:26:40.562Z|6773a3bd-91ef-4afe-b6c6-e008405dc8d3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b594cb02-4824-4dbe-bb1d-5a5ecb3fd691 ASDC
2022-08-13T06:26:40.563Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8091feb9-e7c8-4e19-bb41-c857d7b32410
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b594cb02-4824-4dbe-bb1d-5a5ecb3fd691
ServiceInvariantUUID:2478350d-cd72-42b2-83a9-0ee0bb31c4c8
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:b4e2da21-a059-4608-b976-f0eae727260f
ArtifactChecksum:YTBjZDBiNDNmYjAwZTY4MDVkM2E3Mjc2MWJiNzVhMDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1923ae06-5611-4482-82d7-1d483ff526b4
ResourceInvariantUUID:aa53d29b-5b0f-4f30-9c89-e3c5e1b3f791
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:bc19b697-7137-4b17-aae9-c4f3e190b84b
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:38788e73-9d03-4e45-9e61-6f9236710af1
ArtifactChecksum:M2M3NTBmNGU1MTYzMTc5ZjUyNjlkNWI5ZjIyYzM4Y2Q=
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:425ceb0d-bf18-4941-9050-d7c9323f5e67
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:2b2fd0b7-4855-4b91-ac31-949c7248228d
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:2b2fd0b7-4855-4b91-ac31-949c7248228d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-13T06:26:40.564Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b594cb02-4824-4dbe-bb1d-5a5ecb3fd691 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:26:40.597Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:26:40.598Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:26:40.598Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:26:40.598Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4e2da21-a059-4608-b976-f0eae727260f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-13T06:26:40.599Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:26:40.599Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-13T06:26:40.659Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:26:40.663Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b4e2da21-a059-4608-b976-f0eae727260f 74753
2022-08-13T06:26:40.664Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-13T06:26:40.664Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-13T06:26:40.664Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:26:40.665Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:40.667Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:40.667Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372000664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:26:40.768Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:40.769Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:40.769Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:40.791Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:40.792Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:26:41.668Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:26:41.669Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:26:41.670Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b4e2da21-a059-4608-b976-f0eae727260f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:41.670Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-13T06:26:41.676Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:41.676Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:41.974Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5879957877295681009/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-13T06:26:43.535Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:26:43.536Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:26:43.536Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:43.536Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-13T06:26:43.536Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:43.536Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:43.536Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:43.537Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:43.537Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:43.537Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:43.537Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-13T06:26:43.537Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:26:43.537Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.537Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:43.537Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-13T06:26:43.538Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:26:43.538Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:26:43.538Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.538Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:43.540Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-13T06:26:43.540Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:26:43.541Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:26:43.541Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.541Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:43.541Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.541Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-13T06:26:43.542Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-13T06:26:43.542Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-13T06:26:43.542Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-13T06:26:43.542Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-13T06:26:43.542Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:26:43.542Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.543Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:26:43.543Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.543Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-13T06:26:43.543Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:26:43.544Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.544Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-13T06:26:43.544Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:26:43.544Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.544Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-13T06:26:43.544Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:26:43.545Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.545Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-13T06:26:43.545Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-13T06:26:43.545Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-13T06:26:43.545Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eb25181e-6c40-4d84-bd86-69b05815def4
2022-08-13T06:26:43.545Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.545Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:43.545Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.546Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:43.546Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.546Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:43.546Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:43.546Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:43.546Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b594cb02-4824-4dbe-bb1d-5a5ecb3fd691
Model Version:NULL
Model InvariantUuid:2478350d-cd72-42b2-83a9-0ee0bb31c4c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a1433917-d208-449f-9c72-78919a4951dc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aa53d29b-5b0f-4f30-9c89-e3c5e1b3f791
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1923ae06-5611-4482-82d7-1d483ff526b4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c5db4b89-aa15-499a-bd43-c343cb0068af
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a06090aa-ffa7-4a8c-a29f-0ba95671347c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb25181e-6c40-4d84-bd86-69b05815def4
ModelInvariantUuid:7f15a08b-cfdb-4e3e-88e2-072601e5ef34
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b499556f-a066-43e3-b19a-41ff5beefd98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a1ce3a66-7374-4606-a10e-e0531ba51766
ModelInvariantUuid:fb38407d-f560-4f11-98f5-7c1b39d2c40a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4353b1f1-bdcb-4e8d-9797-138cfbe1fe16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:26:43.551Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: bc19b697-7137-4b17-aae9-c4f3e190b84b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:26:43.555Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-08-13T06:26:43.555Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc19b697-7137-4b17-aae9-c4f3e190b84b
2022-08-13T06:26:43.555Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38788e73-9d03-4e45-9e61-6f9236710af1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-13T06:26:43.555Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:26:43.555Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-13T06:26:43.601Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:26:43.601Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 38788e73-9d03-4e45-9e61-6f9236710af1 787
2022-08-13T06:26:43.602Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-13T06:26:43.602Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-13T06:26:43.602Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:26:43.602Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:43.604Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:43.604Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372003602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:26:43.705Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:26:43.706Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:43.706Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:43.733Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:43.734Z||pool-75-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:44.606Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c5db4b89-aa15-499a-bd43-c343cb0068af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a06090aa-ffa7-4a8c-a29f-0ba95671347c",
    "vfModuleModelCustomizationUUID": "8d5295be-3ec1-42f0-8095-e692fd570592",
    "isBase": true,
    "artifacts": [
      "425ceb0d-bf18-4941-9050-d7c9323f5e67",
      "2b2fd0b7-4855-4b91-ac31-949c7248228d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:26:44.612Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a06090aa-ffa7-4a8c-a29f-0ba95671347c
VfModuleModelInvariantUUID:c5db4b89-aa15-499a-bd43-c343cb0068af
VfModuleModelDescription:NULL
Artifacts UUID List:{
425ceb0d-bf18-4941-9050-d7c9323f5e67
,
2b2fd0b7-4855-4b91-ac31-949c7248228d

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

isBase:true


}

2022-08-13T06:26:44.615Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c5db4b89-aa15-499a-bd43-c343cb0068af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a06090aa-ffa7-4a8c-a29f-0ba95671347c",
    "vfModuleModelCustomizationUUID": "8d5295be-3ec1-42f0-8095-e692fd570592",
    "isBase": true,
    "artifacts": [
      "425ceb0d-bf18-4941-9050-d7c9323f5e67",
      "2b2fd0b7-4855-4b91-ac31-949c7248228d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:26:44.615Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a06090aa-ffa7-4a8c-a29f-0ba95671347c
VfModuleModelInvariantUUID:c5db4b89-aa15-499a-bd43-c343cb0068af
VfModuleModelDescription:NULL
Artifacts UUID List:{
425ceb0d-bf18-4941-9050-d7c9323f5e67
,
2b2fd0b7-4855-4b91-ac31-949c7248228d

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

isBase:true


}

2022-08-13T06:26:44.615Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 425ceb0d-bf18-4941-9050-d7c9323f5e67 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-13T06:26:44.616Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:26:44.616Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-13T06:26:44.660Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:26:44.660Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 425ceb0d-bf18-4941-9050-d7c9323f5e67 5033
2022-08-13T06:26:44.661Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-13T06:26:44.661Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-13T06:26:44.661Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:26:44.662Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:44.664Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:44.664Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372004661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:26:44.765Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T06:26:44.766Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:44.766Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:44.790Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:44.790Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:45.665Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2b2fd0b7-4855-4b91-ac31-949c7248228d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-13T06:26:45.665Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:26:45.666Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-13T06:26:45.708Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:26:45.708Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2b2fd0b7-4855-4b91-ac31-949c7248228d 903
2022-08-13T06:26:45.709Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-13T06:26:45.709Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-13T06:26:45.709Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:26:45.709Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:45.711Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:45.711Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372005709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:26:45.812Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:45.812Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:45.813Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:45.826Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:45.826Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:46.712Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b594cb02-4824-4dbe-bb1d-5a5ecb3fd691
2022-08-13T06:26:46.713Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bc19b697-7137-4b17-aae9-c4f3e190b84b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:26:46.723Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1338a42c, org.onap.sdc.toscaparser.api.parameters.Input@4ad64af0, org.onap.sdc.toscaparser.api.parameters.Input@7d2c66f7, org.onap.sdc.toscaparser.api.parameters.Input@34b0ed67, org.onap.sdc.toscaparser.api.parameters.Input@627f2619]
2022-08-13T06:26:46.724Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.725Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:46.725Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-08-13T06:26:46.725Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1923ae06-5611-4482-82d7-1d483ff526b4
2022-08-13T06:26:46.725Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1923ae06-5611-4482-82d7-1d483ff526b4 matches Tosca VF Customization UUID: 1923ae06-5611-4482-82d7-1d483ff526b4
2022-08-13T06:26:46.726Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1923ae06-5611-4482-82d7-1d483ff526b4  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-13T06:26:46.728Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.728Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:46.729Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1923ae06-5611-4482-82d7-1d483ff526b4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-13T06:26:46.729Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37eba937
2022-08-13T06:26:46.729Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.729Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:26:46.730Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8d5295be-3ec1-42f0-8095-e692fd570592
2022-08-13T06:26:46.730Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8d5295be-3ec1-42f0-8095-e692fd570592
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-13T06:26:46.732Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.732Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-13T06:26:46.732Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:26:46.733Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.733Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-13T06:26:46.733Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:26:46.733Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.734Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-13T06:26:46.734Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-13T06:26:46.734Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-13T06:26:46.735Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eb25181e-6c40-4d84-bd86-69b05815def4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:26:46.737Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.737Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-13T06:26:46.737Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:26:46.738Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.738Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-13T06:26:46.738Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1923ae06-5611-4482-82d7-1d483ff526b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:26:46.740Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.740Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:46.740Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b594cb02-4824-4dbe-bb1d-5a5ecb3fd691: basic_vm
2022-08-13T06:26:46.740Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.741Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:46.741Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.741Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:46.741Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.741Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:46.742Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.742Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:46.742Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:26:46.742Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:26:46.742Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:26:46.813Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bc19b697-7137-4b17-aae9-c4f3e190b84b 1 ASDC deployResourceStructure
2022-08-13T06:26:46.814Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-13T06:26:46.814Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-13T06:26:46.814Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:26:46.814Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:46.819Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:46.820Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372006814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:26:46.919Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:26:46.920Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:46.921Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:46.944Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:46.945Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:47.821Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-13T06:26:47.821Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-13T06:26:47.821Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:26:47.821Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:47.824Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:47.824Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372007821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:26:47.924Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:47.925Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:47.925Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:47.976Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:47.976Z||pool-79-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:48.825Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-13T06:26:48.825Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-13T06:26:48.825Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:26:48.825Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:48.827Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:48.827Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372008824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:26:48.927Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:48.928Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:48.928Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:48.942Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:48.943Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:49.828Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-13T06:26:49.829Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-13T06:26:49.829Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:26:49.829Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:26:49.831Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:26:49.831Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372009828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:26:49.931Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:26:49.932Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:26:49.932Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:26:49.950Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:26:49.951Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:26:50.833Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8091feb9-e7c8-4e19-bb41-c857d7b32410
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:26:50.845Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8091feb9-e7c8-4e19-bb41-c857d7b32410
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:26:50.847Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:26:50.847Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:26:50.847Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:27:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:27:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:27:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:08.279Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:08.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "cds",
  "timestamp": 1660371843817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371843661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371849767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371844446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "cds",
  "timestamp": 1660371843817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371843661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "policy-id",
  "timestamp": 1660371850769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.301Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8091feb9-e7c8-4e19-bb41-c857d7b32410
2022-08-13T06:27:08.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8091feb9-e7c8-4e19-bb41-c857d7b32410 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371844446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "cds",
  "timestamp": 1660371843817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371843661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371844446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "cds",
  "timestamp": 1660371851528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.313Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371852270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.314Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "cds",
  "timestamp": 1660371852534,
  "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-08-13T06:27:08.319Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8091feb9-e7c8-4e19-bb41-c857d7b32410
2022-08-13T06:27:08.320Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8091feb9-e7c8-4e19-bb41-c857d7b32410 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371853452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371854508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.332Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371855542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.339Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8091feb9-e7c8-4e19-bb41-c857d7b32410
2022-08-13T06:27:08.339Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8091feb9-e7c8-4e19-bb41-c857d7b32410 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-13T06:27:08.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371856760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371856570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371856849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371858856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371858817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "clamp",
  "timestamp": 1660371859861,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.352Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8091feb9-e7c8-4e19-bb41-c857d7b32410
2022-08-13T06:27:08.352Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8091feb9-e7c8-4e19-bb41-c857d7b32410 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371858817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371860717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371861009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371858817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371860717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371861009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371858817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371860717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371861009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371858817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371860717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371861009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371864595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371864787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371858817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371860717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371861009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "aai-ml",
  "timestamp": 1660371865602,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.369Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8091feb9-e7c8-4e19-bb41-c857d7b32410
2022-08-13T06:27:08.369Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8091feb9-e7c8-4e19-bb41-c857d7b32410 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371864447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371858817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.378Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371860717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371861009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371864447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371858817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371867107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371860717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371861009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371864447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371858817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371868111,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.397Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8091feb9-e7c8-4e19-bb41-c857d7b32410
2022-08-13T06:27:08.398Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8091feb9-e7c8-4e19-bb41-c857d7b32410 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371860717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371861009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371864447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371868587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.407Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660371860717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371861009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371864447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "cds",
  "timestamp": 1660371869594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.420Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd199cdb-cb8f-47c9-8227-648e18f120ee
2022-08-13T06:27:08.420Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd199cdb-cb8f-47c9-8227-648e18f120ee and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371870764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371864447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371871770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371864447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "policy-id",
  "timestamp": 1660371872773,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.436Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd199cdb-cb8f-47c9-8227-648e18f120ee
2022-08-13T06:27:08.436Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd199cdb-cb8f-47c9-8227-648e18f120ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371864447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371864447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371848862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371874190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371873661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371875292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371875851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371873661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371873661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371876355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371857067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371873661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371877427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371878229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371873661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371878490,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.463Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd199cdb-cb8f-47c9-8227-648e18f120ee
2022-08-13T06:27:08.463Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd199cdb-cb8f-47c9-8227-648e18f120ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-13T06:27:08.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371873661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660371879494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371880424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371873661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660371881427,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.473Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd199cdb-cb8f-47c9-8227-648e18f120ee
2022-08-13T06:27:08.473Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd199cdb-cb8f-47c9-8227-648e18f120ee and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371873661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:08.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371873661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:27:08.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:27:08.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371883557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "aai-ml",
  "timestamp": 1660371884580,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd199cdb-cb8f-47c9-8227-648e18f120ee
2022-08-13T06:27:08.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd199cdb-cb8f-47c9-8227-648e18f120ee and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:08.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371892856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:27:08.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371894870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:27:08.495Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:27:08.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:27:08.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "clamp",
  "timestamp": 1660371895874,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:08.500Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd199cdb-cb8f-47c9-8227-648e18f120ee
2022-08-13T06:27:08.500Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd199cdb-cb8f-47c9-8227-648e18f120ee and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:27:20.848Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8091feb9-e7c8-4e19-bb41-c857d7b32410
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:27:20.861Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8091feb9-e7c8-4e19-bb41-c857d7b32410
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:27:20.864Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:27:20.865Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:27:20.865Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:27:20.865Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:27:20.865Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:27:20.865Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:27:20.866Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:27:20.866Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:27:20.866Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:27:20.866Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:27:20.866Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:27:20.872Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:27:50.872Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8091feb9-e7c8-4e19-bb41-c857d7b32410 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:27:50.878Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8091feb9-e7c8-4e19-bb41-c857d7b32410 and serviceModelVersionId: b594cb02-4824-4dbe-bb1d-5a5ecb3fd691
2022-08-13T06:27:50.878Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2478350d-cd72-42b2-83a9-0ee0bb31c4c8
2022-08-13T06:27:50.878Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2478350d-cd72-42b2-83a9-0ee0bb31c4c8/model-vers/model-ver/b594cb02-4824-4dbe-bb1d-5a5ecb3fd691?depth=0
2022-08-13T06:27:50.883Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:27:50.922Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2478350d-cd72-42b2-83a9-0ee0bb31c4c8/model-vers/model-ver/b594cb02-4824-4dbe-bb1d-5a5ecb3fd691?depth=0|INFO|500||Invoke
2022-08-13T06:27:50.922Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2478350d-cd72-42b2-83a9-0ee0bb31c4c8/model-vers/model-ver/b594cb02-4824-4dbe-bb1d-5a5ecb3fd691?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2478350d-cd72-42b2-83a9-0ee0bb31c4c8/model-vers/model-ver/b594cb02-4824-4dbe-bb1d-5a5ecb3fd691?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8091feb9-e7c8-4e19-bb41-c857d7b32410], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a73efb8-c9cd-4e95-a2a2-14e575ade85f], X-ECOMP-RequestID=[8091feb9-e7c8-4e19-bb41-c857d7b32410], X-TransactionId=[], X-ONAP-RequestID=[8091feb9-e7c8-4e19-bb41-c857d7b32410], Content-Type=[application/merge-patch+json]}
2022-08-13T06:27:50.943Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2478350d-cd72-42b2-83a9-0ee0bb31c4c8/model-vers/model-ver/b594cb02-4824-4dbe-bb1d-5a5ecb3fd691?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:27:51.045Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2478350d-cd72-42b2-83a9-0ee0bb31c4c8/model-vers/model-ver/b594cb02-4824-4dbe-bb1d-5a5ecb3fd691?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/2478350d-cd72-42b2-83a9-0ee0bb31c4c8/model-vers/model-ver/b594cb02-4824-4dbe-bb1d-5a5ecb3fd691?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220813-06:27:50:746-86110], vertex-id=[217128], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:27:50 GMT], Content-Type=[application/json]}
2022-08-13T06:27:51.046Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2478350d-cd72-42b2-83a9-0ee0bb31c4c8/model-vers/model-ver/b594cb02-4824-4dbe-bb1d-5a5ecb3fd691?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:27:51.046Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2478350d-cd72-42b2-83a9-0ee0bb31c4c8/model-vers/model-ver/b594cb02-4824-4dbe-bb1d-5a5ecb3fd691?depth=0|INFO|500||InvokeReturn
2022-08-13T06:27:51.046Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:27:51.047Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|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-08-13T06:27:51.050Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|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-08-13T06:27:51.050Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8091feb9-e7c8-4e19-bb41-c857d7b32410 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:27:51.051Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:27:51.051Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:27:51.053Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:27:51.053Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372071050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:27:51.153Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:27:51.156Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:27:51.156Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:51.181Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:51.181Z||pool-82-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:27:52.066Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-13T06:27:52.067Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd199cdb-cb8f-47c9-8227-648e18f120ee","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"286d1ef0-02aa-487b-a237-5505948d4826","serviceDescription":"service","serviceInvariantUUID":"127b3219-bf7c-41f1-89af-a64be0a1c894","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e26fce20-aced-4bad-a3d1-2b5db56e538d","resourceInvariantUUID":"4daa83b3-8409-4af9-b27e-8d8ffd2b2874","resourceCustomizationUUID":"d5213b2d-f0b6-483a-b52c-3be441ef7f3f","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":"ZTU0NmYwMjQ5M2JjM2YwZWI4ZjVmMmMyZjE2NjI5Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7abd742-a22b-4836-8858-2f156c5b6bf2","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":"e94ae642-0465-4461-9b8a-ee6e19e4dc0c","artifactVersion":"2","generatedFromUUID":"4927c82e-a2ec-417c-91d9-0a6e7f121be0"},{"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":"4927c82e-a2ec-417c-91d9-0a6e7f121be0","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":"YzRkYzNkYjY2ZGQzNDA3OWU3OTFkNTBjZjBlZGVkNTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e638c5e4-29bc-4f4f-8a26-9c37413d036c","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":"cb7fe852-7e86-4017-ad29-ca7d5e51db47","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":"e81f39c6-40a4-45dc-b785-15debc51d058","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":"2ce16394-d85c-459a-82ce-4e39b0d2dc9b","artifactVersion":"2","generatedFromUUID":"cb7fe852-7e86-4017-ad29-ca7d5e51db47"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzczNzVhODU3OTE1Y2YxZGU5ZTVjMWYzODQ0M2EwZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c759b79a-802a-4c18-a86b-1325e5089b19","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODVmN2I2ZTVkZDQyYTNkMjMzYzY4ZmVjNDYyZmMzZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b396dc87-5a96-42fe-847f-389d40d8efb4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:27:52.067Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:27:52.068Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:27:52.070Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:27:52.071Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:52.171Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:27:52.172Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:27:52.172Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:52.210Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:52.211Z||pool-83-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:27:53.071Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:27:53.072Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:27:53.074Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:27:53.074Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-13T06:27:53.174Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:27:53.176Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:27:53.176Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:53.228Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:53.229Z||pool-84-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:27:54.075Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:27:54.076Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:27:54.077Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:27:54.078Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-13T06:27:54.178Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:27:54.179Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:27:54.179Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:54.210Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:54.211Z||pool-85-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:27:55.078Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:27:55.079Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:27:55.081Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:27:55.081Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:27:55.181Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:27:55.182Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:27:55.182Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:55.199Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:55.199Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2022-08-13T06:27:56.082Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:27:56.082Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:27:56.084Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:27:56.084Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:27:56.184Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:27:56.186Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:27:56.186Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:56.203Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:56.203Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:27:57.085Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:27:57.086Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:27:57.088Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:27:57.088Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:57.188Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:27:57.189Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:27:57.189Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:57.209Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:57.209Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:27:58.089Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:27:58.090Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:27:58.091Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:27:58.092Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-13T06:27:58.192Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:27:58.192Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:27:58.193Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:58.206Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:58.207Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:27:59.092Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:27:59.093Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:27:59.095Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:27:59.095Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:27:59.195Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:27:59.197Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:27:59.197Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:27:59.211Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:27:59.212Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:00.096Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:28:00.097Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:00.099Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:00.099Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:28:00.199Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:28:00.200Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:00.200Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:00.217Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:00.217Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:28:01.101Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "286d1ef0-02aa-487b-a237-5505948d4826",
  "serviceDescription": "service",
  "serviceInvariantUUID": "127b3219-bf7c-41f1-89af-a64be0a1c894",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d5213b2d-f0b6-483a-b52c-3be441ef7f3f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e26fce20-aced-4bad-a3d1-2b5db56e538d",
      "resourceInvariantUUID": "4daa83b3-8409-4af9-b27e-8d8ffd2b2874",
      "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": "e94ae642-0465-4461-9b8a-ee6e19e4dc0c",
          "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": "4927c82e-a2ec-417c-91d9-0a6e7f121be0",
          "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": "YzRkYzNkYjY2ZGQzNDA3OWU3OTFkNTBjZjBlZGVkNTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e638c5e4-29bc-4f4f-8a26-9c37413d036c",
          "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": "cb7fe852-7e86-4017-ad29-ca7d5e51db47",
          "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": "2ce16394-d85c-459a-82ce-4e39b0d2dc9b",
            "generatedFromUUID": "cb7fe852-7e86-4017-ad29-ca7d5e51db47"
          },
          "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": "2ce16394-d85c-459a-82ce-4e39b0d2dc9b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ODVmN2I2ZTVkZDQyYTNkMjMzYzY4ZmVjNDYyZmMzZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b396dc87-5a96-42fe-847f-389d40d8efb4"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:28:01.102Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:28:01.102Z|8091feb9-e7c8-4e19-bb41-c857d7b32410|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 286d1ef0-02aa-487b-a237-5505948d4826 ASDC
2022-08-13T06:28:01.103Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bd199cdb-cb8f-47c9-8227-648e18f120ee
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:286d1ef0-02aa-487b-a237-5505948d4826
ServiceInvariantUUID:127b3219-bf7c-41f1-89af-a64be0a1c894
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:b396dc87-5a96-42fe-847f-389d40d8efb4
ArtifactChecksum:ODVmN2I2ZTVkZDQyYTNkMjMzYzY4ZmVjNDYyZmMzZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d5213b2d-f0b6-483a-b52c-3be441ef7f3f
ResourceInvariantUUID:4daa83b3-8409-4af9-b27e-8d8ffd2b2874
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e26fce20-aced-4bad-a3d1-2b5db56e538d
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:e94ae642-0465-4461-9b8a-ee6e19e4dc0c
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:4927c82e-a2ec-417c-91d9-0a6e7f121be0
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:e638c5e4-29bc-4f4f-8a26-9c37413d036c
ArtifactChecksum:YzRkYzNkYjY2ZGQzNDA3OWU3OTFkNTBjZjBlZGVkNTg=
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:cb7fe852-7e86-4017-ad29-ca7d5e51db47
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:2ce16394-d85c-459a-82ce-4e39b0d2dc9b
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:2ce16394-d85c-459a-82ce-4e39b0d2dc9b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-13T06:28:01.103Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 286d1ef0-02aa-487b-a237-5505948d4826 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:28:01.131Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:28:01.132Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:28:01.132Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:28:01.132Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b396dc87-5a96-42fe-847f-389d40d8efb4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-13T06:28:01.132Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:28:01.133Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-13T06:28:01.356Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:28:01.360Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b396dc87-5a96-42fe-847f-389d40d8efb4 73680
2022-08-13T06:28:01.361Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-13T06:28:01.361Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-13T06:28:01.361Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:28:01.362Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:01.364Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:01.364Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372081361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:28:01.464Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:01.466Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:01.466Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:01.494Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:01.495Z||pool-92-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:02.365Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:28:02.366Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:28:02.366Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b396dc87-5a96-42fe-847f-389d40d8efb4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-13T06:28:02.367Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-13T06:28:02.367Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-13T06:28:02.367Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-13T06:28:02.487Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7554996765740927817/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-08-13T06:28:03.793Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:28:03.793Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:28:03.793Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-13T06:28:03.793Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-13T06:28:03.794Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-13T06:28:03.794Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-13T06:28:03.794Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-13T06:28:03.794Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-13T06:28:03.794Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:28:03.794Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.794Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:03.795Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-13T06:28:03.795Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:28:03.795Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:28:03.795Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.795Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:03.795Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-13T06:28:03.795Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:28:03.796Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:28:03.796Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.796Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:03.796Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.796Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-13T06:28:03.796Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-13T06:28:03.796Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-08-13T06:28:03.796Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:28:03.797Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.797Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:28:03.797Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.797Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-13T06:28:03.797Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:28:03.797Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.798Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-13T06:28:03.798Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:28:03.798Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.798Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-13T06:28:03.798Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:28:03.798Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.798Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-13T06:28:03.798Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-13T06:28:03.799Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f40164ae-af98-4850-bb3a-7a8438e8cdf6
2022-08-13T06:28:03.799Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.799Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:03.799Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.799Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:03.799Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.799Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:03.799Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:03.800Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:03.800Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:286d1ef0-02aa-487b-a237-5505948d4826
Model Version:NULL
Model InvariantUuid:127b3219-bf7c-41f1-89af-a64be0a1c894
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:dd19dd86-b674-4d23-abcf-ba1095eb895b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4daa83b3-8409-4af9-b27e-8d8ffd2b2874
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5213b2d-f0b6-483a-b52c-3be441ef7f3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dc1e3ffb-3522-40d0-87aa-c93f4f9c2b78
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:07b54f27-4ecd-4a9f-8ca5-a213dd2147a8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f40164ae-af98-4850-bb3a-7a8438e8cdf6
ModelInvariantUuid:a3b49abb-de00-41ba-8715-9805f3c16ae6
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:c2adae8d-99af-4e6e-8b08-e769ee58f2a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:85cef596-6fc4-4003-a4a8-2fde275072cb
ModelInvariantUuid:75db045a-9fd7-4384-880f-426eaec4f028
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2b6bfd1e-0b40-4e25-b5a4-d7f72a4a8ed5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:28:03.804Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e26fce20-aced-4bad-a3d1-2b5db56e538d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:28:03.806Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-08-13T06:28:03.806Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e26fce20-aced-4bad-a3d1-2b5db56e538d
2022-08-13T06:28:03.806Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e94ae642-0465-4461-9b8a-ee6e19e4dc0c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-13T06:28:03.806Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:28:03.806Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-13T06:28:03.850Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:28:03.850Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e94ae642-0465-4461-9b8a-ee6e19e4dc0c 12
2022-08-13T06:28:03.851Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-13T06:28:03.851Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-13T06:28:03.851Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:28:03.851Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:03.853Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:03.853Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372083851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:28:03.953Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:03.955Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:03.955Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:03.969Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:03.970Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:04.853Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4927c82e-a2ec-417c-91d9-0a6e7f121be0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-13T06:28:04.854Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:28:04.854Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-13T06:28:04.896Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:28:04.897Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4927c82e-a2ec-417c-91d9-0a6e7f121be0 2688
2022-08-13T06:28:04.897Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-13T06:28:04.897Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-13T06:28:04.897Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:28:04.898Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:04.900Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:04.900Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372084897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:28:05.000Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:05.001Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:05.001Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:05.022Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:05.022Z||pool-94-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:28:05.901Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e638c5e4-29bc-4f4f-8a26-9c37413d036c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-13T06:28:05.902Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:28:05.902Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-13T06:28:05.942Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:28:05.942Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e638c5e4-29bc-4f4f-8a26-9c37413d036c 828
2022-08-13T06:28:05.943Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-13T06:28:05.943Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-13T06:28:05.943Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:28:05.943Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:05.945Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:05.946Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372085943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:28:06.046Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:06.046Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:06.047Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:06.063Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:06.064Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:06.947Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "dc1e3ffb-3522-40d0-87aa-c93f4f9c2b78",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07b54f27-4ecd-4a9f-8ca5-a213dd2147a8",
    "vfModuleModelCustomizationUUID": "2d656766-c7d8-4d6b-9ac3-32fe2f2b6ebb",
    "isBase": true,
    "artifacts": [
      "cb7fe852-7e86-4017-ad29-ca7d5e51db47",
      "4927c82e-a2ec-417c-91d9-0a6e7f121be0",
      "2ce16394-d85c-459a-82ce-4e39b0d2dc9b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:28:06.951Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07b54f27-4ecd-4a9f-8ca5-a213dd2147a8
VfModuleModelInvariantUUID:dc1e3ffb-3522-40d0-87aa-c93f4f9c2b78
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb7fe852-7e86-4017-ad29-ca7d5e51db47
,
4927c82e-a2ec-417c-91d9-0a6e7f121be0
,
2ce16394-d85c-459a-82ce-4e39b0d2dc9b

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

isBase:true


}

2022-08-13T06:28:06.953Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "dc1e3ffb-3522-40d0-87aa-c93f4f9c2b78",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07b54f27-4ecd-4a9f-8ca5-a213dd2147a8",
    "vfModuleModelCustomizationUUID": "2d656766-c7d8-4d6b-9ac3-32fe2f2b6ebb",
    "isBase": true,
    "artifacts": [
      "cb7fe852-7e86-4017-ad29-ca7d5e51db47",
      "4927c82e-a2ec-417c-91d9-0a6e7f121be0",
      "2ce16394-d85c-459a-82ce-4e39b0d2dc9b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:28:06.953Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07b54f27-4ecd-4a9f-8ca5-a213dd2147a8
VfModuleModelInvariantUUID:dc1e3ffb-3522-40d0-87aa-c93f4f9c2b78
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb7fe852-7e86-4017-ad29-ca7d5e51db47
,
4927c82e-a2ec-417c-91d9-0a6e7f121be0
,
2ce16394-d85c-459a-82ce-4e39b0d2dc9b

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

isBase:true


}

2022-08-13T06:28:06.953Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb7fe852-7e86-4017-ad29-ca7d5e51db47 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-13T06:28:06.953Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:28:06.953Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-13T06:28:06.992Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:28:06.993Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml cb7fe852-7e86-4017-ad29-ca7d5e51db47 1164
2022-08-13T06:28:06.993Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-13T06:28:06.993Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-13T06:28:06.993Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:28:06.993Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:06.995Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:06.995Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372086993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:28:07.097Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-13T06:28:07.098Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:07.098Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:07.113Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:07.113Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:07.996Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2ce16394-d85c-459a-82ce-4e39b0d2dc9b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-13T06:28:07.996Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:28:07.997Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-13T06:28:08.038Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:28:08.039Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2ce16394-d85c-459a-82ce-4e39b0d2dc9b 200
2022-08-13T06:28:08.039Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-13T06:28:08.039Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-13T06:28:08.039Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:28:08.040Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:08.042Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:08.042Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372088039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:28:08.142Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:08.143Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:08.143Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:08.158Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:08.159Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:28:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:28:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:28:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:08.280Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:08.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f02241c-5434-47b4-8e97-f4739991e13b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371944342,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:28:08.281Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:28:08.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:08.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:28:08.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:08.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:28:08.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:08.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:28:08.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:08.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/resourceInstances/pnf73603899f9370/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:28:08.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371957980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:28:08.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:28:08.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:28:08.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371960062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRrcvi8blyautljdoymvi/1.0/artifacts/service-DemoPnfRrcvi8blyautljdoymvi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:28:08.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:28:09.042Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 286d1ef0-02aa-487b-a237-5505948d4826
2022-08-13T06:28:09.043Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e26fce20-aced-4bad-a3d1-2b5db56e538d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-08-13T06:28:09.060Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:28:09.062Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b46f7a1, org.onap.sdc.toscaparser.api.parameters.Input@217f5271, org.onap.sdc.toscaparser.api.parameters.Input@6166e0cf, org.onap.sdc.toscaparser.api.parameters.Input@70c6048, org.onap.sdc.toscaparser.api.parameters.Input@bfb64f7]
2022-08-13T06:28:09.063Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.063Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:09.063Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-08-13T06:28:09.064Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d5213b2d-f0b6-483a-b52c-3be441ef7f3f
2022-08-13T06:28:09.064Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5213b2d-f0b6-483a-b52c-3be441ef7f3f matches Tosca VF Customization UUID: d5213b2d-f0b6-483a-b52c-3be441ef7f3f
2022-08-13T06:28:09.064Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d5213b2d-f0b6-483a-b52c-3be441ef7f3f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-13T06:28:09.065Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.065Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:09.066Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d5213b2d-f0b6-483a-b52c-3be441ef7f3f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-13T06:28:09.066Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62109fca
2022-08-13T06:28:09.066Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.066Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:28:09.066Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d656766-c7d8-4d6b-9ac3-32fe2f2b6ebb
2022-08-13T06:28:09.067Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d656766-c7d8-4d6b-9ac3-32fe2f2b6ebb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-13T06:28:09.069Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.070Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-13T06:28:09.070Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:28:09.070Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.070Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-13T06:28:09.070Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:28:09.070Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.071Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-13T06:28:09.071Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-13T06:28:09.071Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f40164ae-af98-4850-bb3a-7a8438e8cdf6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:28:09.072Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.072Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-13T06:28:09.072Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:28:09.073Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.073Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-13T06:28:09.073Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d5213b2d-f0b6-483a-b52c-3be441ef7f3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:28:09.074Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.074Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:09.074Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 286d1ef0-02aa-487b-a237-5505948d4826: basic_cnf
2022-08-13T06:28:09.074Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.075Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:09.075Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.075Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:09.075Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.075Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:09.075Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.075Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:09.075Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:28:09.076Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:28:09.076Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:28:09.122Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e26fce20-aced-4bad-a3d1-2b5db56e538d 1 ASDC deployResourceStructure
2022-08-13T06:28:09.123Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-13T06:28:09.123Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-08-13T06:28:09.123Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-13T06:28:09.124Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:09.125Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:09.125Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372089123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-13T06:28:09.226Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:09.226Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:09.227Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:09.244Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:09.245Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:10.126Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-13T06:28:10.126Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-13T06:28:10.127Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-13T06:28:10.127Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:10.130Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:10.131Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372090126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-13T06:28:10.229Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-13T06:28:10.230Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:10.230Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:10.246Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:10.247Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:11.132Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-13T06:28:11.133Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-13T06:28:11.133Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:28:11.134Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:11.137Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:11.138Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372091132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:28:11.238Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:11.238Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:11.239Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:11.258Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:11.259Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:12.141Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-13T06:28:12.141Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-13T06:28:12.142Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:28:12.143Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:12.144Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:12.145Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372092141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:28:12.246Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:12.246Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:12.246Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:12.260Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:12.261Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:13.146Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-13T06:28:13.147Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-13T06:28:13.147Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:28:13.147Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:13.149Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:13.149Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372093146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:28:13.249Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:13.250Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:13.250Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:13.265Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:13.266Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:14.150Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-13T06:28:14.151Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-13T06:28:14.151Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:28:14.152Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:14.154Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:14.154Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372094150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:28:14.254Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:14.255Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:14.255Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:14.298Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:14.299Z||pool-103-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:15.155Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd199cdb-cb8f-47c9-8227-648e18f120ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:28:15.166Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd199cdb-cb8f-47c9-8227-648e18f120ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:28:15.170Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:28:15.170Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:28:15.170Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:28:15.170Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:28:15.171Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:28:15.171Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:28:15.171Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:28:15.171Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:28:15.171Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:28:15.172Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:28:15.172Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:28:15.177Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:28:45.178Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd199cdb-cb8f-47c9-8227-648e18f120ee and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:28:45.183Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd199cdb-cb8f-47c9-8227-648e18f120ee and serviceModelVersionId: 286d1ef0-02aa-487b-a237-5505948d4826
2022-08-13T06:28:45.183Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 127b3219-bf7c-41f1-89af-a64be0a1c894
2022-08-13T06:28:45.184Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/127b3219-bf7c-41f1-89af-a64be0a1c894/model-vers/model-ver/286d1ef0-02aa-487b-a237-5505948d4826?depth=0
2022-08-13T06:28:45.187Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:28:45.224Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|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/127b3219-bf7c-41f1-89af-a64be0a1c894/model-vers/model-ver/286d1ef0-02aa-487b-a237-5505948d4826?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-13T06:28:45.225Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127b3219-bf7c-41f1-89af-a64be0a1c894/model-vers/model-ver/286d1ef0-02aa-487b-a237-5505948d4826?depth=0|INFO|500||Invoke
2022-08-13T06:28:45.249Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127b3219-bf7c-41f1-89af-a64be0a1c894/model-vers/model-ver/286d1ef0-02aa-487b-a237-5505948d4826?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:28:45.375Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127b3219-bf7c-41f1-89af-a64be0a1c894/model-vers/model-ver/286d1ef0-02aa-487b-a237-5505948d4826?depth=0|INFO|500||InvokeReturn
2022-08-13T06:28:45.376Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|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/127b3219-bf7c-41f1-89af-a64be0a1c894/model-vers/model-ver/286d1ef0-02aa-487b-a237-5505948d4826?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220813-06:28:45:052-95936], vertex-id=[204872], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:28:45 GMT], Content-Type=[application/json]}
2022-08-13T06:28:45.376Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:28:45.377Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:28:45.377Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|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-08-13T06:28:45.381Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|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-08-13T06:28:45.381Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd199cdb-cb8f-47c9-8227-648e18f120ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:28:45.381Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:28:45.382Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:45.383Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:45.383Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372125381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:28:45.484Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T06:28:45.485Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:45.485Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:45.504Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:45.504Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:28:46.399Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:28:46.400Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|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-08-13T06:28:46.400Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:50.817Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:50.817Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-13T06:28:50.818Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fca56b4-7df7-4914-944f-a5afbb210443","serviceName":"Demo_pNF_2TwavKWbQfdNbXLSsEsI","serviceVersion":"1.0","serviceUUID":"03aabe23-ea64-4590-81b9-8f9480a967b4","serviceDescription":"catalog service description","serviceInvariantUUID":"9756b789-b097-4734-ad16-b0944bec00b9","resources":[{"resourceInstanceName":"pNF 8a435a88-08a2 0","resourceName":"pNF 8a435a88-08a2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"44f4e33a-3c0f-4449-9566-c7e5bff185a6","resourceInvariantUUID":"1c207c6b-d8ee-4bce-8123-478d19d51947","resourceCustomizationUUID":"48895025-3e24-46db-983e-5be72252257e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml","artifactChecksum":"Y2NmMTg1MTE0NzMxYjg2MmNkYjM3ZWYzMjRjMmUxYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"928bc1d3-2c6d-4cdc-a023-c8fd2178198e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar","artifactChecksum":"ZDU5ZmJiOTA2ZjgzMDU4MmI1ZDcxZjY0ZGQ4NWZiY2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15237528-b536-417e-9728-bde8729ec320","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3313e0d4-9522-438b-9dad-befda0ce797f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml","artifactChecksum":"ODgwN2ViMmJhZDlkMjRmOTJjNDNiMjc2NzFhZmJkN2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cf09bfd3-a574-4e77-af83-be9efea531e8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fae38217-ed19-40e1-b5d4-920dfb951605","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5be5085-e48d-451b-ad12-d8f058ee025a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2twavkwbqfdnbxlssesi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml","artifactChecksum":"OWY1Yjg5NDExNzlmODFkOTA3MTkyZDVhNWVhMGI1YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fba3999-8a90-4012-8fc8-e959e0f3eb76","artifactVersion":"1"},{"artifactName":"service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar","artifactChecksum":"OGRhYzJlMjU0YmM5MmU1OGM5OGZhYzE0OGEwZGIzZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e30ac52-d00f-4a05-8bd7-702ec45a45c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:28:50.820Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:28:50.820Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:50.822Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:50.822Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:50.922Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:50.923Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:50.923Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:50.937Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:50.937Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:51.823Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:28:51.823Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:51.826Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:51.826Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:51.926Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:51.927Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:51.927Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:51.942Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:51.942Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:52.826Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:28:52.827Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:52.829Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:52.829Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:52.930Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:52.931Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:52.931Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:53.004Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:53.004Z||pool-107-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:53.830Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:28:53.831Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:53.833Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:53.833Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:53.933Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:53.934Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:53.934Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:53.948Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:53.948Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:54.833Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:28:54.834Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:54.836Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:54.836Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:54.936Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:54.937Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:54.937Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:54.955Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:54.955Z||pool-109-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:55.836Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:28:55.837Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:55.839Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:55.839Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:55.939Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:55.940Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:55.940Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:55.954Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:55.954Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:56.840Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:28:56.840Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:56.844Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:56.844Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:28:56.943Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-13T06:28:56.945Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:56.945Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:56.960Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:56.960Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:57.845Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:28:57.846Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:57.848Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:57.848Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:28:57.949Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:57.949Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:57.950Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:57.964Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:57.964Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:58.849Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "serviceName": "Demo_pNF_2TwavKWbQfdNbXLSsEsI",
  "serviceVersion": "1.0",
  "serviceUUID": "03aabe23-ea64-4590-81b9-8f9480a967b4",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9756b789-b097-4734-ad16-b0944bec00b9",
  "resources": [
    {
      "resourceInstanceName": "pNF 8a435a88-08a2 0",
      "resourceCustomizationUUID": "48895025-3e24-46db-983e-5be72252257e",
      "resourceName": "pNF 8a435a88-08a2",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "44f4e33a-3c0f-4449-9566-c7e5bff185a6",
      "resourceInvariantUUID": "1c207c6b-d8ee-4bce-8123-478d19d51947",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
      "artifactChecksum": "OGRhYzJlMjU0YmM5MmU1OGM5OGZhYzE0OGEwZGIzZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e30ac52-d00f-4a05-8bd7-702ec45a45c4"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:28:58.850Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:28:58.850Z|bd199cdb-cb8f-47c9-8227-648e18f120ee|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 03aabe23-ea64-4590-81b9-8f9480a967b4 ASDC
2022-08-13T06:28:58.850Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:8fca56b4-7df7-4914-944f-a5afbb210443
ServiceName:Demo_pNF_2TwavKWbQfdNbXLSsEsI
ServiceVersion:1.0
ServiceUUID:03aabe23-ea64-4590-81b9-8f9480a967b4
ServiceInvariantUUID:9756b789-b097-4734-ad16-b0944bec00b9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
ArtifactUUID:7e30ac52-d00f-4a05-8bd7-702ec45a45c4
ArtifactChecksum:OGRhYzJlMjU0YmM5MmU1OGM5OGZhYzE0OGEwZGIzZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8a435a88-08a2 0
ResourceCustomizationUUID:48895025-3e24-46db-983e-5be72252257e
ResourceInvariantUUID:1c207c6b-d8ee-4bce-8123-478d19d51947
ResourceName:pNF 8a435a88-08a2
ResourceType:PNF
ResourceUUID:44f4e33a-3c0f-4449-9566-c7e5bff185a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-13T06:28:58.850Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03aabe23-ea64-4590-81b9-8f9480a967b4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:28:58.879Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:28:58.880Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:28:58.880Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:28:58.880Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7e30ac52-d00f-4a05-8bd7-702ec45a45c4 from URL: /sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:28:58.880Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-13T06:28:58.880Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:28:58.944Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-13T06:28:58.947Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar 7e30ac52-d00f-4a05-8bd7-702ec45a45c4 87776
2022-08-13T06:28:58.948Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar ASDC sendASDCNotification
2022-08-13T06:28:58.948Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:28:58.948Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:28:58.948Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:28:58.950Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:28:58.950Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372138948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:28:59.050Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:28:59.051Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:28:59.051Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:28:59.072Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:28:59.073Z||pool-113-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:28:59.950Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:28:59.952Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-13T06:28:59.952Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7e30ac52-d00f-4a05-8bd7-702ec45a45c4, URL: /sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar to file: /app/ASDC/1/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:28:59.952Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:28:59.953Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:28:59.953Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.053Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5107586415164494976/Definitions/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml
2022-08-13T06:29:00.889Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|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-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|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-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|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-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.890Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8a435a88-08a2 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-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.891Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-13T06:29:00.891Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:29:00.891Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2TwavKWbQfdNbXLSsEsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:29:00.891Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Node template pNF 8a435a88-08a2 0 is matching search criteria
2022-08-13T06:29:00.891Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:29:00.891Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8a435a88-08a2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:29:00.891Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:29:00.891Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2TwavKWbQfdNbXLSsEsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:29:00.892Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Node template pNF 8a435a88-08a2 0 is matching search criteria
2022-08-13T06:29:00.892Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-13T06:29:00.892Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8a435a88-08a2 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:29:00.892Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:29:00.892Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2TwavKWbQfdNbXLSsEsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:29:00.892Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:29:00.892Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2TwavKWbQfdNbXLSsEsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:29:00.892Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:29:00.893Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2TwavKWbQfdNbXLSsEsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:29:00.893Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:29:00.893Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2TwavKWbQfdNbXLSsEsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:29:00.893Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:29:00.893Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2TwavKWbQfdNbXLSsEsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:29:00.893Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_2TwavKWbQfdNbXLSsEsI
Description:catalog service description
Model UUID:03aabe23-ea64-4590-81b9-8f9480a967b4
Model Version:NULL
Model InvariantUuid:9756b789-b097-4734-ad16-b0944bec00b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:29:00.896Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 44f4e33a-3c0f-4449-9566-c7e5bff185a6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:29:00.898Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||pNF 8a435a88-08a2 0
2022-08-13T06:29:00.898Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 44f4e33a-3c0f-4449-9566-c7e5bff185a6
2022-08-13T06:29:00.898Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 03aabe23-ea64-4590-81b9-8f9480a967b4
2022-08-13T06:29:00.898Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 03aabe23-ea64-4590-81b9-8f9480a967b4
2022-08-13T06:29:00.898Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8a435a88-08a2 0 44f4e33a-3c0f-4449-9566-c7e5bff185a6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:29:00.900Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@349bbb73, org.onap.sdc.toscaparser.api.parameters.Input@6b1b8b81, org.onap.sdc.toscaparser.api.parameters.Input@65eb3a9d, org.onap.sdc.toscaparser.api.parameters.Input@37d0f1e1, org.onap.sdc.toscaparser.api.parameters.Input@5e79844b]
2022-08-13T06:29:00.901Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:29:00.901Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2TwavKWbQfdNbXLSsEsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:29:00.901Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 03aabe23-ea64-4590-81b9-8f9480a967b4: pNF 8a435a88-08a2
2022-08-13T06:29:00.901Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||Processing PNF resource: 44f4e33a-3c0f-4449-9566-c7e5bff185a6
2022-08-13T06:29:00.901Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:29:00.901Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_2TwavKWbQfdNbXLSsEsI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:29:00.901Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||Resource customization UUID: 48895025-3e24-46db-983e-5be72252257e is the same as notified resource customizationUUID: 48895025-3e24-46db-983e-5be72252257e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-13T06:29:00.926Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8a435a88-08a2 44f4e33a-3c0f-4449-9566-c7e5bff185a6 0 ASDC deployResourceStructure
2022-08-13T06:29:00.926Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar ASDC sendASDCNotification
2022-08-13T06:29:00.927Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar
2022-08-13T06:29:00.927Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:29:00.927Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:29:00.929Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:29:00.929Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372140926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:29:01.029Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:29:01.030Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:29:01.031Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:29:01.047Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:29:01.048Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:29:01.930Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fca56b4-7df7-4914-944f-a5afbb210443
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:29:01.941Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fca56b4-7df7-4914-944f-a5afbb210443
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:29:01.942Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:29:01.943Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:29:01.943Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:29:08.258Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:29:08.259Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:29:08.259Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:29:08.283Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:29:08.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6773a3bd-91ef-4afe-b6c6-e008405dc8d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371992510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:29:08.285Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:29:08.285Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.285Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:29:08.286Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:29:08.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.286Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:29:08.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:29:08.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:29:08.287Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:29:08.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:29:08.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:29:08.288Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.288Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-13T06:29:08.288Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:29:08.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:29:08.289Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:29:08.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:29:08.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:29:08.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372000664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:29:08.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:29:08.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372003602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:29:08.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:29:08.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372004661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:29:08.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:29:08.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372005709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:29:08.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:29:08.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372006814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:29:08.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:29:08.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372007821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:29:08.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:29:08.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372008824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:29:08.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:29:08.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:29:08.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372009828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:29:08.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:29:31.943Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fca56b4-7df7-4914-944f-a5afbb210443
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:29:31.952Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fca56b4-7df7-4914-944f-a5afbb210443
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:29:31.954Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:29:31.954Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:29:31.954Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:30:01.954Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fca56b4-7df7-4914-944f-a5afbb210443
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:30:01.965Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fca56b4-7df7-4914-944f-a5afbb210443
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:30:01.966Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:30:01.967Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:30:01.967Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:30:08.257Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:30:08.258Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:30:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:30:08.301Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:30:08.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372044448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372044448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372053817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372044448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372053661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372053817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372053661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372044448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372053817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372053661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372044448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372053817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372053661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372044448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372053817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372053661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372044448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372058862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372053817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372053661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372044448,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372058862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372053817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372053661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372060717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372061009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372058862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372053817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372053661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372060717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372061009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372058862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372062611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372060717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372061009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372058862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "cds",
  "timestamp": 1660372063624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:30:08.326Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8fca56b4-7df7-4914-944f-a5afbb210443
2022-08-13T06:30:08.326Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fca56b4-7df7-4914-944f-a5afbb210443 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:30:08.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372060717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372061009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372058862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372060717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372061009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372058862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372065283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372060717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372061009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372058862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372060717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372061009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372066909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372067067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372067712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.338Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372060717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372061009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "clamp",
  "timestamp": 1660372067913,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:30:08.343Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8fca56b4-7df7-4914-944f-a5afbb210443
2022-08-13T06:30:08.343Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fca56b4-7df7-4914-944f-a5afbb210443 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:30:08.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372067067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372069460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372069758,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372067067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372070495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372070764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372067067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372071498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:30:08.357Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8fca56b4-7df7-4914-944f-a5afbb210443
2022-08-13T06:30:08.357Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fca56b4-7df7-4914-944f-a5afbb210443 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:30:08.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8091feb9-e7c8-4e19-bb41-c857d7b32410",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372071050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:30:08.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "policy-id",
  "timestamp": 1660372071774,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:30:08.369Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8fca56b4-7df7-4914-944f-a5afbb210443
2022-08-13T06:30:08.369Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fca56b4-7df7-4914-944f-a5afbb210443 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372067067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372067067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372073443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372067067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "aai-ml",
  "timestamp": 1660372074450,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:30:08.381Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8fca56b4-7df7-4914-944f-a5afbb210443
2022-08-13T06:30:08.381Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fca56b4-7df7-4914-944f-a5afbb210443 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:30:08.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372067067,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.389Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372075839,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372077773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:30:08.391Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372078777,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:30:08.395Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8fca56b4-7df7-4914-944f-a5afbb210443
2022-08-13T06:30:08.395Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8fca56b4-7df7-4914-944f-a5afbb210443 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:30:08.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:30:08.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660371945357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:30:08.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:30:08.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372081361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.408Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372083851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.409Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372084897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.409Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372085943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372086993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.410Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:08.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-13T06:30:08.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372088039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:30:08.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:30:31.967Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8fca56b4-7df7-4914-944f-a5afbb210443
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:30:31.977Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8fca56b4-7df7-4914-944f-a5afbb210443
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:30:31.980Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:30:31.980Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:30:31.980Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:30:31.980Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:30:31.981Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:30:31.981Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:30:31.981Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:30:31.981Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:30:31.981Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:30:31.981Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:30:31.982Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:30:31.982Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:30:31.987Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:31:01.987Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8fca56b4-7df7-4914-944f-a5afbb210443 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:31:01.996Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8fca56b4-7df7-4914-944f-a5afbb210443 and serviceModelVersionId: 03aabe23-ea64-4590-81b9-8f9480a967b4
2022-08-13T06:31:01.996Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9756b789-b097-4734-ad16-b0944bec00b9
2022-08-13T06:31:01.997Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9756b789-b097-4734-ad16-b0944bec00b9/model-vers/model-ver/03aabe23-ea64-4590-81b9-8f9480a967b4?depth=0
2022-08-13T06:31:02.003Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:31:02.047Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9756b789-b097-4734-ad16-b0944bec00b9/model-vers/model-ver/03aabe23-ea64-4590-81b9-8f9480a967b4?depth=0|INFO|500||Invoke
2022-08-13T06:31:02.048Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9756b789-b097-4734-ad16-b0944bec00b9/model-vers/model-ver/03aabe23-ea64-4590-81b9-8f9480a967b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9756b789-b097-4734-ad16-b0944bec00b9/model-vers/model-ver/03aabe23-ea64-4590-81b9-8f9480a967b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8fca56b4-7df7-4914-944f-a5afbb210443], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bdf63e7b-2156-4ae5-8e41-75f5bbb5c6cf], X-ECOMP-RequestID=[8fca56b4-7df7-4914-944f-a5afbb210443], X-TransactionId=[], X-ONAP-RequestID=[8fca56b4-7df7-4914-944f-a5afbb210443], Content-Type=[application/merge-patch+json]}
2022-08-13T06:31:02.072Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9756b789-b097-4734-ad16-b0944bec00b9/model-vers/model-ver/03aabe23-ea64-4590-81b9-8f9480a967b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:31:02.167Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9756b789-b097-4734-ad16-b0944bec00b9/model-vers/model-ver/03aabe23-ea64-4590-81b9-8f9480a967b4?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/9756b789-b097-4734-ad16-b0944bec00b9/model-vers/model-ver/03aabe23-ea64-4590-81b9-8f9480a967b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-06:31:01:874-95227], vertex-id=[286864], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:31:01 GMT], Content-Type=[application/json]}
2022-08-13T06:31:02.168Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9756b789-b097-4734-ad16-b0944bec00b9/model-vers/model-ver/03aabe23-ea64-4590-81b9-8f9480a967b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:31:02.169Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9756b789-b097-4734-ad16-b0944bec00b9/model-vers/model-ver/03aabe23-ea64-4590-81b9-8f9480a967b4?depth=0|INFO|500||InvokeReturn
2022-08-13T06:31:02.169Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:31:02.169Z|8fca56b4-7df7-4914-944f-a5afbb210443|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-08-13T06:31:02.173Z|8fca56b4-7df7-4914-944f-a5afbb210443|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-08-13T06:31:02.174Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8fca56b4-7df7-4914-944f-a5afbb210443 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:31:02.174Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:31:02.174Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:31:02.176Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:31:02.177Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372262174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:31:02.277Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:31:02.278Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:31:02.278Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:31:02.295Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:31:02.295Z||pool-115-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-08-13T06:31:03.188Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:31:03.188Z|8fca56b4-7df7-4914-944f-a5afbb210443|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-08-13T06:31:03.188Z|8fca56b4-7df7-4914-944f-a5afbb210443|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:31:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:31:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:31:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:31:08.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:31:08.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372089123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-13T06:31:08.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:31:08.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372090126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-13T06:31:08.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:31:08.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372091132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:31:08.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:31:08.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372092141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:31:08.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:31:08.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372093146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:31:08.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:31:08.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372094150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:31:08.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:31:08.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd199cdb-cb8f-47c9-8227-648e18f120ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372125381,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:31:08.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:31:08.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:31:08.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:31:08.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:31:08.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:31:08.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:31:08.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:31:08.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/resourceInstances/pnf8a435a8808a20/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:31:08.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372126399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:31:08.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:31:08.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372138948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:31:08.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:31:08.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-13T06:31:08.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372140926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2twavkwbqfdnbxlssesi/1.0/artifacts/service-DemoPnf2twavkwbqfdnbxlssesi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:31:08.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:31:13.499Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:31:13.499Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:31:13.500Z|8fca56b4-7df7-4914-944f-a5afbb210443|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-08-13T06:31:13.500Z|8fca56b4-7df7-4914-944f-a5afbb210443|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:31:23.046Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:31:23.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:31:23.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:31:23.047Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:31:32.608Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:31:32.609Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:31:32.610Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:31:32.610Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:31:42.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:31:42.159Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:31:42.159Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:31:42.159Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:31:51.750Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:31:51.751Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:31:51.752Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:31:51.752Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:32:01.317Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:32:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:32:08.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:32:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:32:08.256Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:32:08.257Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:32:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:32:08.781Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:32:08.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T06:32:08.782Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8fca56b4-7df7-4914-944f-a5afbb210443",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372262174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:32:08.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:32:17.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:33:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:33:08.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:33:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:33:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:33:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:33:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:33:17.820Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:33:17.830Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:34:08.253Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:34:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:34:08.256Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:34:08.256Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:34:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:34:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:34:17.837Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:34:17.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:35:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:35:08.254Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:35:08.254Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:35:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:35:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:35:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:35:17.818Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:35:17.844Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:36:08.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:36:08.254Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:36:08.254Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:36:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:36:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:36:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:36:17.831Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:36:17.831Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:37:08.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:37:08.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:37:08.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:37:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:37:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:37:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:37:17.822Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:37:17.828Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:38:08.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:38:08.253Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:38:08.253Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:38:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:38:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:38:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:38:17.853Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:38:17.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:39:08.253Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:39:08.255Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:39:08.256Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:39:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:39:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:39:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:39:17.863Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:39:17.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:08.252Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:40:08.254Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:40:08.254Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:40:08.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:40:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:08.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:08.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.940Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:08.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372758817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372757067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372760717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372758817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372757067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372760717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372757067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372758817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372760717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372758817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372757067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372760717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372758817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372757067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372760717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372758817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372757067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372760717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372758817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372757067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.949Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372760717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372758817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372757067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372760717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2cd45d2-074a-48b6-a3ef-68b2983c76ba","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c0f8de3c-b005-4677-b1e5-6db438424f8e","serviceDescription":"service","serviceInvariantUUID":"7dec6b4d-8149-4167-a3eb-a711f729b621","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c4c8c47-91d0-4065-a7b1-a3dd5bbf1039","resourceInvariantUUID":"e055a5b2-49da-4f36-9736-4472dc6188ab","resourceCustomizationUUID":"0b2f8755-a59b-4d06-8c43-f1297f1f2a2e","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":"MTUyMzA4MWI2MTAzMzdlNzg0M2JkOWNkMDU3YzM2NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd58b6d3-282c-4b97-afc0-051e78debdc4","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":"NzNlM2Q4YWM2NWViMzM1ZDI1MDExMDI0MDk1NjMwYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ff7dd30-726c-4986-a4b8-f67f558ff78e","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":"c59a41e6-0c33-4cfb-bae3-a48f548845e8","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":"d6996e02-30a1-40ed-8289-5ecef40fbb43","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":"989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a","artifactVersion":"2","generatedFromUUID":"c59a41e6-0c33-4cfb-bae3-a48f548845e8"},{"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":"YjNkZjEzNzE3OTUwMzBkMGFiZDUwNmM5MTQ5MjY4ZTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7a8404b2-c801-4259-8fd5-924ac0f0e63a","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":"Y2I0ZWRiOTJmNTE4ZGI0NDhiOGU0MDU3YmIwMmI1YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0aa82532-a78d-4f35-9567-ee523318c70c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmVhZWJhNDM3YjE2ZWZjZDU0YTRjNzRkNzkwOGY5ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b63ddd11-ab6f-4742-a80b-fe05ec3a8b69","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:40:08.955Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:08.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372768609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:08.955Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:08.955Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:08.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372768140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:08.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:08.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372769763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:08.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:08.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372770769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:08.957Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:08.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372771097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:08.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:08.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "policy-id",
  "timestamp": 1660372771775,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-08-13T06:40:08.959Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:08.959Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:08.975Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2cd45d2-074a-48b6-a3ef-68b2983c76ba
2022-08-13T06:40:08.975Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2cd45d2-074a-48b6-a3ef-68b2983c76ba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:08.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "cds",
  "timestamp": 1660372771173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:40:08.984Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2cd45d2-074a-48b6-a3ef-68b2983c76ba
2022-08-13T06:40:08.984Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2cd45d2-074a-48b6-a3ef-68b2983c76ba and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:08.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372772100,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:40:08.991Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2cd45d2-074a-48b6-a3ef-68b2983c76ba
2022-08-13T06:40:08.991Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2cd45d2-074a-48b6-a3ef-68b2983c76ba and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:08.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372773194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:08.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:08.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372774339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:40:08.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372775444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372776472,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:40:09.005Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2cd45d2-074a-48b6-a3ef-68b2983c76ba
2022-08-13T06:40:09.005Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2cd45d2-074a-48b6-a3ef-68b2983c76ba and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-13T06:40:09.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372777478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372761009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372782983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.019Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372783987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372773817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "policy-id",
  "timestamp": 1660372784989,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:09.033Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
2022-08-13T06:40:09.033Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:09.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372784591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372785064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "cds",
  "timestamp": 1660372786089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:40:09.043Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
2022-08-13T06:40:09.044Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:09.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372787702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372764446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372788635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.057Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372780717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372789730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.059Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:09.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.060Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:09.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372790068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:09.060Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:09.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372790801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "clamp",
  "timestamp": 1660372791071,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:40:09.066Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f2cd45d2-074a-48b6-a3ef-68b2983c76ba
2022-08-13T06:40:09.066Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2cd45d2-074a-48b6-a3ef-68b2983c76ba and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:09.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372791856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.072Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.072Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.072Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372793017,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:40:09.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
2022-08-13T06:40:09.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-08-13T06:40:09.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372794021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:09.083Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372787068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372797091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:09.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372797814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:09.088Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "aai-ml",
  "timestamp": 1660372798098,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:40:09.092Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f2cd45d2-074a-48b6-a3ef-68b2983c76ba
2022-08-13T06:40:09.092Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2cd45d2-074a-48b6-a3ef-68b2983c76ba and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:09.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.101Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372800047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:09.103Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:40:09.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372801051,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:40:09.109Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
2022-08-13T06:40:09.110Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9 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=?
2022-08-13T06:40:09.112Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:09.112Z||pool-116-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:09.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372773661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372778862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:09.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:40:09.960Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:09.961Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:09.963Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:09.963Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:40:10.063Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:10.064Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:10.064Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:10.084Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:10.084Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:10.964Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:10.965Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:10.967Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:10.968Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:40:11.068Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:11.069Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:11.069Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:11.141Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:11.142Z||pool-118-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:11.968Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:11.969Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:11.971Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:11.971Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:12.072Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:12.073Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:12.073Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:12.134Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:12.135Z||pool-119-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:12.972Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:12.972Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:12.974Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:12.974Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-13T06:40:13.075Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:13.075Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:13.075Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:13.145Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:13.145Z||pool-120-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:40:13.975Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:13.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:13.978Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:13.978Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:14.079Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T06:40:14.080Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:14.080Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:14.118Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:14.118Z||pool-121-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:40:14.979Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:14.980Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:14.982Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:14.982Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:15.082Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:15.083Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:15.083Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:15.136Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:15.136Z||pool-122-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:40:15.983Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:15.984Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:15.986Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:15.986Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:40:16.087Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T06:40:16.088Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:16.088Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:16.107Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:16.108Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:16.988Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c0f8de3c-b005-4677-b1e5-6db438424f8e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7dec6b4d-8149-4167-a3eb-a711f729b621",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "0b2f8755-a59b-4d06-8c43-f1297f1f2a2e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c4c8c47-91d0-4065-a7b1-a3dd5bbf1039",
      "resourceInvariantUUID": "e055a5b2-49da-4f36-9736-4472dc6188ab",
      "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": "NzNlM2Q4YWM2NWViMzM1ZDI1MDExMDI0MDk1NjMwYzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2ff7dd30-726c-4986-a4b8-f67f558ff78e",
          "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": "c59a41e6-0c33-4cfb-bae3-a48f548845e8",
          "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": "989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a",
            "generatedFromUUID": "c59a41e6-0c33-4cfb-bae3-a48f548845e8"
          },
          "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": "989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmVhZWJhNDM3YjE2ZWZjZDU0YTRjNzRkNzkwOGY5ZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b63ddd11-ab6f-4742-a80b-fe05ec3a8b69"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:40:16.988Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:40:16.988Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c0f8de3c-b005-4677-b1e5-6db438424f8e ASDC
2022-08-13T06:40:16.989Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f2cd45d2-074a-48b6-a3ef-68b2983c76ba
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c0f8de3c-b005-4677-b1e5-6db438424f8e
ServiceInvariantUUID:7dec6b4d-8149-4167-a3eb-a711f729b621
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:b63ddd11-ab6f-4742-a80b-fe05ec3a8b69
ArtifactChecksum:ZmVhZWJhNDM3YjE2ZWZjZDU0YTRjNzRkNzkwOGY5ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:0b2f8755-a59b-4d06-8c43-f1297f1f2a2e
ResourceInvariantUUID:e055a5b2-49da-4f36-9736-4472dc6188ab
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7c4c8c47-91d0-4065-a7b1-a3dd5bbf1039
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:2ff7dd30-726c-4986-a4b8-f67f558ff78e
ArtifactChecksum:NzNlM2Q4YWM2NWViMzM1ZDI1MDExMDI0MDk1NjMwYzY=
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:c59a41e6-0c33-4cfb-bae3-a48f548845e8
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:989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a
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:989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-13T06:40:16.989Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0f8de3c-b005-4677-b1e5-6db438424f8e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:40:17.022Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:40:17.023Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-13T06:40:17.023Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-13T06:40:17.024Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b63ddd11-ab6f-4742-a80b-fe05ec3a8b69 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-13T06:40:17.024Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:40:17.024Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-13T06:40:17.125Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:40:17.129Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b63ddd11-ab6f-4742-a80b-fe05ec3a8b69 82478
2022-08-13T06:40:17.129Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-13T06:40:17.129Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-13T06:40:17.130Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:40:17.130Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:17.132Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:17.132Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372817129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:17.232Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:17.233Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:17.233Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:17.253Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:17.253Z||pool-124-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:18.133Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:40:18.134Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-13T06:40:18.134Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b63ddd11-ab6f-4742-a80b-fe05ec3a8b69, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:18.134Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-13T06:40:18.135Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:18.135Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:18.322Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2248636610028926204/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-13T06:40:19.784Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:40:19.785Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-13T06:40:19.785Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:19.785Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-13T06:40:19.786Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:19.786Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:19.786Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:19.786Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:19.786Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:19.787Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:19.787Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-13T06:40:19.787Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-13T06:40:19.787Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.788Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:19.788Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-13T06:40:19.789Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-13T06:40:19.789Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:40:19.789Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.789Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:19.790Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-13T06:40:19.790Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-13T06:40:19.790Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:40:19.791Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.791Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:19.791Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.791Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-13T06:40:19.792Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-13T06:40:19.792Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-13T06:40:19.792Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-13T06:40:19.792Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-13T06:40:19.792Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:40:19.793Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.793Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:40:19.793Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.793Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-13T06:40:19.794Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:40:19.794Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.794Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-13T06:40:19.794Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:40:19.795Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.795Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-13T06:40:19.795Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:40:19.795Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.795Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-13T06:40:19.796Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-13T06:40:19.796Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-13T06:40:19.796Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=245a7a8a-4347-4c0b-9ed4-1af70846a7ad
2022-08-13T06:40:19.796Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.797Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:19.797Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.797Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:19.797Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.797Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:19.798Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:19.798Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:19.798Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c0f8de3c-b005-4677-b1e5-6db438424f8e
Model Version:NULL
Model InvariantUuid:7dec6b4d-8149-4167-a3eb-a711f729b621
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:8d949af2-eba3-4be8-87cf-fbc8cac0124b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e055a5b2-49da-4f36-9736-4472dc6188ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0b2f8755-a59b-4d06-8c43-f1297f1f2a2e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:af693a1b-9b8d-4bd6-87fd-f47a3a0757ad
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:749e9a06-b0cd-42f0-a0fd-a1422729e32b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:245a7a8a-4347-4c0b-9ed4-1af70846a7ad
ModelInvariantUuid:345775be-f199-4c6f-9328-5daeeb028474
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:bde57572-6690-4f19-9218-a289fd273587
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a96c484d-c2bf-4128-8001-a1420e8790c3
ModelInvariantUuid:d2ddbdcd-bd82-4ade-a500-8cf21007a9ef
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:63609dae-d90c-4a5c-b9cb-ce850a083c84
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:40:19.805Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c4c8c47-91d0-4065-a7b1-a3dd5bbf1039
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:40:19.810Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-08-13T06:40:19.810Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c4c8c47-91d0-4065-a7b1-a3dd5bbf1039
2022-08-13T06:40:19.810Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ff7dd30-726c-4986-a4b8-f67f558ff78e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-13T06:40:19.810Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:40:19.811Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-13T06:40:19.858Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:40:19.858Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2ff7dd30-726c-4986-a4b8-f67f558ff78e 792
2022-08-13T06:40:19.859Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-08-13T06:40:19.859Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-13T06:40:19.859Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:40:19.860Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:19.861Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:19.862Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372819859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:19.962Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:19.962Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:19.963Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:20.046Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:20.047Z||pool-125-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:20.863Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "af693a1b-9b8d-4bd6-87fd-f47a3a0757ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "749e9a06-b0cd-42f0-a0fd-a1422729e32b",
    "vfModuleModelCustomizationUUID": "e214e726-503d-4599-8142-b59d27e9bb24",
    "isBase": true,
    "artifacts": [
      "c59a41e6-0c33-4cfb-bae3-a48f548845e8",
      "989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:40:20.867Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:749e9a06-b0cd-42f0-a0fd-a1422729e32b
VfModuleModelInvariantUUID:af693a1b-9b8d-4bd6-87fd-f47a3a0757ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
c59a41e6-0c33-4cfb-bae3-a48f548845e8
,
989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a

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

isBase:true


}

2022-08-13T06:40:20.869Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "af693a1b-9b8d-4bd6-87fd-f47a3a0757ad",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "749e9a06-b0cd-42f0-a0fd-a1422729e32b",
    "vfModuleModelCustomizationUUID": "e214e726-503d-4599-8142-b59d27e9bb24",
    "isBase": true,
    "artifacts": [
      "c59a41e6-0c33-4cfb-bae3-a48f548845e8",
      "989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:40:20.869Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:749e9a06-b0cd-42f0-a0fd-a1422729e32b
VfModuleModelInvariantUUID:af693a1b-9b8d-4bd6-87fd-f47a3a0757ad
VfModuleModelDescription:NULL
Artifacts UUID List:{
c59a41e6-0c33-4cfb-bae3-a48f548845e8
,
989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a

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

isBase:true


}

2022-08-13T06:40:20.869Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c59a41e6-0c33-4cfb-bae3-a48f548845e8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-13T06:40:20.869Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:40:20.870Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-13T06:40:20.979Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:40:20.979Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c59a41e6-0c33-4cfb-bae3-a48f548845e8 5033
2022-08-13T06:40:20.980Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-13T06:40:20.980Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-13T06:40:20.980Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:40:20.980Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:20.982Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:20.982Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372820979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:21.082Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:21.083Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:21.084Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:21.111Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:21.112Z||pool-126-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:21.983Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-13T06:40:21.983Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:40:21.984Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-13T06:40:22.028Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:40:22.029Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 989c3f38-2dd2-4b3b-bf4f-b965c6e9ef3a 903
2022-08-13T06:40:22.029Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-13T06:40:22.030Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-13T06:40:22.030Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:40:22.030Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:22.032Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:22.032Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372822029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:40:22.132Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:22.133Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:22.133Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:22.147Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:22.147Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:23.033Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c0f8de3c-b005-4677-b1e5-6db438424f8e
2022-08-13T06:40:23.034Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7c4c8c47-91d0-4065-a7b1-a3dd5bbf1039 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:40:23.049Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b411734, org.onap.sdc.toscaparser.api.parameters.Input@105d17f9, org.onap.sdc.toscaparser.api.parameters.Input@69a65057, org.onap.sdc.toscaparser.api.parameters.Input@415b302e, org.onap.sdc.toscaparser.api.parameters.Input@62807786]
2022-08-13T06:40:23.051Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.052Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:23.052Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-08-13T06:40:23.052Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 0b2f8755-a59b-4d06-8c43-f1297f1f2a2e
2022-08-13T06:40:23.052Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b2f8755-a59b-4d06-8c43-f1297f1f2a2e matches Tosca VF Customization UUID: 0b2f8755-a59b-4d06-8c43-f1297f1f2a2e
2022-08-13T06:40:23.053Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 0b2f8755-a59b-4d06-8c43-f1297f1f2a2e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-13T06:40:23.056Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.056Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:23.057Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 0b2f8755-a59b-4d06-8c43-f1297f1f2a2e: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-08-13T06:40:23.057Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59271b4e
2022-08-13T06:40:23.057Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.057Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:40:23.057Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e214e726-503d-4599-8142-b59d27e9bb24
2022-08-13T06:40:23.058Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e214e726-503d-4599-8142-b59d27e9bb24
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-13T06:40:23.060Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.060Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-13T06:40:23.060Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:40:23.060Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.060Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-13T06:40:23.061Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:40:23.061Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.061Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-13T06:40:23.061Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-13T06:40:23.061Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-13T06:40:23.062Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=245a7a8a-4347-4c0b-9ed4-1af70846a7ad
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-08-13T06:40:23.063Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.064Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-13T06:40:23.064Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:40:23.064Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.064Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-13T06:40:23.064Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0b2f8755-a59b-4d06-8c43-f1297f1f2a2e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:40:23.066Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.066Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:23.066Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c0f8de3c-b005-4677-b1e5-6db438424f8e: basic_vm_macro
2022-08-13T06:40:23.066Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.066Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:23.067Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.067Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:23.067Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.067Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:23.067Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.067Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:23.068Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:40:23.068Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:40:23.068Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:40:23.166Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7c4c8c47-91d0-4065-a7b1-a3dd5bbf1039 1 ASDC deployResourceStructure
2022-08-13T06:40:23.166Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-08-13T06:40:23.166Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-13T06:40:23.166Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:40:23.167Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:23.168Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:23.168Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372823166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:23.269Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T06:40:23.269Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:23.269Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:23.285Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:23.285Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:40:24.169Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-13T06:40:24.170Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-13T06:40:24.170Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:40:24.170Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:24.172Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:24.172Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372824169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:24.272Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:24.273Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:24.273Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:24.294Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:24.295Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:25.173Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-13T06:40:25.174Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-13T06:40:25.174Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:40:25.174Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:25.176Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:25.176Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372825173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:25.276Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:40:25.278Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:25.278Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:25.324Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:25.325Z||pool-130-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:26.177Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-13T06:40:26.178Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-13T06:40:26.178Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:40:26.179Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:26.181Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:26.181Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372826177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:40:26.281Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:26.282Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:26.282Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:26.304Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:26.304Z||pool-131-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:40:27.183Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2cd45d2-074a-48b6-a3ef-68b2983c76ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:40:27.192Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2cd45d2-074a-48b6-a3ef-68b2983c76ba
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:40:27.195Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:40:27.195Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:40:27.195Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:40:27.195Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:40:27.195Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:40:27.195Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:40:27.196Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:40:27.196Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:40:27.196Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:40:27.196Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:40:27.196Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:40:27.200Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:40:57.201Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2cd45d2-074a-48b6-a3ef-68b2983c76ba and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:40:57.210Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2cd45d2-074a-48b6-a3ef-68b2983c76ba and serviceModelVersionId: c0f8de3c-b005-4677-b1e5-6db438424f8e
2022-08-13T06:40:57.210Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7dec6b4d-8149-4167-a3eb-a711f729b621
2022-08-13T06:40:57.212Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7dec6b4d-8149-4167-a3eb-a711f729b621/model-vers/model-ver/c0f8de3c-b005-4677-b1e5-6db438424f8e?depth=0
2022-08-13T06:40:57.219Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:40:57.264Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dec6b4d-8149-4167-a3eb-a711f729b621/model-vers/model-ver/c0f8de3c-b005-4677-b1e5-6db438424f8e?depth=0|INFO|500||Invoke
2022-08-13T06:40:57.265Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dec6b4d-8149-4167-a3eb-a711f729b621/model-vers/model-ver/c0f8de3c-b005-4677-b1e5-6db438424f8e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dec6b4d-8149-4167-a3eb-a711f729b621/model-vers/model-ver/c0f8de3c-b005-4677-b1e5-6db438424f8e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f2cd45d2-074a-48b6-a3ef-68b2983c76ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c2596c10-b62c-4aee-b879-2e218ec233f1], X-ECOMP-RequestID=[f2cd45d2-074a-48b6-a3ef-68b2983c76ba], X-TransactionId=[], X-ONAP-RequestID=[f2cd45d2-074a-48b6-a3ef-68b2983c76ba], Content-Type=[application/merge-patch+json]}
2022-08-13T06:40:57.298Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dec6b4d-8149-4167-a3eb-a711f729b621/model-vers/model-ver/c0f8de3c-b005-4677-b1e5-6db438424f8e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:40:57.389Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dec6b4d-8149-4167-a3eb-a711f729b621/model-vers/model-ver/c0f8de3c-b005-4677-b1e5-6db438424f8e?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/7dec6b4d-8149-4167-a3eb-a711f729b621/model-vers/model-ver/c0f8de3c-b005-4677-b1e5-6db438424f8e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220813-06:40:57:099-930], vertex-id=[258088], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:40:57 GMT], Content-Type=[application/json]}
2022-08-13T06:40:57.389Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dec6b4d-8149-4167-a3eb-a711f729b621/model-vers/model-ver/c0f8de3c-b005-4677-b1e5-6db438424f8e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:40:57.390Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7dec6b4d-8149-4167-a3eb-a711f729b621/model-vers/model-ver/c0f8de3c-b005-4677-b1e5-6db438424f8e?depth=0|INFO|500||InvokeReturn
2022-08-13T06:40:57.395Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:40:57.396Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:40:57.401Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-13T06:40:57.402Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2cd45d2-074a-48b6-a3ef-68b2983c76ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:40:57.402Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:40:57.403Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:57.406Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:57.406Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372857402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:40:57.507Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:40:57.508Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:57.508Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:57.527Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:57.528Z||pool-132-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:40:58.428Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T06:40:58.429Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"446c1363-5f04-4ba0-b143-57be9647ce1c","serviceDescription":"service","serviceInvariantUUID":"5507401e-fc9f-4092-a4bb-8849599b2fa6","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c3c946d-593f-4663-89a5-fa97882aac6a","resourceInvariantUUID":"98ea5592-545f-44c3-8bfc-e5a6b520b824","resourceCustomizationUUID":"f9a68cc1-da3a-4ea0-be80-886e3cf4d25b","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":"ODRjYTVhYzFkMzlmNDdkNDRkZjQxOTlhZTIwNzE4YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"275ebc59-6423-4721-a60f-c1cec84cd553","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":"MTRiNDE1NGFkZTBkZTVhNTgyMzQzMWZhNGNkNjI1ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"374472da-7c59-4e84-9413-7bf385a02879","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":"8b38a791-ee94-4d30-abff-2d07092ad0c7","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":"7391a898-48e0-4d52-9c17-cf66d712aa00","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":"2c300a66-2892-43f9-a84a-1625e4b3ab91","artifactVersion":"2","generatedFromUUID":"ab826b69-0f7c-4134-9295-addc4abe5c18"},{"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":"e1a1efe6-3033-48f3-ae53-fad7a905cdda","artifactVersion":"2","generatedFromUUID":"8b38a791-ee94-4d30-abff-2d07092ad0c7"},{"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":"ab826b69-0f7c-4134-9295-addc4abe5c18","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":"6e06cc24-6218-4c49-ac11-abd3149e9d58","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":"NTI5NTkxZDM5ZmVhNjIyNDUzM2UzZDkzNzhhZDU3OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6368216f-7a7c-43de-90e0-330f46878bcc","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWQ0Y2NlYTAyNGZhMzczMmZhY2ZkNjg3OTUyOGU1NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71e861c9-4fcd-4831-9618-ee63619ace12","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:40:58.430Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:58.431Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:58.433Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:58.434Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:40:58.534Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:58.535Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:58.535Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:58.549Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:58.549Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:40:59.434Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:40:59.435Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:40:59.437Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:40:59.437Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:40:59.537Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:40:59.538Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:40:59.538Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:40:59.594Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:40:59.594Z||pool-134-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:00.438Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:41:00.438Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:00.440Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:00.440Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:41:00.540Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:00.541Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:00.541Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:00.574Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:00.574Z||pool-135-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:01.441Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:41:01.442Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:01.444Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:01.444Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:41:01.544Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:01.545Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:01.545Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:01.560Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:01.560Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:02.444Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:41:02.445Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:02.447Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:02.447Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-13T06:41:02.547Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:02.550Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:02.550Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:02.564Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:02.565Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:03.448Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:41:03.449Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:03.451Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:03.451Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-13T06:41:03.551Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:03.552Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:03.552Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:03.567Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:03.567Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:04.451Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:41:04.452Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:04.454Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:04.454Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-13T06:41:04.554Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:04.555Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:04.555Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:04.569Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:04.569Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:41:05.455Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:41:05.456Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:05.457Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:05.458Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:41:05.558Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:05.559Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:05.559Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:05.572Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:05.572Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:06.458Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:41:06.459Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:06.461Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:06.461Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:41:06.561Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:06.562Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:06.562Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:06.576Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:06.576Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:07.462Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:41:07.462Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:07.464Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:07.464Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:41:07.566Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-13T06:41:07.568Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:07.568Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:07.582Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:07.582Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:41:08.257Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:41:08.258Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:41:08.258Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:08.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:08.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:41:08.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372809271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:41:08.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:41:08.466Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "446c1363-5f04-4ba0-b143-57be9647ce1c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5507401e-fc9f-4092-a4bb-8849599b2fa6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f9a68cc1-da3a-4ea0-be80-886e3cf4d25b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9c3c946d-593f-4663-89a5-fa97882aac6a",
      "resourceInvariantUUID": "98ea5592-545f-44c3-8bfc-e5a6b520b824",
      "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": "MTRiNDE1NGFkZTBkZTVhNTgyMzQzMWZhNGNkNjI1ZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "374472da-7c59-4e84-9413-7bf385a02879",
          "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": "8b38a791-ee94-4d30-abff-2d07092ad0c7",
          "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": "e1a1efe6-3033-48f3-ae53-fad7a905cdda",
            "generatedFromUUID": "8b38a791-ee94-4d30-abff-2d07092ad0c7"
          },
          "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": "2c300a66-2892-43f9-a84a-1625e4b3ab91",
          "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": "e1a1efe6-3033-48f3-ae53-fad7a905cdda",
          "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": "ab826b69-0f7c-4134-9295-addc4abe5c18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWQ0Y2NlYTAyNGZhMzczMmZhY2ZkNjg3OTUyOGU1NDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "71e861c9-4fcd-4831-9618-ee63619ace12"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:41:08.467Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:41:08.467Z|f2cd45d2-074a-48b6-a3ef-68b2983c76ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 446c1363-5f04-4ba0-b143-57be9647ce1c ASDC
2022-08-13T06:41:08.467Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:446c1363-5f04-4ba0-b143-57be9647ce1c
ServiceInvariantUUID:5507401e-fc9f-4092-a4bb-8849599b2fa6
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:71e861c9-4fcd-4831-9618-ee63619ace12
ArtifactChecksum:NWQ0Y2NlYTAyNGZhMzczMmZhY2ZkNjg3OTUyOGU1NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f9a68cc1-da3a-4ea0-be80-886e3cf4d25b
ResourceInvariantUUID:98ea5592-545f-44c3-8bfc-e5a6b520b824
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:9c3c946d-593f-4663-89a5-fa97882aac6a
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:374472da-7c59-4e84-9413-7bf385a02879
ArtifactChecksum:MTRiNDE1NGFkZTBkZTVhNTgyMzQzMWZhNGNkNjI1ZjM=
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:8b38a791-ee94-4d30-abff-2d07092ad0c7
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:e1a1efe6-3033-48f3-ae53-fad7a905cdda
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:2c300a66-2892-43f9-a84a-1625e4b3ab91
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:e1a1efe6-3033-48f3-ae53-fad7a905cdda
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:ab826b69-0f7c-4134-9295-addc4abe5c18
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-13T06:41:08.468Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 446c1363-5f04-4ba0-b143-57be9647ce1c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:41:08.497Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:41:08.498Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-13T06:41:08.498Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-13T06:41:08.498Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 71e861c9-4fcd-4831-9618-ee63619ace12 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:08.499Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:41:08.499Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:08.579Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:41:08.587Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 71e861c9-4fcd-4831-9618-ee63619ace12 162991
2022-08-13T06:41:08.587Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-13T06:41:08.587Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:08.587Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:41:08.588Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:08.590Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:08.590Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372868587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:41:08.690Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:08.691Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:08.691Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:08.713Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:08.714Z||pool-143-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:09.591Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:41:09.592Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-13T06:41:09.592Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 71e861c9-4fcd-4831-9618-ee63619ace12, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:09.593Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-13T06:41:09.593Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:09.594Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:09.777Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10199032625290363755/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-08-13T06:41:11.376Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:41:11.376Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-13T06:41:11.376Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:11.376Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-13T06:41:11.377Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:11.377Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:11.377Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:11.377Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:11.377Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-13T06:41:11.377Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.377Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:11.377Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-13T06:41:11.378Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-13T06:41:11.378Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:41:11.378Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.378Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:11.378Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-13T06:41:11.378Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-13T06:41:11.379Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:41:11.379Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.379Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:11.379Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.379Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-13T06:41:11.379Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-13T06:41:11.380Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-13T06:41:11.381Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-13T06:41:11.381Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.381Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:41:11.381Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.381Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-13T06:41:11.381Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:41:11.382Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.382Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-13T06:41:11.382Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:41:11.382Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.382Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-13T06:41:11.382Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:41:11.383Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.383Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-13T06:41:11.383Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:41:11.383Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.383Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-13T06:41:11.383Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-13T06:41:11.384Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c0cf48e3-dc31-4c4e-8d91-9468491d1470
2022-08-13T06:41:11.384Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.384Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:11.384Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.384Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:11.384Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.384Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:11.385Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:11.385Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:11.385Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:446c1363-5f04-4ba0-b143-57be9647ce1c
Model Version:NULL
Model InvariantUuid:5507401e-fc9f-4092-a4bb-8849599b2fa6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:1cf1b7f4-48a9-4a59-ad5b-0a63559230d7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98ea5592-545f-44c3-8bfc-e5a6b520b824
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a68cc1-da3a-4ea0-be80-886e3cf4d25b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:16dc0ba5-35a6-46a7-a697-aefe8d827bfe
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:c222b7ca-1235-4c8a-9d23-b9d824699e29
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:3dde4405-e45a-4fd7-a8c0-2ca58ef931a2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:97ddaac8-ae07-4b9e-8421-2df22018452e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c0cf48e3-dc31-4c4e-8d91-9468491d1470
ModelInvariantUuid:6f64397e-8e57-4e7d-a4f3-b190d224d405
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:738c5f9e-d4e6-44cd-9da3-880aab5a5900
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:110f6c1b-72f4-4f18-8b38-616c6b7259bb
ModelInvariantUuid:d7f57363-1a6e-4c86-b1b9-41281d949042
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:5bc0b1da-82b0-460c-9d55-63de5ee08098
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:41:11.392Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c3c946d-593f-4663-89a5-fa97882aac6a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:41:11.395Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-08-13T06:41:11.395Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c3c946d-593f-4663-89a5-fa97882aac6a
2022-08-13T06:41:11.395Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 374472da-7c59-4e84-9413-7bf385a02879 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-13T06:41:11.395Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:41:11.395Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-13T06:41:11.471Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:41:11.472Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 374472da-7c59-4e84-9413-7bf385a02879 1565
2022-08-13T06:41:11.472Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-13T06:41:11.472Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-13T06:41:11.472Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:41:11.473Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:11.474Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:11.475Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372871472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:41:11.575Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:11.576Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:11.576Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:11.592Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:11.592Z||pool-144-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:41:12.475Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3dde4405-e45a-4fd7-a8c0-2ca58ef931a2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97ddaac8-ae07-4b9e-8421-2df22018452e",
    "vfModuleModelCustomizationUUID": "04159b5c-8bd9-4f97-8392-f72219e0bdae",
    "isBase": true,
    "artifacts": [
      "8b38a791-ee94-4d30-abff-2d07092ad0c7",
      "e1a1efe6-3033-48f3-ae53-fad7a905cdda"
    ],
    "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": "16dc0ba5-35a6-46a7-a697-aefe8d827bfe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c222b7ca-1235-4c8a-9d23-b9d824699e29",
    "vfModuleModelCustomizationUUID": "8ebff2d2-966b-4f0f-b295-b6d85beb6d2e",
    "isBase": false,
    "artifacts": [
      "ab826b69-0f7c-4134-9295-addc4abe5c18"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:41:12.480Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97ddaac8-ae07-4b9e-8421-2df22018452e
VfModuleModelInvariantUUID:3dde4405-e45a-4fd7-a8c0-2ca58ef931a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
8b38a791-ee94-4d30-abff-2d07092ad0c7
,
e1a1efe6-3033-48f3-ae53-fad7a905cdda

}
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:c222b7ca-1235-4c8a-9d23-b9d824699e29
VfModuleModelInvariantUUID:16dc0ba5-35a6-46a7-a697-aefe8d827bfe
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab826b69-0f7c-4134-9295-addc4abe5c18

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

isBase:false


}

2022-08-13T06:41:12.484Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3dde4405-e45a-4fd7-a8c0-2ca58ef931a2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97ddaac8-ae07-4b9e-8421-2df22018452e",
    "vfModuleModelCustomizationUUID": "04159b5c-8bd9-4f97-8392-f72219e0bdae",
    "isBase": true,
    "artifacts": [
      "8b38a791-ee94-4d30-abff-2d07092ad0c7",
      "e1a1efe6-3033-48f3-ae53-fad7a905cdda"
    ],
    "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": "16dc0ba5-35a6-46a7-a697-aefe8d827bfe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c222b7ca-1235-4c8a-9d23-b9d824699e29",
    "vfModuleModelCustomizationUUID": "8ebff2d2-966b-4f0f-b295-b6d85beb6d2e",
    "isBase": false,
    "artifacts": [
      "ab826b69-0f7c-4134-9295-addc4abe5c18"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-13T06:41:12.484Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97ddaac8-ae07-4b9e-8421-2df22018452e
VfModuleModelInvariantUUID:3dde4405-e45a-4fd7-a8c0-2ca58ef931a2
VfModuleModelDescription:NULL
Artifacts UUID List:{
8b38a791-ee94-4d30-abff-2d07092ad0c7
,
e1a1efe6-3033-48f3-ae53-fad7a905cdda

}
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:c222b7ca-1235-4c8a-9d23-b9d824699e29
VfModuleModelInvariantUUID:16dc0ba5-35a6-46a7-a697-aefe8d827bfe
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab826b69-0f7c-4134-9295-addc4abe5c18

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

isBase:false


}

2022-08-13T06:41:12.484Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8b38a791-ee94-4d30-abff-2d07092ad0c7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-13T06:41:12.484Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:41:12.484Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-13T06:41:12.530Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:41:12.530Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8b38a791-ee94-4d30-abff-2d07092ad0c7 914
2022-08-13T06:41:12.531Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-13T06:41:12.531Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-13T06:41:12.531Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:41:12.531Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:12.533Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:12.533Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372872530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:41:12.633Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:12.634Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:12.635Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:12.648Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:12.648Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:13.534Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2c300a66-2892-43f9-a84a-1625e4b3ab91 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-13T06:41:13.534Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:41:13.534Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-13T06:41:13.677Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:41:13.677Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2c300a66-2892-43f9-a84a-1625e4b3ab91 12
2022-08-13T06:41:13.677Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-13T06:41:13.677Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-13T06:41:13.677Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:41:13.678Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:13.679Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:13.679Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372873677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:41:13.780Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:41:13.781Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:13.781Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:13.806Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:13.807Z||pool-146-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:14.680Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1a1efe6-3033-48f3-ae53-fad7a905cdda from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-13T06:41:14.681Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:41:14.681Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-13T06:41:14.779Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:41:14.780Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e1a1efe6-3033-48f3-ae53-fad7a905cdda 96
2022-08-13T06:41:14.780Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-13T06:41:14.780Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-13T06:41:14.780Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:41:14.780Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:14.790Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:14.790Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372874780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:41:14.882Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-13T06:41:14.883Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:14.883Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:14.910Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:14.910Z||pool-147-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:15.790Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ab826b69-0f7c-4134-9295-addc4abe5c18 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-13T06:41:15.790Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:41:15.791Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-13T06:41:15.865Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:41:15.866Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ab826b69-0f7c-4134-9295-addc4abe5c18 20206
2022-08-13T06:41:15.866Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-13T06:41:15.866Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-13T06:41:15.867Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:41:15.867Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:15.868Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:15.869Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372875866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:41:15.969Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:15.970Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:15.970Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:15.988Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:15.989Z||pool-148-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:16.872Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 446c1363-5f04-4ba0-b143-57be9647ce1c
2022-08-13T06:41:16.872Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 9c3c946d-593f-4663-89a5-fa97882aac6a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:41:16.883Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d9edc2, org.onap.sdc.toscaparser.api.parameters.Input@45c41651, org.onap.sdc.toscaparser.api.parameters.Input@7ae31f86, org.onap.sdc.toscaparser.api.parameters.Input@7d9db6fa, org.onap.sdc.toscaparser.api.parameters.Input@35e2f376]
2022-08-13T06:41:16.886Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.886Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:16.886Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-08-13T06:41:16.887Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f9a68cc1-da3a-4ea0-be80-886e3cf4d25b
2022-08-13T06:41:16.887Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9a68cc1-da3a-4ea0-be80-886e3cf4d25b matches Tosca VF Customization UUID: f9a68cc1-da3a-4ea0-be80-886e3cf4d25b
2022-08-13T06:41:16.887Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f9a68cc1-da3a-4ea0-be80-886e3cf4d25b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-08-13T06:41:16.889Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.889Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:16.890Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f9a68cc1-da3a-4ea0-be80-886e3cf4d25b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-08-13T06:41:16.890Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22366d6f
2022-08-13T06:41:16.890Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.890Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-13T06:41:16.890Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8ebff2d2-966b-4f0f-b295-b6d85beb6d2e
2022-08-13T06:41:16.891Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8ebff2d2-966b-4f0f-b295-b6d85beb6d2e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-08-13T06:41:16.893Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.893Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-13T06:41:16.894Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:41:16.894Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.895Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-13T06:41:16.895Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-13T06:41:16.895Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.898Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-13T06:41:16.898Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f9a68cc1-da3a-4ea0-be80-886e3cf4d25b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:41:16.903Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.903Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:16.904Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 446c1363-5f04-4ba0-b143-57be9647ce1c: basic_cnf_macro
2022-08-13T06:41:16.904Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.904Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:16.904Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.904Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:16.904Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.904Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:16.904Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.905Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:16.905Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:41:16.905Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:41:16.905Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:41:16.941Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 9c3c946d-593f-4663-89a5-fa97882aac6a 2 ASDC deployResourceStructure
2022-08-13T06:41:16.941Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-13T06:41:16.942Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-13T06:41:16.942Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:41:16.943Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:16.955Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:16.956Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372876941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:41:17.045Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-08-13T06:41:17.046Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:17.046Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:17.060Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:17.061Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:17.957Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-13T06:41:17.958Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-13T06:41:17.958Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:41:17.958Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:17.960Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:17.960Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372877956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:41:18.060Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:18.061Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:18.062Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:18.075Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:18.075Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:41:18.962Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-13T06:41:18.962Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-08-13T06:41:18.963Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-13T06:41:18.963Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:18.965Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:18.965Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372878962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-13T06:41:19.065Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:19.066Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:19.067Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:19.087Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:19.087Z||pool-151-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:41:19.966Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-13T06:41:19.967Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-13T06:41:19.967Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:41:19.967Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:19.969Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:19.969Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372879966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:41:20.069Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:20.070Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:20.070Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:20.087Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:20.087Z||pool-152-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:20.970Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-13T06:41:20.971Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-13T06:41:20.971Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-13T06:41:20.972Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:20.974Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:20.974Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372880970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-13T06:41:21.074Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:41:21.075Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:21.075Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:21.093Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:21.093Z||pool-153-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:21.976Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-13T06:41:21.976Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-13T06:41:21.977Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:41:21.977Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:41:21.982Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:41:21.982Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372881975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:41:22.082Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:41:22.083Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:41:22.083Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:41:22.096Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:41:22.096Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:41:22.983Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:41:22.992Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:41:22.994Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:41:22.995Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:41:22.995Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:41:52.995Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:41:53.003Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:41:53.005Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:41:53.005Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-13T06:41:53.005Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-13T06:42:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:42:08.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:42:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:42:08.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:42:08.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372810241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372817129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372817073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372818241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "clamp",
  "timestamp": 1660372818078,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:42:08.307Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
2022-08-13T06:42:08.307Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:42:08.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "aai-ml",
  "timestamp": 1660372819249,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:42:08.318Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
2022-08-13T06:42:08.318Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:42:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372818818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372817067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372819859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372819081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372820256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372818818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.327Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372817067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372820717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372821009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372819081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372820979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.329Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372820256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.329Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372817067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372818818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372820717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.330Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372821009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372819081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372822029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372820256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372818818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372817067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372820717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372821009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372819081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372823166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372820256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372817067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372818818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372820717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372821009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372819081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372824169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372820256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372817067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372818818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372820717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372821009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372819081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372825173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372824455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372820256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372817067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372818818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372820717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372821009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372819081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372826177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.343Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372824455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372820256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372817067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372818818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372820717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372821009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372819081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372824455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372820256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372817067,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372818818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372820717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372821009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372819081,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372824455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372820256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372829171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372828707,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372820717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372821009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372824455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372830029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372830443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.350Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372830748,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.351Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "cds",
  "timestamp": 1660372830156,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:42:08.360Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7fcd9089-2ce9-411d-a45e-10871e0629f5
2022-08-13T06:42:08.360Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fcd9089-2ce9-411d-a45e-10871e0629f5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:42:08.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372824455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372831017,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372831467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372831753,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372831079,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:42:08.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372824455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660372832022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:42:08.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7fcd9089-2ce9-411d-a45e-10871e0629f5
2022-08-13T06:42:08.369Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fcd9089-2ce9-411d-a45e-10871e0629f5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:42:08.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660372832470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:42:08.377Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7fcd9089-2ce9-411d-a45e-10871e0629f5
2022-08-13T06:42:08.377Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fcd9089-2ce9-411d-a45e-10871e0629f5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:42:08.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "policy-id",
  "timestamp": 1660372832757,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:42:08.385Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7fcd9089-2ce9-411d-a45e-10871e0629f5
2022-08-13T06:42:08.385Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fcd9089-2ce9-411d-a45e-10871e0629f5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:42:08.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372824455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372833079,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660372824455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "clamp",
  "timestamp": 1660372834082,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:42:08.394Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7fcd9089-2ce9-411d-a45e-10871e0629f5
2022-08-13T06:42:08.394Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fcd9089-2ce9-411d-a45e-10871e0629f5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:42:08.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372835872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:42:08.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "aai-ml",
  "timestamp": 1660372836885,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:42:08.402Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7fcd9089-2ce9-411d-a45e-10871e0629f5
2022-08-13T06:42:08.402Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fcd9089-2ce9-411d-a45e-10871e0629f5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-13T06:42:08.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2cd45d2-074a-48b6-a3ef-68b2983c76ba",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372857402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:42:08.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:42:08.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:08.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:08.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-13T06:42:08.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372808252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:42:08.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:42:23.005Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:42:23.018Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:42:23.020Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:42:23.020Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:42:23.020Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:42:23.020Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:42:23.020Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:42:23.021Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:42:23.021Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:42:23.021Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:42:23.021Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:42:23.021Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:42:23.021Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:42:23.023Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:42:53.024Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:42:53.029Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9 and serviceModelVersionId: 446c1363-5f04-4ba0-b143-57be9647ce1c
2022-08-13T06:42:53.029Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5507401e-fc9f-4092-a4bb-8849599b2fa6
2022-08-13T06:42:53.030Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5507401e-fc9f-4092-a4bb-8849599b2fa6/model-vers/model-ver/446c1363-5f04-4ba0-b143-57be9647ce1c?depth=0
2022-08-13T06:42:53.034Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:42:53.091Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5507401e-fc9f-4092-a4bb-8849599b2fa6/model-vers/model-ver/446c1363-5f04-4ba0-b143-57be9647ce1c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-13T06:42:53.092Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5507401e-fc9f-4092-a4bb-8849599b2fa6/model-vers/model-ver/446c1363-5f04-4ba0-b143-57be9647ce1c?depth=0|INFO|500||Invoke
2022-08-13T06:42:53.111Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5507401e-fc9f-4092-a4bb-8849599b2fa6/model-vers/model-ver/446c1363-5f04-4ba0-b143-57be9647ce1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:42:53.266Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5507401e-fc9f-4092-a4bb-8849599b2fa6/model-vers/model-ver/446c1363-5f04-4ba0-b143-57be9647ce1c?depth=0|INFO|500||InvokeReturn
2022-08-13T06:42:53.266Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5507401e-fc9f-4092-a4bb-8849599b2fa6/model-vers/model-ver/446c1363-5f04-4ba0-b143-57be9647ce1c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220813-06:42:52:911-23892], vertex-id=[278648], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:42:52 GMT], Content-Type=[application/json]}
2022-08-13T06:42:53.267Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:42:53.267Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:42:53.267Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:42:53.272Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-13T06:42:53.272Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:42:53.273Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:42:53.274Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:42:53.275Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:42:53.276Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372973273,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:42:53.376Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:42:53.377Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:42:53.377Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:42:53.423Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:42:53.424Z||pool-155-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:42:54.286Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:42:54.286Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:42:54.287Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:42:58.735Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:42:58.735Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-13T06:42:58.735Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7fcd9089-2ce9-411d-a45e-10871e0629f5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f7a7a000-972f-497c-90a9-5756cd49bbc5","serviceDescription":"service","serviceInvariantUUID":"08bd9875-b912-4e23-a6c0-81fa5ad029d6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1783064a-fed0-4f5e-9371-3c876fc9fad5","resourceInvariantUUID":"9af2d4ed-2b49-4e6f-9999-ae89720c0161","resourceCustomizationUUID":"0cf4e6f8-191e-43c1-a389-3378f57dc3b1","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":"MDg5MDg3NmE5NmI2NzI0NTA1NjM1ZGVhNTU0ZWMxMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"781057b7-ef5f-4553-95f1-9d65f7b813eb","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":"fde8ec85-301c-4ad8-8c32-789af333394e","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":"b4e9f43e-6a1b-4a87-9d1d-56999a5832d5","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":"YzQwYzZkZjM0ZjJkNTI1YzEwZDYxY2Q0YzZiZGUxNGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"63986b0d-1a33-49ec-936e-04ef0be95b7a","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":"1c7fef7e-8aeb-4660-9cff-e8877e4433ea","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":"38c80bd5-7145-4ceb-989b-c65a42280f79","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":"793259a6-73d8-46ce-8fe7-bed4a319de6b","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":"OWY5MGQxOWYxNGJhYzE3OGI5OWM0YmViMjg1Y2RkOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ae6901c-f507-44e8-991a-fc56545a7c2d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmVlNDRmY2EwZmEwMmZmN2ViZGVhNmU4NTRmYzVmYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b5c3dcf-2802-4ea6-b3e0-97656d78953f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-13T06:42:58.740Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:42:58.740Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:42:58.743Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:42:58.744Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:58.843Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:42:58.844Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:42:58.844Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:42:58.862Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:42:58.862Z||pool-156-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:42:59.746Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:42:59.746Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:42:59.748Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:42:59.748Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:42:59.848Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:42:59.849Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:42:59.849Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:42:59.874Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:42:59.874Z||pool-157-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:43:00.748Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:43:00.750Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:00.752Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:00.752Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:43:00.852Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:43:00.853Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:00.853Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:00.868Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:00.869Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:43:01.753Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:43:01.754Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:01.756Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:01.756Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:43:01.856Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:43:01.856Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:01.857Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:01.872Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:01.873Z||pool-159-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:43:02.756Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:43:02.757Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:02.759Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:02.760Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:43:02.860Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:43:02.860Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:02.861Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:02.875Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:02.876Z||pool-160-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:43:03.760Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:43:03.761Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:03.763Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:03.763Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:43:03.863Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:43:03.864Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:03.864Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:03.879Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:03.880Z||pool-161-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:43:04.767Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:43:04.768Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:04.771Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:04.771Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:43:04.870Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:43:04.871Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:04.871Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:04.885Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:04.886Z||pool-162-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:43:05.772Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:43:05.773Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:05.774Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:05.775Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:43:05.875Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:43:05.876Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:05.876Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:05.894Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:05.894Z||pool-163-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:43:06.775Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-13T06:43:06.776Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:06.778Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:06.778Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:43:06.878Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:43:06.879Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:06.879Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:06.897Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:06.897Z||pool-164-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:43:07.778Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f7a7a000-972f-497c-90a9-5756cd49bbc5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "08bd9875-b912-4e23-a6c0-81fa5ad029d6",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0cf4e6f8-191e-43c1-a389-3378f57dc3b1",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1783064a-fed0-4f5e-9371-3c876fc9fad5",
      "resourceInvariantUUID": "9af2d4ed-2b49-4e6f-9999-ae89720c0161",
      "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": "ZmVlNDRmY2EwZmEwMmZmN2ViZGVhNmU4NTRmYzVmYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b5c3dcf-2802-4ea6-b3e0-97656d78953f"
    }
  ],
  "workloadContext": "Production"
}
2022-08-13T06:43:07.779Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-13T06:43:07.779Z|6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f7a7a000-972f-497c-90a9-5756cd49bbc5 ASDC
2022-08-13T06:43:07.779Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7fcd9089-2ce9-411d-a45e-10871e0629f5
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f7a7a000-972f-497c-90a9-5756cd49bbc5
ServiceInvariantUUID:08bd9875-b912-4e23-a6c0-81fa5ad029d6
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:7b5c3dcf-2802-4ea6-b3e0-97656d78953f
ArtifactChecksum:ZmVlNDRmY2EwZmEwMmZmN2ViZGVhNmU4NTRmYzVmYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0cf4e6f8-191e-43c1-a389-3378f57dc3b1
ResourceInvariantUUID:9af2d4ed-2b49-4e6f-9999-ae89720c0161
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1783064a-fed0-4f5e-9371-3c876fc9fad5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-13T06:43:07.779Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7a7a000-972f-497c-90a9-5756cd49bbc5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:43:07.799Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:43:07.799Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-13T06:43:07.800Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-13T06:43:07.800Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b5c3dcf-2802-4ea6-b3e0-97656d78953f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-13T06:43:07.800Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-08-13T06:43:07.800Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-13T06:43:07.875Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-08-13T06:43:07.879Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 7b5c3dcf-2802-4ea6-b3e0-97656d78953f 110791
2022-08-13T06:43:07.879Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-13T06:43:07.880Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-13T06:43:07.880Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-13T06:43:07.880Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:07.881Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:07.882Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372987879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:43:07.982Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:43:07.982Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:07.982Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:07.997Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:07.998Z||pool-165-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-13T06:43:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:43:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:43:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:08.283Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:08.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-13T06:43:08.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372868587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:43:08.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:43:08.882Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-13T06:43:08.883Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-08-13T06:43:08.883Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7b5c3dcf-2802-4ea6-b3e0-97656d78953f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:08.885Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-08-13T06:43:08.886Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:08.886Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:08.996Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3023060467505199483/Definitions/service-TestPnfMacro-template.yml
2022-08-13T06:43:09.827Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-13T06:43:09.827Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-13T06:43:09.828Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:09.828Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-13T06:43:09.828Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:09.828Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:09.828Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:09.828Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:09.829Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:09.829Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:09.829Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-13T06:43:09.829Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-08-13T06:43:09.829Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:43:09.829Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:43:09.830Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-13T06:43:09.830Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-13T06:43:09.830Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:43:09.830Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:43:09.830Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:43:09.831Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-13T06:43:09.831Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-08-13T06:43:09.831Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-13T06:43:09.831Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:43:09.831Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:43:09.832Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:43:09.832Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:43:09.832Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:43:09.832Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:43:09.832Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:43:09.833Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:43:09.833Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:43:09.833Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:43:09.833Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f7a7a000-972f-497c-90a9-5756cd49bbc5
Model Version:NULL
Model InvariantUuid:08bd9875-b912-4e23-a6c0-81fa5ad029d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-08-13T06:43:09.840Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1783064a-fed0-4f5e-9371-3c876fc9fad5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:43:09.843Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-08-13T06:43:09.843Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1783064a-fed0-4f5e-9371-3c876fc9fad5
2022-08-13T06:43:09.843Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f7a7a000-972f-497c-90a9-5756cd49bbc5
2022-08-13T06:43:09.843Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f7a7a000-972f-497c-90a9-5756cd49bbc5
2022-08-13T06:43:09.843Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1783064a-fed0-4f5e-9371-3c876fc9fad5 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:43:09.847Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@277129dc, org.onap.sdc.toscaparser.api.parameters.Input@60588648, org.onap.sdc.toscaparser.api.parameters.Input@24649528, org.onap.sdc.toscaparser.api.parameters.Input@2ab1dd30, org.onap.sdc.toscaparser.api.parameters.Input@4202e73]
2022-08-13T06:43:09.847Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:43:09.847Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:43:09.848Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f7a7a000-972f-497c-90a9-5756cd49bbc5: test-pnf
2022-08-13T06:43:09.848Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||Processing PNF resource: 1783064a-fed0-4f5e-9371-3c876fc9fad5
2022-08-13T06:43:09.848Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-13T06:43:09.848Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-13T06:43:09.848Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||Resource customization UUID: 0cf4e6f8-191e-43c1-a389-3378f57dc3b1 is the same as notified resource customizationUUID: 0cf4e6f8-191e-43c1-a389-3378f57dc3b1
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-13T06:43:09.875Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1783064a-fed0-4f5e-9371-3c876fc9fad5 0 ASDC deployResourceStructure
2022-08-13T06:43:09.875Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-13T06:43:09.875Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-13T06:43:09.875Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-13T06:43:09.875Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:09.877Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:09.877Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372989875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:43:09.977Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-13T06:43:09.978Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:09.978Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:09.995Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:09.995Z||pool-166-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-13T06:43:10.878Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fcd9089-2ce9-411d-a45e-10871e0629f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:43:10.887Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fcd9089-2ce9-411d-a45e-10871e0629f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-13T06:43:10.890Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-13T06:43:10.890Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-13T06:43:10.890Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-13T06:43:10.891Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-13T06:43:10.891Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:43:10.891Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:43:10.891Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:43:10.891Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:43:10.891Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:43:10.891Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:43:10.891Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-13T06:43:10.892Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-13T06:43:10.895Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-13T06:43:40.895Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7fcd9089-2ce9-411d-a45e-10871e0629f5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-08-13T06:43:40.901Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7fcd9089-2ce9-411d-a45e-10871e0629f5 and serviceModelVersionId: f7a7a000-972f-497c-90a9-5756cd49bbc5
2022-08-13T06:43:40.901Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08bd9875-b912-4e23-a6c0-81fa5ad029d6
2022-08-13T06:43:40.902Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08bd9875-b912-4e23-a6c0-81fa5ad029d6/model-vers/model-ver/f7a7a000-972f-497c-90a9-5756cd49bbc5?depth=0
2022-08-13T06:43:40.907Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-08-13T06:43:40.944Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bd9875-b912-4e23-a6c0-81fa5ad029d6/model-vers/model-ver/f7a7a000-972f-497c-90a9-5756cd49bbc5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-08-13T06:43:40.945Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bd9875-b912-4e23-a6c0-81fa5ad029d6/model-vers/model-ver/f7a7a000-972f-497c-90a9-5756cd49bbc5?depth=0|INFO|500||Invoke
2022-08-13T06:43:40.969Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bd9875-b912-4e23-a6c0-81fa5ad029d6/model-vers/model-ver/f7a7a000-972f-497c-90a9-5756cd49bbc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-13T06:43:41.167Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bd9875-b912-4e23-a6c0-81fa5ad029d6/model-vers/model-ver/f7a7a000-972f-497c-90a9-5756cd49bbc5?depth=0|INFO|500||InvokeReturn
2022-08-13T06:43:41.168Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08bd9875-b912-4e23-a6c0-81fa5ad029d6/model-vers/model-ver/f7a7a000-972f-497c-90a9-5756cd49bbc5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220813-06:43:40:770-89665], vertex-id=[241736], Content-Length=[0], Date=[Sat, 13 Aug 2022 06:43:40 GMT], Content-Type=[application/json]}
2022-08-13T06:43:41.169Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-08-13T06:43:41.169Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-13T06:43:41.169Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-13T06:43:41.174Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-13T06:43:41.175Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7fcd9089-2ce9-411d-a45e-10871e0629f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-13T06:43:41.175Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-13T06:43:41.175Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-08-13T06:43:41.177Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-13T06:43:41.178Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660373021175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:43:41.277Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-13T06:43:41.278Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-13T06:43:41.278Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:41.300Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:41.300Z||pool-167-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-13T06:43:42.190Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:43:42.191Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:43:42.191Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:43:51.743Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:43:51.744Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:43:51.745Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:43:51.745Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:44:01.294Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:44:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:44:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:44:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:44:08.256Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:44:08.257Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:44:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:44:08.311Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:44:08.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372871472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:44:08.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372872530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:44:08.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372873677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:44:08.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372874780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372875866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372876941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372877956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372878962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372879966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372880970,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372881975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:44:08.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:44:17.842Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:45:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:45:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:45:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:45:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:45:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:45:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:45:08.286Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:45:08.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dbcb08b-0b3f-49be-af18-2a4e5b4dacc9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372973273,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:45:08.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:45:08.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:45:08.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:45:08.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:45:08.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:45:08.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:45:08.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:45:08.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:45:08.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:45:08.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:45:08.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:45:08.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:45:08.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:45:08.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:45:08.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:45:08.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-13T06:45:08.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:45:08.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372974286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-13T06:45:08.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-13T06:45:08.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:45:08.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372987879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-13T06:45:08.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:45:17.854Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:46:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:46:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:46:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:46:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:46:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:46:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:46:08.787Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:46:08.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:46:08.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660372989875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-13T06:46:08.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:46:08.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-13T06:46:08.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7fcd9089-2ce9-411d-a45e-10871e0629f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660373021175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-13T06:46:08.790Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-13T06:46:17.843Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:47:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:47:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:47:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:47:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:47:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:47:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:47:17.869Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:47:17.883Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:48:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:48:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:48:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:48:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:48:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:48:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:48:17.837Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:48:17.843Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:49:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:49:08.255Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:49:08.255Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:49:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:49:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:49:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:49:17.864Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:49:17.867Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:50:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:50:08.254Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:50:08.254Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:50:08.257Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:50:08.257Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:50:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:50:17.873Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:50:17.894Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:51:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:51:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:51:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:51:08.256Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:51:08.256Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:51:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:51:17.861Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:51:17.866Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:52:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:52:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:52:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:52:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:52:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:52:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:52:17.857Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:52:17.878Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:53:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:53:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:53:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:53:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:53:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:53:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:53:17.846Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:53:17.850Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:54:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:54:08.254Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:54:08.254Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:54:08.256Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:54:08.257Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:54:08.257Z|8fca56b4-7df7-4914-944f-a5afbb210443|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:54:17.857Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:54:17.878Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:55:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:55:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:55:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:55:08.256Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:55:08.257Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:55:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:55:17.849Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:55:17.854Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:56:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:56:08.254Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:56:08.254Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:56:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:56:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:56:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:56:17.857Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:56:17.858Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:57:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:57:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:57:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:57:08.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:57:08.257Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:57:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:57:17.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:57:17.835Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:58:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:58:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:58:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:58:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:58:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:58:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:58:17.854Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:58:17.855Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:59:08.252Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:59:08.254Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:59:08.254Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T06:59:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T06:59:08.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T06:59:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T06:59:17.867Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T06:59:17.894Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:00:08.253Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:00:08.256Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:00:08.256Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tzivw7Yv4x2fyzrI) ...
2022-08-13T07:00:08.256Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:00:08.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:00:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:00:17.822Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:00:17.826Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:01:08.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:01:08.253Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:01:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:01:08.256Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:01:08.257Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:01:08.257Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:01:17.818Z|e908a42b-b8ad-49d2-9203-cd6a1c595165|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:01:17.829Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:02:08.252Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:02:08.253Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:02:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:02:08.256Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:02:08.257Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:02:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:02:17.831Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:02:17.841Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:03:08.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:03:08.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:03:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:03:08.256Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:03:08.257Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:03:08.257Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:03:17.844Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:03:17.847Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:04:08.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:04:08.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:04:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:04:08.256Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:04:08.257Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:04:08.257Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:04:17.837Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:04:17.839Z|7fcd9089-2ce9-411d-a45e-10871e0629f5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:05:08.252Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:05:08.253Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:05:08.253Z||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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:05:08.256Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-13T07:05:08.257Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-13T07:05:08.257Z|8fca56b4-7df7-4914-944f-a5afbb210443|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 tzivw7Yv4x2fyzrI) ...
2022-08-13T07:05:17.839Z|8fca56b4-7df7-4914-944f-a5afbb210443|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-13T07:05:17.844Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK