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-11-05T03:17:33.176Z||main|||||INFO|500||The following profiles are active: basic
2022-11-05T03:17:44.878Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-05T03:17:44.879Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-05T03:17:44.986Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-05T03:17:49.335Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-05T03:17:49.793Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-05T03:17:50.306Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-05T03:17:50.310Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-05T03:17:50.419Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-05T03:17:50.711Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-05T03:17:51.436Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-05T03:17:53.239Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-05T03:17:55.842Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-05T03:17:55.899Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-05T03:17:56.543Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-05T03:17:56.811Z||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-11-05T03:17:58.017Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-05T03:17:59.138Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-05T03:17:59.156Z||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-11-05T03:17:59.157Z||main|||||WARN|500||The sdc end point is not alive
2022-11-05T03:18:02.060Z||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-11-05T03:18:04.878Z||main|||||WARN|500||---
2022-11-05T03:18:04.879Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-05T03:18:04.879Z||main|||||WARN|500||---
2022-11-05T03:18:05.343Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-05T03:18:10.624Z||main|||||INFO|500||Started Application in 40.634 seconds (JVM running for 42.948)
2022-11-05T03:18:10.639Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-05T03:18:10.642Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-05T03:18:10.653Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-05T03:18:10.683Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-05T03:18:10.725Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 472d7e27-c5ee-4375-806b-c0cbae52f231 url= /sdc/v1/artifactTypes
2022-11-05T03:18:10.726Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-05T03:18:11.033Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-05T03:18:11.059Z||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-11-05T03:18:11.079Z||scheduling-1|||||DEBUG|500||create keys
2022-11-05T03:18:11.086Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-05T03:18:11.127Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:18:11.145Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ac70046c-0eac-4eb7-84d0-9bb7cbd3cbed url= /sdc/v1/registerForDistribution
2022-11-05T03:18:11.253Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ac70046c-0eac-4eb7-84d0-9bb7cbd3cbed url= /sdc/v1/registerForDistribution
2022-11-05T03:18:11.254Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-05T03:18:11.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:18:11.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:18:11.271Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-05T03:18:11.274Z||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-11-05T03:18:11.273Z||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-11-05T03:18:11.274Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:18:11.274Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:18:21.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:18:21.617Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:19:11.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:19:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:19:11.262Z||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-11-05T03:19:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:19:11.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-11-05T03:19:11.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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:19:20.822Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:19:20.826Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:20:11.261Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:20:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:20:11.264Z||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-11-05T03:20:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:20:11.266Z||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-11-05T03:20:11.267Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:20:20.824Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:20:20.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:21:11.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:21:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:21:11.262Z||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-11-05T03:21:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:21:11.264Z||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-11-05T03:21:11.267Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:21:20.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:21:20.813Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:22:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:22:11.262Z||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-11-05T03:22:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:22:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:22:11.263Z||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-11-05T03:22:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:22:20.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:22:20.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:23:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:23:11.262Z||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-11-05T03:23:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:23:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:23:11.263Z||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-11-05T03:23:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:23:20.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:23:20.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:24:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:24:11.262Z||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-11-05T03:24:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:24:11.262Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:24:11.263Z||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-11-05T03:24:11.265Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:24:20.808Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:24:20.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:25:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:25:11.262Z||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-11-05T03:25:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:25:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:25:11.263Z||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-11-05T03:25:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:25:20.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:25:20.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:26:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:26:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:26:11.263Z||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-11-05T03:26:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:26:11.263Z||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-11-05T03:26:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:26:20.811Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:26:20.811Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:27:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:27:11.261Z||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-11-05T03:27:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:27:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:27:11.263Z||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-11-05T03:27:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:27:20.815Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:27:20.820Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:27:38.961Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-05T03:28:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:28:11.261Z||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-11-05T03:28:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:28:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:28:11.263Z||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-11-05T03:28:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:28:20.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:28:20.824Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:29:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:29:11.261Z||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-11-05T03:29:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:29:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:29:11.262Z||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-11-05T03:29:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:29:20.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:29:20.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:30:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:30:11.261Z||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-11-05T03:30:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:30:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:30:11.263Z||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-11-05T03:30:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:30:20.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:30:20.811Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:31:11.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:31:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:31:11.264Z||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-11-05T03:31:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:31:11.265Z||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-11-05T03:31:11.265Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:31:20.817Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:31:20.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:32:11.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:32:11.261Z||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-11-05T03:32:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:32:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:32:11.262Z||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-11-05T03:32:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:32:20.810Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:32:20.820Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:33:11.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:33:11.261Z||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-11-05T03:33:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:33:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:33:11.263Z||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-11-05T03:33:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:33:20.829Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:33:20.829Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:34:11.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:34:11.262Z||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-11-05T03:34:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:34:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:34:11.262Z||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-11-05T03:34:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:34:20.808Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:34:20.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:35:11.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:35:11.262Z||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-11-05T03:35:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:35:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:35:11.263Z||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-11-05T03:35:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:35:20.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:35:20.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:36:11.260Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:36:11.261Z||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-11-05T03:36:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:36:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:36:11.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-11-05T03:36:11.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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:36:20.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:36:20.820Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:37:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:37:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:37:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:37:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:37:11.263Z||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-11-05T03:37:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:37:20.811Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:37:20.817Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:38:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:38:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:38:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:38:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:38:11.262Z||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-11-05T03:38:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:38:20.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:38:20.816Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:39:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:39:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:39:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:39:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:39:11.263Z||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-11-05T03:39:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:39:20.810Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:39:20.821Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:40:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:40:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:40:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:40:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:40:11.262Z||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-11-05T03:40:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:40:20.827Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:40:20.828Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:41:11.261Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:41:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:41:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:41:11.263Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:41:11.263Z||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-11-05T03:41:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:41:20.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:41:20.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:42:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:42:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:42:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:42:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:42:11.263Z||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-11-05T03:42:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:42:20.809Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:42:20.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:43:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:43:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:43:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:43:11.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:43:11.263Z||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-11-05T03:43:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:43:20.821Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:43:20.821Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:44:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:44:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:44:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:44:11.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:44:11.263Z||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-11-05T03:44:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:44:20.818Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:44:20.821Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:45:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:45:11.262Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:45:11.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:45:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:45:11.262Z||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-11-05T03:45:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:45:20.809Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:45:20.810Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:46:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:46:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:46:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:46:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:46:11.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-11-05T03:46:11.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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:46:20.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:46:20.821Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:47:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:47:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:47:11.261Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:47:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:47:11.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-11-05T03:47:11.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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:47:20.821Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:47:20.822Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:48:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:48:11.261Z||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-11-05T03:48:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:48:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:48:11.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-11-05T03:48:11.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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:48:20.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:48:20.817Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:49:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:49:11.261Z||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-11-05T03:49:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:49:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:49:11.262Z||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-11-05T03:49:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:49:20.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:49:20.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:50:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:50:11.262Z||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-11-05T03:50:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:50:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:50:11.263Z||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-11-05T03:50:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:50:20.806Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:50:20.817Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:51:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:51:11.261Z||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-11-05T03:51:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:51:11.262Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:51:11.262Z||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-11-05T03:51:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:51:20.812Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:51:20.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:52:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:52:11.261Z||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-11-05T03:52:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:52:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:52:11.263Z||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-11-05T03:52:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:52:20.808Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:52:20.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:53:11.261Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:53:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:53:11.263Z||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-11-05T03:53:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:53:11.263Z||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-11-05T03:53:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:53:20.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:53:20.824Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:54:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:54:11.262Z||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-11-05T03:54:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:54:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:54:11.263Z||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-11-05T03:54:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:54:20.816Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:54:20.817Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:55:11.260Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:55:11.262Z||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-11-05T03:55:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:55:11.262Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:55:11.263Z||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-11-05T03:55:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:55:20.806Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:55:21.473Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:56:11.261Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:56:11.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:56:11.263Z||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-11-05T03:56:11.263Z||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-11-05T03:56:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:56:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:56:20.817Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:56:20.817Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:57:11.260Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:57:11.262Z||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-11-05T03:57:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:57:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:57:11.263Z||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-11-05T03:57:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:57:20.820Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:57:20.823Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:58:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:58:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:58:11.262Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:58:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:58:11.264Z||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-11-05T03:58:11.265Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:58:20.822Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:58:20.833Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:11.260Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:59:11.261Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T03:59:11.261Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T03:59:11.262Z||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-11-05T03:59:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:12.493Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:12.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-05T03:59:12.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff","serviceName":"vFW 2022-11-05 03-58-16","serviceVersion":"1.0","serviceUUID":"299cec9e-b50a-4abc-82e8-f0cd1330e720","serviceDescription":"catalog service description","serviceInvariantUUID":"2d41750a-9bbf-4709-b15a-78d6138edeb2","resources":[{"resourceInstanceName":"vFW 77d31690-cee3 0","resourceName":"vFW 77d31690-cee3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1e7c6242-e6e8-401c-bf56-a282efb1abc1","resourceInvariantUUID":"8204fbf6-5e1c-4a11-bdc6-91f830c91958","resourceCustomizationUUID":"61feebff-c7d8-466e-83c5-d77653b4a98f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml","artifactChecksum":"OWNmYmNlNTI4ZmE3OTc2OTM1ZDNmZmVkNDQyMzQzMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f91ac759-4858-42f3-ad67-f571be46cd5e","artifactVersion":"1"},{"artifactName":"vfw77d31690cee30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json","artifactChecksum":"MzViNDI2NzU2MmI0ZjdlZmE3YTQ2MzViOWVlMGIyZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd7e8696-f3ff-41be-9dd8-28f807d3df0e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a06a7e7b-9bd7-4206-9288-c118b823f9c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml","artifactChecksum":"OGY3MTVhNDk4MzVkMWFmY2RjMDYzMDNkYWU4NjY4YmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fba4cf72-126a-4743-bf0f-9a4c8d85258c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a0332feb-8d76-4558-a47b-640f8449f86c","artifactVersion":"2","generatedFromUUID":"a06a7e7b-9bd7-4206-9288-c118b823f9c0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221105035816-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml","artifactChecksum":"Nzk0NzdkZDdmNTQyNDMwNTIzOThkOGE2MTBmYjU4MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2f3ea46-1717-4029-98ff-012e211b2107","artifactVersion":"1"},{"artifactName":"service-Vfw20221105035816-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar","artifactChecksum":"NTIxODdjNTUzNTY5OTgxZjBkOTk4YmRkYjIwMGUxOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c32f84e0-30cd-4800-87d9-b4b81fa2ef9e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T03:59:12.509Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:12.517Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:12.528Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:12.529Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T03:59:12.628Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-05T03:59:12.633Z||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-11-05T03:59:12.633Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:12.647Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:12.648Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:12.704Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:12.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T03:59:12.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667620746089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T03:59:12.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T03:59:13.536Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:13.536Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:13.538Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:13.538Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T03:59:13.638Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:13.639Z||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-11-05T03:59:13.640Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:13.652Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:13.652Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:14.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:14.540Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:14.542Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:14.542Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-05T03:59:14.642Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T03:59:14.644Z||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-11-05T03:59:14.644Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:14.658Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:14.659Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:15.543Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:15.544Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:15.546Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:15.546Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T03:59:15.646Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:15.647Z||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-11-05T03:59:15.647Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:15.660Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:15.660Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:16.547Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:16.548Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:16.550Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:16.550Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-05T03:59:16.650Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T03:59:16.651Z||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-11-05T03:59:16.652Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:16.667Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:16.668Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:17.551Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:17.552Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:17.554Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:17.554Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T03:59:17.654Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:17.655Z||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-11-05T03:59:17.655Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:17.667Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:17.668Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-05T03:59:18.555Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T03:59:18.556Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:18.558Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:18.558Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T03:59:18.658Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:18.660Z||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-11-05T03:59:18.660Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:18.673Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:18.673Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:19.561Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "serviceName": "vFW 2022-11-05 03-58-16",
  "serviceVersion": "1.0",
  "serviceUUID": "299cec9e-b50a-4abc-82e8-f0cd1330e720",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2d41750a-9bbf-4709-b15a-78d6138edeb2",
  "resources": [
    {
      "resourceInstanceName": "vFW 77d31690-cee3 0",
      "resourceCustomizationUUID": "61feebff-c7d8-466e-83c5-d77653b4a98f",
      "resourceName": "vFW 77d31690-cee3",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1e7c6242-e6e8-401c-bf56-a282efb1abc1",
      "resourceInvariantUUID": "8204fbf6-5e1c-4a11-bdc6-91f830c91958",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw77d31690cee30_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
          "artifactChecksum": "MzViNDI2NzU2MmI0ZjdlZmE3YTQ2MzViOWVlMGIyZjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd7e8696-f3ff-41be-9dd8-28f807d3df0e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a06a7e7b-9bd7-4206-9288-c118b823f9c0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a0332feb-8d76-4558-a47b-640f8449f86c",
            "generatedFromUUID": "a06a7e7b-9bd7-4206-9288-c118b823f9c0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a0332feb-8d76-4558-a47b-640f8449f86c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221105035816-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
      "artifactChecksum": "NTIxODdjNTUzNTY5OTgxZjBkOTk4YmRkYjIwMGUxOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c32f84e0-30cd-4800-87d9-b4b81fa2ef9e"
    }
  ],
  "workloadContext": "Production"
}
2022-11-05T03:59:19.563Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T03:59:19.563Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 299cec9e-b50a-4abc-82e8-f0cd1330e720 ASDC
2022-11-05T03:59:19.699Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
ServiceName:vFW 2022-11-05 03-58-16
ServiceVersion:1.0
ServiceUUID:299cec9e-b50a-4abc-82e8-f0cd1330e720
ServiceInvariantUUID:2d41750a-9bbf-4709-b15a-78d6138edeb2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221105035816-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
ArtifactUUID:c32f84e0-30cd-4800-87d9-b4b81fa2ef9e
ArtifactChecksum:NTIxODdjNTUzNTY5OTgxZjBkOTk4YmRkYjIwMGUxOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 77d31690-cee3 0
ResourceCustomizationUUID:61feebff-c7d8-466e-83c5-d77653b4a98f
ResourceInvariantUUID:8204fbf6-5e1c-4a11-bdc6-91f830c91958
ResourceName:vFW 77d31690-cee3
ResourceType:VF
ResourceUUID:1e7c6242-e6e8-401c-bf56-a282efb1abc1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw77d31690cee30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
ArtifactUUID:fd7e8696-f3ff-41be-9dd8-28f807d3df0e
ArtifactChecksum:MzViNDI2NzU2MmI0ZjdlZmE3YTQ2MzViOWVlMGIyZjc=
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/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
ArtifactUUID:a06a7e7b-9bd7-4206-9288-c118b823f9c0
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/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
ArtifactUUID:a0332feb-8d76-4558-a47b-640f8449f86c
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/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
ArtifactUUID:a0332feb-8d76-4558-a47b-640f8449f86c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-05T03:59:19.699Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 299cec9e-b50a-4abc-82e8-f0cd1330e720 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-11-05T03:59:19.954Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T03:59:19.956Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-05T03:59:19.958Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-05T03:59:19.958Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c32f84e0-30cd-4800-87d9-b4b81fa2ef9e from URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:19.958Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-05T03:59:19.960Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:20.067Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-05T03:59:20.085Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar c32f84e0-30cd-4800-87d9-b4b81fa2ef9e 99006
2022-11-05T03:59:20.087Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar ASDC sendASDCNotification
2022-11-05T03:59:20.087Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:20.088Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T03:59:20.090Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:20.092Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:20.092Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620760086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T03:59:20.192Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:20.193Z||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-11-05T03:59:20.193Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:20.215Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:20.216Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:21.092Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T03:59:21.094Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-05T03:59:21.094Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c32f84e0-30cd-4800-87d9-b4b81fa2ef9e, URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar to file: /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:21.095Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221105035816-csar.csar
2022-11-05T03:59:21.183Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:21.183Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:21.936Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8332828890020934913/Definitions/service-Vfw20221105035816-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_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-11-05T03:59:24.403Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.412Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.414Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.414Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 77d31690-cee3 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.414Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:24.414Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-05T03:59:24.422Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.423Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.427Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.428Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-05T03:59:24.429Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-05T03:59:24.431Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T03:59:24.432Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.432Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.435Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.435Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.436Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.437Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T03:59:24.438Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.439Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T03:59:24.440Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.440Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.440Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:24.441Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:24.442Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.443Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c7f72ba-5b5c-408e-9ace-b62d12fee86e
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.444Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.445Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ce07f4b-68a0-40a1-a41b-36c3a079139d
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:24.446Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:24.447Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-05T03:59:24.448Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6cffa930-4a0f-4489-a023-57d30c70cc9d
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.449Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.450Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.450Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:24.450Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:24.450Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-05 03-58-16
Description:catalog service description
Model UUID:299cec9e-b50a-4abc-82e8-f0cd1330e720
Model Version:NULL
Model InvariantUuid:2d41750a-9bbf-4709-b15a-78d6138edeb2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 77d31690-cee3
Model UUID:2832ef3d-a859-4a34-81d6-841d66d2c03f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8204fbf6-5e1c-4a11-bdc6-91f830c91958
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:61feebff-c7d8-466e-83c5-d77653b4a98f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57ee1f68-2f63-433b-a3b5-902a253ddad4
ModelName:Vfw77d31690Cee3..base_vfw..module-0
ModelUuid:84cca190-79ed-4b8e-b6c5-9b788582e287
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c7f72ba-5b5c-408e-9ace-b62d12fee86e
ModelInvariantUuid:e46ad2cb-bac9-4362-9a8e-dbe4134f445e
ModelName:vFW 77d31690-cee3-nodes.vfwCvfc
ModelUuid:ec1f118a-3860-4a97-a1e1-fd5cf8efa056
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2e19db0b-934e-4b49-83b7-6f35098d4e4f
ModelInvariantUuid:413b33f3-1480-44a9-b4b2-0ee6d4390ceb
ModelName:Vfw77d31690Cee3.compute.nodes.heat.vfw
ModelUuid:9180f17b-45b2-48be-8450-13b64979a0d7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5ce07f4b-68a0-40a1-a41b-36c3a079139d
ModelInvariantUuid:7b5aae41-a5ca-4ec6-913a-31b3f4b6c575
ModelName:vFW 77d31690-cee3-nodes.vsnCvfc
ModelUuid:8a744bc1-bbff-4470-8ef8-3e9612ef3ca7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cd356644-7d94-4e32-8b19-c64f11129a9d
ModelInvariantUuid:336930ce-c38d-4f76-b670-46605e43b038
ModelName:Vfw77d31690Cee3.compute.nodes.heat.vsn
ModelUuid:fe2fc99f-ef9a-45a4-a48c-4169bc4f74e9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6cffa930-4a0f-4489-a023-57d30c70cc9d
ModelInvariantUuid:6433f020-609f-43e9-8bf2-da76c57797de
ModelName:vFW 77d31690-cee3-nodes.vpgCvfc
ModelUuid:fb5252da-38c8-463c-b3a1-1049de0cddae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3601fc7f-7f66-4b13-9e98-94efc7c380d6
ModelInvariantUuid:199de919-15f9-4132-bce5-90a9d1b1d5c1
ModelName:Vfw77d31690Cee3.compute.nodes.heat.vpg
ModelUuid:bd01680a-6215-4c2e-aab9-457cc1e1d274
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-11-05T03:59:24.472Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1e7c6242-e6e8-401c-bf56-a282efb1abc1
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-11-05T03:59:24.586Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||vFW 77d31690-cee3 0
2022-11-05T03:59:24.593Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1e7c6242-e6e8-401c-bf56-a282efb1abc1
2022-11-05T03:59:24.594Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fd7e8696-f3ff-41be-9dd8-28f807d3df0e from URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
2022-11-05T03:59:24.594Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-05T03:59:24.594Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
2022-11-05T03:59:24.658Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-05T03:59:24.658Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json fd7e8696-f3ff-41be-9dd8-28f807d3df0e 785
2022-11-05T03:59:24.659Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json ASDC sendASDCNotification
2022-11-05T03:59:24.659Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
2022-11-05T03:59:24.659Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T03:59:24.659Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:24.662Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:24.662Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620764659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T03:59:24.762Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:24.763Z||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-11-05T03:59:24.763Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:24.778Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:24.778Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T03:59:25.663Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw77d31690Cee3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "57ee1f68-2f63-433b-a3b5-902a253ddad4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84cca190-79ed-4b8e-b6c5-9b788582e287",
    "vfModuleModelCustomizationUUID": "1af9c159-b331-439f-9010-29423fb46b8d",
    "isBase": true,
    "artifacts": [
      "a06a7e7b-9bd7-4206-9288-c118b823f9c0",
      "a0332feb-8d76-4558-a47b-640f8449f86c"
    ],
    "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-11-05T03:59:25.686Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw77d31690Cee3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84cca190-79ed-4b8e-b6c5-9b788582e287
VfModuleModelInvariantUUID:57ee1f68-2f63-433b-a3b5-902a253ddad4
VfModuleModelDescription:NULL
Artifacts UUID List:{
a06a7e7b-9bd7-4206-9288-c118b823f9c0
,
a0332feb-8d76-4558-a47b-640f8449f86c

}
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-11-05T03:59:25.690Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw77d31690Cee3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "57ee1f68-2f63-433b-a3b5-902a253ddad4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84cca190-79ed-4b8e-b6c5-9b788582e287",
    "vfModuleModelCustomizationUUID": "1af9c159-b331-439f-9010-29423fb46b8d",
    "isBase": true,
    "artifacts": [
      "a06a7e7b-9bd7-4206-9288-c118b823f9c0",
      "a0332feb-8d76-4558-a47b-640f8449f86c"
    ],
    "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-11-05T03:59:25.691Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw77d31690Cee3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84cca190-79ed-4b8e-b6c5-9b788582e287
VfModuleModelInvariantUUID:57ee1f68-2f63-433b-a3b5-902a253ddad4
VfModuleModelDescription:NULL
Artifacts UUID List:{
a06a7e7b-9bd7-4206-9288-c118b823f9c0
,
a0332feb-8d76-4558-a47b-640f8449f86c

}
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-11-05T03:59:25.691Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a06a7e7b-9bd7-4206-9288-c118b823f9c0 from URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
2022-11-05T03:59:25.691Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-05T03:59:25.691Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
2022-11-05T03:59:25.758Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-05T03:59:25.760Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml a06a7e7b-9bd7-4206-9288-c118b823f9c0 20368
2022-11-05T03:59:25.760Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-05T03:59:25.760Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
2022-11-05T03:59:25.761Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T03:59:25.761Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:25.764Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:25.764Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620765760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T03:59:25.864Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:25.865Z||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-11-05T03:59:25.865Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:25.880Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:25.881Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:26.765Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0332feb-8d76-4558-a47b-640f8449f86c from URL: /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
2022-11-05T03:59:26.765Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-05T03:59:26.766Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
2022-11-05T03:59:26.831Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-05T03:59:26.831Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env a0332feb-8d76-4558-a47b-640f8449f86c 2098
2022-11-05T03:59:26.832Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-05T03:59:26.832Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
2022-11-05T03:59:26.832Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T03:59:26.833Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:26.836Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:26.836Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620766832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T03:59:26.936Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:26.937Z||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-11-05T03:59:26.937Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:26.950Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:26.951Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:27.837Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 299cec9e-b50a-4abc-82e8-f0cd1330e720
2022-11-05T03:59:27.837Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 77d31690-cee3 0 1e7c6242-e6e8-401c-bf56-a282efb1abc1 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-11-05T03:59:27.873Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77e64071, org.onap.sdc.toscaparser.api.parameters.Input@77b09c94, org.onap.sdc.toscaparser.api.parameters.Input@7da36251, org.onap.sdc.toscaparser.api.parameters.Input@779de81b, org.onap.sdc.toscaparser.api.parameters.Input@32bdcb51]
2022-11-05T03:59:27.877Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.877Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.878Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-05T03:59:27.878Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 61feebff-c7d8-466e-83c5-d77653b4a98f
2022-11-05T03:59:27.878Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61feebff-c7d8-466e-83c5-d77653b4a98f matches Tosca VF Customization UUID: 61feebff-c7d8-466e-83c5-d77653b4a98f
2022-11-05T03:59:27.878Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 61feebff-c7d8-466e-83c5-d77653b4a98f  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-11-05T03:59:27.885Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.885Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.887Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 61feebff-c7d8-466e-83c5-d77653b4a98f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-11-05T03:59:27.887Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ce2bf24
2022-11-05T03:59:27.887Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.887Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T03:59:27.888Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1af9c159-b331-439f-9010-29423fb46b8d
2022-11-05T03:59:27.889Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1af9c159-b331-439f-9010-29423fb46b8d
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-11-05T03:59:27.895Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.895Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.895Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.896Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.897Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.897Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.897Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.897Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:27.898Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:27.898Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:27.898Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-05T03:59:27.898Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:27.899Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:27.899Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.899Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.900Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:27.900Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.900Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:27.900Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.901Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5c7f72ba-5b5c-408e-9ace-b62d12fee86e
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-11-05T03:59:27.907Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.908Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.908Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:27.909Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:27.910Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.910Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.911Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:27.911Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.911Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-05T03:59:27.911Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-05T03:59:27.912Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.912Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-05T03:59:27.912Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.912Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5ce07f4b-68a0-40a1-a41b-36c3a079139d
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-11-05T03:59:27.914Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.914Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.915Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.918Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.918Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is not matching search criteria
2022-11-05T03:59:27.918Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-05T03:59:27.918Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-05T03:59:27.919Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-05T03:59:27.919Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-05T03:59:27.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-05T03:59:27.921Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-05T03:59:27.921Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-05T03:59:27.921Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-05T03:59:27.921Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6cffa930-4a0f-4489-a023-57d30c70cc9d
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-11-05T03:59:27.923Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.924Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.924Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T03:59:27.924Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.925Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Node template vFW 77d31690-cee3 0 is matching search criteria
2022-11-05T03:59:27.925Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 77d31690-cee3 0] matching following query criteria: sdcType=VF, customizationUUID=61feebff-c7d8-466e-83c5-d77653b4a98f
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-11-05T03:59:27.927Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.927Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.928Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 299cec9e-b50a-4abc-82e8-f0cd1330e720: vFW 77d31690-cee3
2022-11-05T03:59:27.928Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.928Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.929Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.929Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.929Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.930Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.930Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.930Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.931Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T03:59:27.931Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-05 03-58-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T03:59:27.931Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-11-05 03-58-16 
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-11-05T03:59:28.223Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 77d31690-cee3 1e7c6242-e6e8-401c-bf56-a282efb1abc1 1 ASDC deployResourceStructure
2022-11-05T03:59:28.224Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json ASDC sendASDCNotification
2022-11-05T03:59:28.224Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json
2022-11-05T03:59:28.224Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T03:59:28.225Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:28.227Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:28.227Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620768224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T03:59:28.327Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:28.328Z||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-11-05T03:59:28.328Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:28.344Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:28.345Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:29.228Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-05T03:59:29.229Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml
2022-11-05T03:59:29.229Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T03:59:29.230Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:29.232Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:29.232Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620769228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T03:59:29.332Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T03:59:29.333Z||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-11-05T03:59:29.334Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:29.351Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:29.351Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:30.235Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-05T03:59:30.235Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env
2022-11-05T03:59:30.235Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T03:59:30.235Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:30.237Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:30.238Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620770235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-05T03:59:30.338Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:30.339Z||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-11-05T03:59:30.339Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:30.351Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:30.352Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:31.240Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar ASDC sendASDCNotification
2022-11-05T03:59:31.241Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar
2022-11-05T03:59:31.241Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T03:59:31.241Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T03:59:31.243Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T03:59:31.244Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620771240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T03:59:31.344Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T03:59:31.345Z||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-11-05T03:59:31.345Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T03:59:31.359Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T03:59:31.359Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T03:59:32.245Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T03:59:32.269Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T03:59:32.275Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T03:59:32.275Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T03:59:32.275Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:00:02.278Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:00:02.323Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:00:02.331Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:00:02.331Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:00:02.331Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:00:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:00:11.263Z||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-11-05T04:00:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:00:11.292Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:00:11.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:00:11.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620746986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:00:11.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:00:32.332Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:00:32.342Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:00:32.344Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:00:32.344Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:00:32.344Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:01:02.344Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:01:02.354Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:01:02.357Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:01:02.357Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:01:02.357Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:01:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:01:11.263Z||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-11-05T04:01:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:01:11.291Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:01:11.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:01:11.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "cds",
  "timestamp": 1667620748499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:01:11.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:01:11.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620743658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620746107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:01:11.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:01:11.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:01:32.357Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:01:32.367Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:01:32.370Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:01:32.370Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:01:32.370Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:02:02.370Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:02:02.380Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:02:02.382Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:02:02.382Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:02:02.382Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:02:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:02:11.263Z||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-11-05T04:02:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:02:11.795Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:02:11.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667620746089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620746986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620743658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "cds",
  "timestamp": 1667620748499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620746107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667620746089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620743658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620746986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "cds",
  "timestamp": 1667620748499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620746107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667620746089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620746986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620743658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "cds",
  "timestamp": 1667620748499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620746107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667620746089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620743658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620746986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "cds",
  "timestamp": 1667620748499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620746107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667620746089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620743658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620746986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "cds",
  "timestamp": 1667620748499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620746107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667620746089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620743658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620746986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "cds",
  "timestamp": 1667620748499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620746107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620751260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620759043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "cds",
  "timestamp": 1667620761203,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620760186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620761224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.823Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620760086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620759043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620761194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "cds",
  "timestamp": 1667620762223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-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-11-05T04:02:11.836Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.836Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff 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-11-05T04:02:11.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620759043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "policy-id",
  "timestamp": 1667620762199,
  "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-11-05T04:02:11.850Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.850Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff 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-11-05T04:02:11.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620759043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620759043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620759043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.860Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620764659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.860Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620766666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620759043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620765760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620767343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667620767670,
  "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-11-05T04:02:11.867Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.867Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff 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-11-05T04:02:11.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620766903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620766832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620767985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620769354,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620768224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:02:11.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620769048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "clamp",
  "timestamp": 1667620770359,
  "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-11-05T04:02:11.886Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.886Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff 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-11-05T04:02:11.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620770143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620769228,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:02:11.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620770111,
  "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-11-05T04:02:11.902Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.902Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff 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-11-05T04:02:11.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620770143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620770235,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-05T04:02:11.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667620771115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vfw77d31690cee30_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620770143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620771240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620770143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620770143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/resourceInstances/vfw77d31690cee30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620770143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620770143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620778015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620793580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221105035816/1.0/artifacts/service-Vfw20221105035816-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:02:11.915Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:02:11.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:02:11.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "aai-ml",
  "timestamp": 1667620794587,
  "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-11-05T04:02:11.920Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
2022-11-05T04:02:11.920Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff 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-11-05T04:02:32.382Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:02:32.393Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:02:32.396Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:02:32.397Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:02:32.397Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:02:32.397Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:02:32.397Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:02:32.402Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:03:02.402Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff 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-11-05T04:03:02.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and serviceModelVersionId: 299cec9e-b50a-4abc-82e8-f0cd1330e720
2022-11-05T04:03:02.413Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d41750a-9bbf-4709-b15a-78d6138edeb2
2022-11-05T04:03:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:11.263Z||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-11-05T04:03:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:18.083Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0
2022-11-05T04:03:18.234Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:03:18.721Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|INFO|500||Invoke
2022-11-05T04:03:18.728Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d2ba737-e881-4f48-9a2d-23e51737791e], X-ECOMP-RequestID=[579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff], X-TransactionId=[], X-ONAP-RequestID=[579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff], Content-Type=[application/merge-patch+json]}
2022-11-05T04:03:18.844Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-05T04:03:19.113Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?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/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-04:03:19:416-10623], vertex-id=[405640], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:03:19 GMT], Content-Type=[application/json]}
2022-11-05T04:03:19.114Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:03:19.115Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d41750a-9bbf-4709-b15a-78d6138edeb2/model-vers/model-ver/299cec9e-b50a-4abc-82e8-f0cd1330e720?depth=0|INFO|500||InvokeReturn
2022-11-05T04:03:19.121Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:03:19.121Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:03:19.129Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-05T04:03:19.130Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:03:19.131Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:03:19.131Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:03:19.134Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:03:19.134Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620999130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:03:19.234Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:03:19.235Z||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-11-05T04:03:19.235Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:19.251Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:03:19.252Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:03:19.867Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:03:19.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-05T04:03:19.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667620999130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:03:19.868Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-05T04:03:20.148Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:20.149Z||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-11-05T04:03:20.149Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:30.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:03:30.458Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:30.459Z||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-11-05T04:03:30.459Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:40.001Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:03:40.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:40.003Z||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-11-05T04:03:40.003Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:49.547Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:03:49.548Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:03:49.548Z||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-11-05T04:03:49.549Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:03:59.107Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:04:11.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:04:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:04:11.262Z||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-11-05T04:04:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:04:11.263Z||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-11-05T04:04:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:04:20.863Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:04:20.865Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:05:11.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:05:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:05:11.264Z||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-11-05T04:05:11.264Z||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-11-05T04:05:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:05:11.265Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:05:20.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:05:20.818Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:11.260Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:06:11.261Z||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-11-05T04:06:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:06:11.263Z||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-11-05T04:06:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:11.407Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:11.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621146089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "cds",
  "timestamp": 1667621138499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621139043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "cds",
  "timestamp": 1667621138499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621146089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621139043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "cds",
  "timestamp": 1667621138499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621146089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621139043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "cds",
  "timestamp": 1667621138499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621146089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621139043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "cds",
  "timestamp": 1667621138499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621146089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621139043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621146089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "cds",
  "timestamp": 1667621138499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621139043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621146089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "cds",
  "timestamp": 1667621138499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621143658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621139043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "cds",
  "timestamp": 1667621155000,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621154018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621153996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "cds",
  "timestamp": 1667621156008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-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-11-05T04:06:11.446Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:06:11.446Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe 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-11-05T04:06:11.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621155001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:06:11.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621155106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "policy-id",
  "timestamp": 1667621156003,
  "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-11-05T04:06:11.462Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:06:11.463Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe 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-11-05T04:06:11.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621156211,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621157240,
  "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-11-05T04:06:11.478Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:06:11.479Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe 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-11-05T04:06:11.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621158244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:06:11.486Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621160144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621160144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621160144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621160144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621160144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621160144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621160144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:06:11.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621166107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621166986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621166107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621167966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:11.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:06:11.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621166986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:06:11.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621166107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621166986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621166107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621166986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621166107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621166986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621166107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621166986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:11.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:06:11.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:11.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T04:06:11.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f99d4f87-61d8-4d45-b26d-255384e478fe","serviceName":"basic_onboard_jxrTek","serviceVersion":"1.0","serviceUUID":"a8618a61-ea11-4087-aa96-9e1121b56133","serviceDescription":"service","serviceInvariantUUID":"2b05edc2-a666-4da0-9094-9a088d063c6b","resources":[{"resourceInstanceName":"basic_onboard_jxrTek 0","resourceName":"basic_onboard_jxrTek","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2573e315-a6d9-4db1-a48c-d4924415d3ec","resourceInvariantUUID":"cdebbb8d-5b73-4f45-88de-16abcc88591d","resourceCustomizationUUID":"e00b8bc2-8a77-4f2f-90e5-64e31efd7668","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml","artifactChecksum":"MjdiOTVkYmI3NzI5ODVhODBlNGIyOWQyYThjNjRkYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"926c42bb-bfa3-41a4-b978-60eca307b241","artifactVersion":"1"},{"artifactName":"basic_onboard_jxrtek0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json","artifactChecksum":"MjRhMDZmZTNmYmUxODJhNTM1ODJmOGFkNDRmZjI2MmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e71bfd3e-3971-454b-a6d5-667931c9f8c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f343933e-03e0-4a38-87c3-3e12d6508899","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cb9c602-d6d1-4126-b5ba-77c874e26c2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a9f3528a-aae8-4199-bd8e-27d8b60184a3","artifactVersion":"2","generatedFromUUID":"f343933e-03e0-4a38-87c3-3e12d6508899"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJxrtek-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml","artifactChecksum":"NTgyOTczZjhlNDEyZDVkNjIyYzhkMjkyYTAyMmFiN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f805bc2a-7fd3-46fc-9586-2da4f9d5b580","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJxrtek-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar","artifactChecksum":"YTkyNjRlY2Q5ZGIzMGM2OTBhYWY1NTFmMzUwOGJjZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1229204c-3171-4fc6-9d43-f3c188cf8e34","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T04:06:11.903Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:11.904Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:11.908Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:11.908Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:12.008Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:12.009Z||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-11-05T04:06:12.009Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:12.024Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:12.025Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:12.909Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:12.910Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:12.912Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:12.912Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:06:13.012Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:13.013Z||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-11-05T04:06:13.013Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:13.029Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:13.030Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:06:13.912Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:13.913Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:13.916Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:13.916Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:06:14.016Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:14.017Z||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-11-05T04:06:14.017Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:14.033Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:14.034Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:14.916Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:14.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:14.920Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:14.920Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:15.020Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:15.021Z||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-11-05T04:06:15.022Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:15.035Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:15.036Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:15.921Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:15.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:15.924Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:15.925Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-05T04:06:16.025Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:16.026Z||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-11-05T04:06:16.026Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:16.040Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:16.040Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:16.925Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:16.926Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:16.928Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:16.929Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:06:17.029Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:17.030Z||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-11-05T04:06:17.030Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:17.045Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:17.045Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:06:17.929Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:06:17.930Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:17.933Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:17.933Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:06:18.033Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:18.034Z||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-11-05T04:06:18.035Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:18.052Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:18.052Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:06:18.935Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "serviceName": "basic_onboard_jxrTek",
  "serviceVersion": "1.0",
  "serviceUUID": "a8618a61-ea11-4087-aa96-9e1121b56133",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b05edc2-a666-4da0-9094-9a088d063c6b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_jxrTek 0",
      "resourceCustomizationUUID": "e00b8bc2-8a77-4f2f-90e5-64e31efd7668",
      "resourceName": "basic_onboard_jxrTek",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2573e315-a6d9-4db1-a48c-d4924415d3ec",
      "resourceInvariantUUID": "cdebbb8d-5b73-4f45-88de-16abcc88591d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jxrtek0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
          "artifactChecksum": "MjRhMDZmZTNmYmUxODJhNTM1ODJmOGFkNDRmZjI2MmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e71bfd3e-3971-454b-a6d5-667931c9f8c0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f343933e-03e0-4a38-87c3-3e12d6508899",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a9f3528a-aae8-4199-bd8e-27d8b60184a3",
            "generatedFromUUID": "f343933e-03e0-4a38-87c3-3e12d6508899"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a9f3528a-aae8-4199-bd8e-27d8b60184a3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJxrtek-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
      "artifactChecksum": "YTkyNjRlY2Q5ZGIzMGM2OTBhYWY1NTFmMzUwOGJjZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1229204c-3171-4fc6-9d43-f3c188cf8e34"
    }
  ],
  "workloadContext": "Production"
}
2022-11-05T04:06:18.935Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T04:06:18.936Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8618a61-ea11-4087-aa96-9e1121b56133 ASDC
2022-11-05T04:06:18.936Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f99d4f87-61d8-4d45-b26d-255384e478fe
ServiceName:basic_onboard_jxrTek
ServiceVersion:1.0
ServiceUUID:a8618a61-ea11-4087-aa96-9e1121b56133
ServiceInvariantUUID:2b05edc2-a666-4da0-9094-9a088d063c6b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJxrtek-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
ArtifactUUID:1229204c-3171-4fc6-9d43-f3c188cf8e34
ArtifactChecksum:YTkyNjRlY2Q5ZGIzMGM2OTBhYWY1NTFmMzUwOGJjZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jxrTek 0
ResourceCustomizationUUID:e00b8bc2-8a77-4f2f-90e5-64e31efd7668
ResourceInvariantUUID:cdebbb8d-5b73-4f45-88de-16abcc88591d
ResourceName:basic_onboard_jxrTek
ResourceType:VF
ResourceUUID:2573e315-a6d9-4db1-a48c-d4924415d3ec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jxrtek0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
ArtifactUUID:e71bfd3e-3971-454b-a6d5-667931c9f8c0
ArtifactChecksum:MjRhMDZmZTNmYmUxODJhNTM1ODJmOGFkNDRmZjI2MmQ=
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/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f343933e-03e0-4a38-87c3-3e12d6508899
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/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
ArtifactUUID:a9f3528a-aae8-4199-bd8e-27d8b60184a3
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/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
ArtifactUUID:a9f3528a-aae8-4199-bd8e-27d8b60184a3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-05T04:06:18.937Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8618a61-ea11-4087-aa96-9e1121b56133 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-11-05T04:06:18.972Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:06:18.974Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:06:18.974Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:06:18.975Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1229204c-3171-4fc6-9d43-f3c188cf8e34 from URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:18.975Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:06:18.976Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:19.052Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:06:19.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar 1229204c-3171-4fc6-9d43-f3c188cf8e34 71574
2022-11-05T04:06:19.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar ASDC sendASDCNotification
2022-11-05T04:06:19.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:19.057Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:06:19.058Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:19.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:19.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621179056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:19.160Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:06:19.161Z||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-11-05T04:06:19.161Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:19.177Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:19.177Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:20.061Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:06:20.063Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:06:20.063Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1229204c-3171-4fc6-9d43-f3c188cf8e34, URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar to file: /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:20.064Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:20.065Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:20.065Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:20.299Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11875025678386626469/Definitions/service-BasicOnboardJxrtek-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-11-05T04:06:21.693Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T04:06:21.693Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-05T04:06:21.693Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jxrTek 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.694Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.695Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.696Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is not matching search criteria
2022-11-05T04:06:21.697Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.698Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.699Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is not matching search criteria
2022-11-05T04:06:21.700Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b18c51a-cd50-4dd0-8c51-9655613f9406
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.701Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:21.702Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_jxrTek
Description:service
Model UUID:a8618a61-ea11-4087-aa96-9e1121b56133
Model Version:NULL
Model InvariantUuid:2b05edc2-a666-4da0-9094-9a088d063c6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_jxrTek
Model UUID:ae0da733-3d1e-4cdf-a179-b7ee55ae4bd2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cdebbb8d-5b73-4f45-88de-16abcc88591d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e00b8bc2-8a77-4f2f-90e5-64e31efd7668
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f0e99e78-3017-494f-b5ff-6cbe3020afcc
ModelName:BasicOnboardJxrtek..base_ubuntu18..module-0
ModelUuid:c2a84439-8988-497e-9364-39310d99b25d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b18c51a-cd50-4dd0-8c51-9655613f9406
ModelInvariantUuid:44efcb72-8017-45d3-ba42-50033645d72a
ModelName:basic_onboard_jxrTek-nodes.ubuntu18Cvfc
ModelUuid:f92b1e9a-11e2-4689-b596-371606d66724
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ccad702e-9218-42a0-859b-6fb8d6a0c7d2
ModelInvariantUuid:a8a6412f-615e-4f84-baeb-7dd6e359e544
ModelName:BasicOnboardJxrtek.compute.nodes.heat.ubuntu18
ModelUuid:e8a3cd50-4b80-4b8c-a7f7-f03b24cd03a7
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-11-05T04:06:21.709Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2573e315-a6d9-4db1-a48c-d4924415d3ec
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-11-05T04:06:21.715Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||basic_onboard_jxrTek 0
2022-11-05T04:06:21.715Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2573e315-a6d9-4db1-a48c-d4924415d3ec
2022-11-05T04:06:21.716Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e71bfd3e-3971-454b-a6d5-667931c9f8c0 from URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
2022-11-05T04:06:21.716Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:06:21.716Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
2022-11-05T04:06:21.785Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:06:21.785Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json e71bfd3e-3971-454b-a6d5-667931c9f8c0 798
2022-11-05T04:06:21.785Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json ASDC sendASDCNotification
2022-11-05T04:06:21.786Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
2022-11-05T04:06:21.786Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:06:21.786Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:21.804Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:21.805Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621181785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:21.889Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-11-05T04:06:21.890Z||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-11-05T04:06:21.890Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:21.905Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:21.906Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:06:22.805Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJxrtek..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f0e99e78-3017-494f-b5ff-6cbe3020afcc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c2a84439-8988-497e-9364-39310d99b25d",
    "vfModuleModelCustomizationUUID": "281552bf-a42b-4b98-9440-1ce1738010ba",
    "isBase": true,
    "artifacts": [
      "f343933e-03e0-4a38-87c3-3e12d6508899",
      "a9f3528a-aae8-4199-bd8e-27d8b60184a3"
    ],
    "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-11-05T04:06:22.812Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxrtek..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c2a84439-8988-497e-9364-39310d99b25d
VfModuleModelInvariantUUID:f0e99e78-3017-494f-b5ff-6cbe3020afcc
VfModuleModelDescription:NULL
Artifacts UUID List:{
f343933e-03e0-4a38-87c3-3e12d6508899
,
a9f3528a-aae8-4199-bd8e-27d8b60184a3

}
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-11-05T04:06:22.814Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJxrtek..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f0e99e78-3017-494f-b5ff-6cbe3020afcc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c2a84439-8988-497e-9364-39310d99b25d",
    "vfModuleModelCustomizationUUID": "281552bf-a42b-4b98-9440-1ce1738010ba",
    "isBase": true,
    "artifacts": [
      "f343933e-03e0-4a38-87c3-3e12d6508899",
      "a9f3528a-aae8-4199-bd8e-27d8b60184a3"
    ],
    "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-11-05T04:06:22.814Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxrtek..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c2a84439-8988-497e-9364-39310d99b25d
VfModuleModelInvariantUUID:f0e99e78-3017-494f-b5ff-6cbe3020afcc
VfModuleModelDescription:NULL
Artifacts UUID List:{
f343933e-03e0-4a38-87c3-3e12d6508899
,
a9f3528a-aae8-4199-bd8e-27d8b60184a3

}
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-11-05T04:06:22.814Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f343933e-03e0-4a38-87c3-3e12d6508899 from URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
2022-11-05T04:06:22.814Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:06:22.815Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
2022-11-05T04:06:22.865Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:06:22.865Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml f343933e-03e0-4a38-87c3-3e12d6508899 5033
2022-11-05T04:06:22.865Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-05T04:06:22.866Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
2022-11-05T04:06:22.866Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:06:22.866Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:22.868Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:22.868Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621182865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:22.968Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:22.969Z||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-11-05T04:06:22.969Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:22.984Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:22.985Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:23.868Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a9f3528a-aae8-4199-bd8e-27d8b60184a3 from URL: /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
2022-11-05T04:06:23.869Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:06:23.869Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
2022-11-05T04:06:23.919Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:06:23.919Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env a9f3528a-aae8-4199-bd8e-27d8b60184a3 909
2022-11-05T04:06:23.920Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-05T04:06:23.920Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
2022-11-05T04:06:23.920Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:06:23.921Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:23.922Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:23.923Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621183920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:06:24.023Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:24.024Z||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-11-05T04:06:24.024Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:24.038Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:24.039Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:24.923Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a8618a61-ea11-4087-aa96-9e1121b56133
2022-11-05T04:06:24.924Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jxrTek 0 2573e315-a6d9-4db1-a48c-d4924415d3ec 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-11-05T04:06:24.940Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d543136, org.onap.sdc.toscaparser.api.parameters.Input@2c634d65, org.onap.sdc.toscaparser.api.parameters.Input@778cf577, org.onap.sdc.toscaparser.api.parameters.Input@577b13f7, org.onap.sdc.toscaparser.api.parameters.Input@5baa55af]
2022-11-05T04:06:24.942Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.942Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.943Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-11-05T04:06:24.943Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= e00b8bc2-8a77-4f2f-90e5-64e31efd7668
2022-11-05T04:06:24.943Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e00b8bc2-8a77-4f2f-90e5-64e31efd7668 matches Tosca VF Customization UUID: e00b8bc2-8a77-4f2f-90e5-64e31efd7668
2022-11-05T04:06:24.944Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: e00b8bc2-8a77-4f2f-90e5-64e31efd7668  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-11-05T04:06:24.946Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.947Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.947Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id e00b8bc2-8a77-4f2f-90e5-64e31efd7668: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-11-05T04:06:24.948Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@724804ba
2022-11-05T04:06:24.948Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.948Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:06:24.948Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 281552bf-a42b-4b98-9440-1ce1738010ba
2022-11-05T04:06:24.949Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 281552bf-a42b-4b98-9440-1ce1738010ba
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-11-05T04:06:24.951Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.951Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:24.952Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:24.952Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.952Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:24.953Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:24.953Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.953Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is not matching search criteria
2022-11-05T04:06:24.953Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-05T04:06:24.954Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-05T04:06:24.954Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b18c51a-cd50-4dd0-8c51-9655613f9406
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-11-05T04:06:24.956Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.957Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:24.957Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:06:24.957Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.958Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_jxrTek 0 is matching search criteria
2022-11-05T04:06:24.958Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_jxrTek 0] matching following query criteria: sdcType=VF, customizationUUID=e00b8bc2-8a77-4f2f-90e5-64e31efd7668
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-11-05T04:06:24.960Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.961Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.961Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a8618a61-ea11-4087-aa96-9e1121b56133: basic_onboard_jxrTek
2022-11-05T04:06:24.961Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.961Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.962Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.962Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.962Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.962Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.963Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.963Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.963Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:06:24.963Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_jxrTek is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:06:24.964Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_jxrTek 
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-11-05T04:06:25.050Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jxrTek 2573e315-a6d9-4db1-a48c-d4924415d3ec 1 ASDC deployResourceStructure
2022-11-05T04:06:25.051Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json ASDC sendASDCNotification
2022-11-05T04:06:25.051Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json
2022-11-05T04:06:25.051Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:06:25.052Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:25.054Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:25.054Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621185051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:06:25.154Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:25.155Z||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-11-05T04:06:25.155Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:25.170Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:25.170Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:26.055Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-05T04:06:26.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml
2022-11-05T04:06:26.056Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:06:26.057Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:26.059Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:26.059Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621186055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:06:26.159Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:26.160Z||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-11-05T04:06:26.160Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:26.177Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:26.177Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:27.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-05T04:06:27.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env
2022-11-05T04:06:27.060Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:06:27.061Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:27.063Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:27.063Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621187059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-05T04:06:27.163Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:06:27.164Z||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-11-05T04:06:27.164Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:27.178Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:27.179Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:28.064Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar ASDC sendASDCNotification
2022-11-05T04:06:28.066Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar
2022-11-05T04:06:28.066Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:06:28.067Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:06:28.069Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:06:28.069Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621188064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:06:28.170Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:06:28.170Z||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-11-05T04:06:28.171Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:06:28.186Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:06:28.186Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:06:29.071Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:06:29.083Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:06:29.086Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:06:29.087Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:06:29.087Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:06:59.087Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:06:59.100Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:06:59.102Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:06:59.103Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:06:59.103Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:07:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:07:11.263Z||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-11-05T04:07:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:07:11.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:07:11.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:07:11.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621166107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:07:11.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:07:29.103Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:07:29.115Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:07:29.118Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:07:29.118Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:07:29.118Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:07:59.118Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:07:59.129Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:07:59.135Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:07:59.135Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:07:59.135Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:08:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:08:11.263Z||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-11-05T04:08:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:08:11.793Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:08:11.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621166986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621173895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621175539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:08:11.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:08:11.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "aai-ml",
  "timestamp": 1667621176544,
  "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-11-05T04:08:11.804Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:08:11.804Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe 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-11-05T04:08:11.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621176403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:08:11.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:08:11.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621177407,
  "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-11-05T04:08:11.817Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:08:11.818Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe 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-11-05T04:08:11.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:08:11.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621171260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621179056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621181785,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621184190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621182865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621185423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:08:11.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621183920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "clamp",
  "timestamp": 1667621186426,
  "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-11-05T04:08:11.834Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f99d4f87-61d8-4d45-b26d-255384e478fe
2022-11-05T04:08:11.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f99d4f87-61d8-4d45-b26d-255384e478fe 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-11-05T04:08:11.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621185051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/basic_onboard_jxrtek0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:08:11.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621186055,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621187059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/resourceInstances/basic_onboard_jxrtek0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621188064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxrtek/1.0/artifacts/service-BasicOnboardJxrtek-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:08:11.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:08:29.136Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:08:29.147Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:08:29.151Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:08:29.151Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:08:29.151Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:08:29.151Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:08:29.152Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:08:29.153Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:08:29.153Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:08:29.157Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:08:59.158Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f99d4f87-61d8-4d45-b26d-255384e478fe 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-11-05T04:08:59.165Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f99d4f87-61d8-4d45-b26d-255384e478fe and serviceModelVersionId: a8618a61-ea11-4087-aa96-9e1121b56133
2022-11-05T04:08:59.165Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b05edc2-a666-4da0-9094-9a088d063c6b
2022-11-05T04:08:59.166Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0
2022-11-05T04:08:59.172Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:08:59.228Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?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-11-05T04:08:59.230Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0|INFO|500||Invoke
2022-11-05T04:08:59.257Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-05T04:08:59.351Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0|INFO|500||InvokeReturn
2022-11-05T04:08:59.352Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b05edc2-a666-4da0-9094-9a088d063c6b/model-vers/model-ver/a8618a61-ea11-4087-aa96-9e1121b56133?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-04:08:59:825-25082], vertex-id=[180320], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:08:59 GMT], Content-Type=[application/json]}
2022-11-05T04:08:59.352Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:08:59.353Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:08:59.353Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:08:59.357Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-05T04:08:59.357Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f99d4f87-61d8-4d45-b26d-255384e478fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:08:59.357Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:08:59.358Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:08:59.360Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:08:59.360Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621339357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:08:59.460Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:08:59.461Z||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-11-05T04:08:59.461Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:08:59.479Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:08:59.479Z||pool-34-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-11-05T04:09:00.372Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:09:00.373Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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-11-05T04:09:00.373Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:09:10.686Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:09:10.686Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:09:10.687Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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-11-05T04:09:10.687Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:09:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:09:11.263Z||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-11-05T04:09:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:09:11.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:09:11.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-05T04:09:11.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f99d4f87-61d8-4d45-b26d-255384e478fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621339357,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:09:11.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:09:20.229Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:09:20.230Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:09:20.231Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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-11-05T04:09:20.231Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:09:29.791Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:10:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:10:11.261Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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-11-05T04:10:11.261Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:10:11.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:10:11.263Z||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-11-05T04:10:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:10:20.808Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:10:20.818Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:11:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:11:11.261Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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-11-05T04:11:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:11:11.262Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:11:11.262Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|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-11-05T04:11:11.263Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:11:20.811Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:11:20.814Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:12:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:12:11.261Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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-11-05T04:12:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:12:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:12:11.262Z||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-11-05T04:12:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:12:20.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:12:20.815Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:13:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:13:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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-11-05T04:13:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:13:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:13:11.262Z||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-11-05T04:13:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:13:20.807Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:13:20.838Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:14:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:14:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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-11-05T04:14:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:14:11.262Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:14:11.262Z||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-11-05T04:14:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:14:20.805Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:14:20.810Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:15:11.260Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:15:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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-11-05T04:15:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:15:11.262Z||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-11-05T04:15:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:11.262Z|f99d4f87-61d8-4d45-b26d-255384e478fe|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:11.897Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:15:11.898Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:15:11.898Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"90cc7de2-4734-41ba-96b2-ac3a3403cc21","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"78b883ad-f8b5-49f5-88bc-3daffa4e46d0","serviceDescription":"service","serviceInvariantUUID":"dd4b3466-d7f6-4379-927a-712878350bb4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f14f74f2-7dd8-40dc-afb8-81848bda79ba","resourceInvariantUUID":"9118ddea-f86c-426b-a2e7-bf2da5dc3507","resourceCustomizationUUID":"5b15eb85-085c-419e-b051-705480bfbdbe","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":"OGZhYjM2NjhiYjM5YTA0OWRmMDQ2YzdhNmM4MGE0ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dcf6d08f-fbe9-4b56-ad7f-5de0b288eb4d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OGFhNTI3YjNlNTE1Y2IwNTM1YjUwMWYwYjJiMjQ1ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ed5f838-f8fb-48f4-89e7-124059b16e1b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T04:15:11.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621686089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "policy-id",
  "timestamp": 1667621683658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "cds",
  "timestamp": 1667621693499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621686089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "policy-id",
  "timestamp": 1667621683658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "cds",
  "timestamp": 1667621693499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "policy-id",
  "timestamp": 1667621694587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "cds",
  "timestamp": 1667621696241,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "policy-id",
  "timestamp": 1667621695592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "cds",
  "timestamp": 1667621697251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-05T04:15:11.905Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:15:11.905Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:15:11.909Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:11.909Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621711260,
  "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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:15:11.922Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:15:11.922Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 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-11-05T04:15:11.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "policy-id",
  "timestamp": 1667621696595,
  "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-11-05T04:15:11.939Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:15:11.939Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 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-11-05T04:15:11.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "aai-ml",
  "timestamp": 1667621700144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621699043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "aai-ml",
  "timestamp": 1667621700144,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621699043,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "aai-ml",
  "timestamp": 1667621702878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621706107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "aai-ml",
  "timestamp": 1667621707149,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "clamp",
  "timestamp": 1667621706986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621706107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:15:11.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "aai-ml",
  "timestamp": 1667621708154,
  "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-11-05T04:15:11.964Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:15:11.964Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 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-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "clamp",
  "timestamp": 1667621706986,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621708851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621710526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:15:11.973Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "clamp",
  "timestamp": 1667621711515,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:15:11.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621711530,
  "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-11-05T04:15:11.979Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:15:11.979Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 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-11-05T04:15:12.009Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:12.010Z||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-11-05T04:15:12.010Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:12.024Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:15:12.024Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:15:12.909Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:15:12.910Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:15:12.912Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:12.912Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621711260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:15:13.013Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:13.013Z||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-11-05T04:15:13.014Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:13.029Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:15:13.029Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:15:13.914Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "78b883ad-f8b5-49f5-88bc-3daffa4e46d0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd4b3466-d7f6-4379-927a-712878350bb4",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5b15eb85-085c-419e-b051-705480bfbdbe",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f14f74f2-7dd8-40dc-afb8-81848bda79ba",
      "resourceInvariantUUID": "9118ddea-f86c-426b-a2e7-bf2da5dc3507",
      "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": "OGFhNTI3YjNlNTE1Y2IwNTM1YjUwMWYwYjJiMjQ1ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ed5f838-f8fb-48f4-89e7-124059b16e1b"
    }
  ],
  "workloadContext": "Production"
}
2022-11-05T04:15:13.914Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T04:15:13.914Z|f99d4f87-61d8-4d45-b26d-255384e478fe|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 78b883ad-f8b5-49f5-88bc-3daffa4e46d0 ASDC
2022-11-05T04:15:13.915Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:90cc7de2-4734-41ba-96b2-ac3a3403cc21
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:78b883ad-f8b5-49f5-88bc-3daffa4e46d0
ServiceInvariantUUID:dd4b3466-d7f6-4379-927a-712878350bb4
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:0ed5f838-f8fb-48f4-89e7-124059b16e1b
ArtifactChecksum:OGFhNTI3YjNlNTE1Y2IwNTM1YjUwMWYwYjJiMjQ1ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5b15eb85-085c-419e-b051-705480bfbdbe
ResourceInvariantUUID:9118ddea-f86c-426b-a2e7-bf2da5dc3507
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f14f74f2-7dd8-40dc-afb8-81848bda79ba
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-05T04:15:13.915Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78b883ad-f8b5-49f5-88bc-3daffa4e46d0 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-11-05T04:15:13.940Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:15:13.941Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:15:13.942Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:15:13.942Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0ed5f838-f8fb-48f4-89e7-124059b16e1b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T04:15:13.942Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-05T04:15:13.942Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T04:15:14.014Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-05T04:15:14.017Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0ed5f838-f8fb-48f4-89e7-124059b16e1b 52514
2022-11-05T04:15:14.017Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-05T04:15:14.018Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T04:15:14.018Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:15:14.018Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:15:14.020Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:14.020Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621714017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:15:14.121Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:14.121Z||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-11-05T04:15:14.122Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:14.138Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:15:14.138Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:15:15.021Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:15:15.022Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-05T04:15:15.023Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0ed5f838-f8fb-48f4-89e7-124059b16e1b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.023Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-05T04:15:15.024Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.024Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.172Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9519829339220936228/Definitions/service-BasicNetwork-template.yml
2022-11-05T04:15:15.742Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.743Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.744Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-05T04:15:15.745Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.746Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.747Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.748Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:78b883ad-f8b5-49f5-88bc-3daffa4e46d0
Model Version:NULL
Model InvariantUuid:dd4b3466-d7f6-4379-927a-712878350bb4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9118ddea-f86c-426b-a2e7-bf2da5dc3507
Model UUID:1b22c870-1474-4575-aea6-03a9716ed5f1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5b15eb85-085c-419e-b051-705480bfbdbe
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-11-05T04:15:15.754Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: f14f74f2-7dd8-40dc-afb8-81848bda79ba
2022-11-05T04:15:15.754Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||No resources found for Service: 78b883ad-f8b5-49f5-88bc-3daffa4e46d0
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-11-05T04:15:15.759Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||
2022-11-05T04:15:15.759Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-05T04:15:15.760Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 78b883ad-f8b5-49f5-88bc-3daffa4e46d0
2022-11-05T04:15:15.760Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 78b883ad-f8b5-49f5-88bc-3daffa4e46d0
2022-11-05T04:15:15.760Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-05T04:15:15.761Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:15:15.765Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79eb6529, org.onap.sdc.toscaparser.api.parameters.Input@73581db1, org.onap.sdc.toscaparser.api.parameters.Input@4b005631, org.onap.sdc.toscaparser.api.parameters.Input@15e34b23, org.onap.sdc.toscaparser.api.parameters.Input@3703a69b]
2022-11-05T04:15:15.767Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.767Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.767Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.767Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.768Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 78b883ad-f8b5-49f5-88bc-3daffa4e46d0: Generic NeutronNet
2022-11-05T04:15:15.768Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.768Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.768Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.769Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-05T04:15:15.802Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.802Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.802Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.803Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.803Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:15:15.803Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:15:15.803Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-05T04:15:15.849Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-05T04:15:15.850Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-05T04:15:15.850Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-05T04:15:15.850Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:15:15.850Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:15:15.852Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:15.852Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621715849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:15:15.952Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:15.953Z||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-11-05T04:15:15.953Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:15.968Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:15:15.968Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:15:16.853Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90cc7de2-4734-41ba-96b2-ac3a3403cc21
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:15:16.864Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90cc7de2-4734-41ba-96b2-ac3a3403cc21
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:15:16.867Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:15:16.867Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:15:16.867Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:15:16.867Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:15:16.868Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-05T04:15:16.873Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:15:46.873Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90cc7de2-4734-41ba-96b2-ac3a3403cc21 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-11-05T04:15:46.887Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and serviceModelVersionId: 78b883ad-f8b5-49f5-88bc-3daffa4e46d0
2022-11-05T04:15:46.887Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd4b3466-d7f6-4379-927a-712878350bb4
2022-11-05T04:15:46.888Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0
2022-11-05T04:15:46.894Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:15:46.958Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|INFO|500||Invoke
2022-11-05T04:15:46.959Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90cc7de2-4734-41ba-96b2-ac3a3403cc21], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[973f4eea-b142-4a41-af7e-ee7f7aa609f0], X-ECOMP-RequestID=[90cc7de2-4734-41ba-96b2-ac3a3403cc21], X-TransactionId=[], X-ONAP-RequestID=[90cc7de2-4734-41ba-96b2-ac3a3403cc21], Content-Type=[application/merge-patch+json]}
2022-11-05T04:15:46.985Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-05T04:15:47.073Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?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/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221105-04:15:47:551-15273], vertex-id=[163904], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:15:47 GMT], Content-Type=[application/json]}
2022-11-05T04:15:47.074Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:15:47.074Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd4b3466-d7f6-4379-927a-712878350bb4/model-vers/model-ver/78b883ad-f8b5-49f5-88bc-3daffa4e46d0?depth=0|INFO|500||InvokeReturn
2022-11-05T04:15:47.075Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:15:47.075Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-05T04:15:47.080Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-05T04:15:47.081Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90cc7de2-4734-41ba-96b2-ac3a3403cc21 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:15:47.081Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:15:47.081Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:15:47.084Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:15:47.084Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621747081,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:15:47.184Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:15:47.185Z||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-11-05T04:15:47.186Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:15:47.207Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:15:47.207Z||pool-39-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-11-05T04:16:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:16:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:16:11.266Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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-11-05T04:16:11.266Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:16:11.266Z||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-11-05T04:16:11.266Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:16:11.399Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:16:11.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-05T04:16:11.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621711260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:16:11.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:16:20.820Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:11.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:17:11.262Z||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-11-05T04:17:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:17:11.263Z||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-11-05T04:17:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:11.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:11.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:11.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "clamp",
  "timestamp": 1667621713525,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:17:11.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:17:11.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:11.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621711260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:17:11.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:17:11.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:11.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "clamp",
  "timestamp": 1667621714528,
  "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-11-05T04:17:11.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:11.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:17:11.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef5cb075-8591-4d95-8716-dfb58f25fbb0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b67b17fa-25b9-4673-a143-a7682bf29296","serviceDescription":"service","serviceInvariantUUID":"107fa68f-de05-404c-ac8b-5a7944c5e281","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b295e9d1-e664-4601-a757-f93395cf9c9e","resourceInvariantUUID":"635adcae-d5d4-4a78-bbae-12b0fa3cb3ab","resourceCustomizationUUID":"718a6b55-16dd-4082-a3e6-c4ead01945e0","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":"ZTNkMjg2Mjk2MzYyNjVjODliNmRkY2E3ZTg2OGYzOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d65912d9-99cd-428c-8274-bbec2db611b6","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":"ODlmZjQ1YzhiZDJkMzBmYTNmZGQxNWJmMWJhMzNmZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd011aba-82c5-4c5b-bc9f-e4831d277feb","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":"e4142b86-75db-4f41-b500-781fcb726ac2","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":"2748c3e2-cf18-409b-98ea-5f4cb3be8275","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":"08dc4046-c64e-4c6c-9caa-fa120484c533","artifactVersion":"2","generatedFromUUID":"e4142b86-75db-4f41-b500-781fcb726ac2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODNjMTAwNGVkOTk4NzE2OWI4NmEzM2U2MTgyN2YyMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a848d6a-84eb-4152-a980-aeef47df92a5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OThkNjllN2E3MTc2YTFkZmNkZDMxMmM4ZGI1NGE1Y2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43b658fe-4b2a-4cd3-a1a8-063e7a9301db","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T04:17:11.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:11.899Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:11.903Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:11.903Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:17:12.004Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T04:17:12.005Z||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-11-05T04:17:12.006Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:12.019Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:12.020Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:12.186Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90cc7de2-4734-41ba-96b2-ac3a3403cc21
2022-11-05T04:17:12.187Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90cc7de2-4734-41ba-96b2-ac3a3403cc21 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-11-05T04:17:12.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:12.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621714017,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:17:12.197Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:17:12.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:12.197Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621715849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:17:12.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:17:12.198Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:17:12.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "90cc7de2-4734-41ba-96b2-ac3a3403cc21",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621747081,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:17:12.198Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:17:12.904Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:12.905Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:12.908Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:12.908Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:17:13.008Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:13.009Z||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-11-05T04:17:13.009Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:13.022Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:13.023Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:13.911Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:13.911Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:13.914Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:13.914Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:17:14.014Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:14.015Z||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-11-05T04:17:14.015Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:14.030Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:14.030Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:14.914Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:14.915Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:14.917Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:14.918Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:17:15.018Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:15.019Z||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-11-05T04:17:15.019Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:15.034Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:15.035Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:15.918Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:15.919Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:15.921Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:15.921Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-05T04:17:16.022Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:17:16.023Z||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-11-05T04:17:16.023Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:16.037Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:16.038Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:16.922Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:16.923Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:16.925Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:16.925Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:17:17.025Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:17.026Z||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-11-05T04:17:17.026Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:17.041Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:17.041Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:17.925Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:17:17.926Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:17.928Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:17.929Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:17:18.029Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:18.029Z||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-11-05T04:17:18.030Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:18.044Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:18.044Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:17:18.930Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b67b17fa-25b9-4673-a143-a7682bf29296",
  "serviceDescription": "service",
  "serviceInvariantUUID": "107fa68f-de05-404c-ac8b-5a7944c5e281",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "718a6b55-16dd-4082-a3e6-c4ead01945e0",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b295e9d1-e664-4601-a757-f93395cf9c9e",
      "resourceInvariantUUID": "635adcae-d5d4-4a78-bbae-12b0fa3cb3ab",
      "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": "ODlmZjQ1YzhiZDJkMzBmYTNmZGQxNWJmMWJhMzNmZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cd011aba-82c5-4c5b-bc9f-e4831d277feb",
          "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": "e4142b86-75db-4f41-b500-781fcb726ac2",
          "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": "08dc4046-c64e-4c6c-9caa-fa120484c533",
            "generatedFromUUID": "e4142b86-75db-4f41-b500-781fcb726ac2"
          },
          "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": "08dc4046-c64e-4c6c-9caa-fa120484c533",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OThkNjllN2E3MTc2YTFkZmNkZDMxMmM4ZGI1NGE1Y2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "43b658fe-4b2a-4cd3-a1a8-063e7a9301db"
    }
  ],
  "workloadContext": "Production"
}
2022-11-05T04:17:18.931Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T04:17:18.931Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b67b17fa-25b9-4673-a143-a7682bf29296 ASDC
2022-11-05T04:17:18.932Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:ef5cb075-8591-4d95-8716-dfb58f25fbb0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b67b17fa-25b9-4673-a143-a7682bf29296
ServiceInvariantUUID:107fa68f-de05-404c-ac8b-5a7944c5e281
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:43b658fe-4b2a-4cd3-a1a8-063e7a9301db
ArtifactChecksum:OThkNjllN2E3MTc2YTFkZmNkZDMxMmM4ZGI1NGE1Y2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:718a6b55-16dd-4082-a3e6-c4ead01945e0
ResourceInvariantUUID:635adcae-d5d4-4a78-bbae-12b0fa3cb3ab
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b295e9d1-e664-4601-a757-f93395cf9c9e
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:cd011aba-82c5-4c5b-bc9f-e4831d277feb
ArtifactChecksum:ODlmZjQ1YzhiZDJkMzBmYTNmZGQxNWJmMWJhMzNmZjA=
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:e4142b86-75db-4f41-b500-781fcb726ac2
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:08dc4046-c64e-4c6c-9caa-fa120484c533
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:08dc4046-c64e-4c6c-9caa-fa120484c533
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-05T04:17:18.932Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b67b17fa-25b9-4673-a143-a7682bf29296 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-11-05T04:17:18.971Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:17:18.972Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:17:18.972Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:17:18.973Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 43b658fe-4b2a-4cd3-a1a8-063e7a9301db from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-05T04:17:18.973Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:17:18.973Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-05T04:17:19.055Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:17:19.058Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 43b658fe-4b2a-4cd3-a1a8-063e7a9301db 71063
2022-11-05T04:17:19.059Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-05T04:17:19.059Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-05T04:17:19.059Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:17:19.059Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:19.061Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:19.061Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621839059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:17:19.162Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:19.163Z||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-11-05T04:17:19.163Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:19.176Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:19.177Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:20.062Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:17:20.063Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:17:20.064Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 43b658fe-4b2a-4cd3-a1a8-063e7a9301db, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:20.064Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-05T04:17:20.064Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:20.065Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:20.253Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10518418696919136739/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-05T04:17:21.585Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.586Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:17:21.587Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.588Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.588Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.588Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:17:21.588Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:17:21.589Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-05T04:17:21.590Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.591Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.592Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-05T04:17:21.593Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-05T04:17:21.594Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-05T04:17:21.594Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=84df2547-4f2f-48b5-8cf3-aa7c6b7553fe
2022-11-05T04:17:21.594Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.594Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.594Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.595Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.595Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.595Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.595Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:21.595Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:21.595Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b67b17fa-25b9-4673-a143-a7682bf29296
Model Version:NULL
Model InvariantUuid:107fa68f-de05-404c-ac8b-5a7944c5e281
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d399b9c7-5bd1-49ff-b79c-49d91392abbe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:635adcae-d5d4-4a78-bbae-12b0fa3cb3ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:718a6b55-16dd-4082-a3e6-c4ead01945e0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2bcefe88-b35c-4a86-8f12-c04fcbbe5e41
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f6ab8e15-c9af-4b0a-8797-17fe84a7f683
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:84df2547-4f2f-48b5-8cf3-aa7c6b7553fe
ModelInvariantUuid:bd0efe8e-ba8e-46d3-b2b4-973f46171006
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e36ae45f-eb59-4fad-8a8f-3716ce48a85c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9c66ea17-e8d3-4262-8697-f55359bc3b0c
ModelInvariantUuid:253913d7-d3b1-4f36-8151-f23bedcfc71f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4593b4a3-6ccb-4f01-b9ea-5fd65e912c61
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-11-05T04:17:21.606Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b295e9d1-e664-4601-a757-f93395cf9c9e
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-11-05T04:17:21.609Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-11-05T04:17:21.609Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b295e9d1-e664-4601-a757-f93395cf9c9e
2022-11-05T04:17:21.610Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cd011aba-82c5-4c5b-bc9f-e4831d277feb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-05T04:17:21.610Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:17:21.610Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:21.659Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:17:21.659Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json cd011aba-82c5-4c5b-bc9f-e4831d277feb 787
2022-11-05T04:17:21.660Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:21.660Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:21.660Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:17:21.660Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:21.662Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:21.662Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621841660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:17:21.762Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:21.763Z||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-11-05T04:17:21.763Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:21.776Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:21.776Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:22.662Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2bcefe88-b35c-4a86-8f12-c04fcbbe5e41",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6ab8e15-c9af-4b0a-8797-17fe84a7f683",
    "vfModuleModelCustomizationUUID": "23f1509b-31f1-4c3d-9ac4-ffb655ab8e51",
    "isBase": true,
    "artifacts": [
      "e4142b86-75db-4f41-b500-781fcb726ac2",
      "08dc4046-c64e-4c6c-9caa-fa120484c533"
    ],
    "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-11-05T04:17:22.668Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6ab8e15-c9af-4b0a-8797-17fe84a7f683
VfModuleModelInvariantUUID:2bcefe88-b35c-4a86-8f12-c04fcbbe5e41
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4142b86-75db-4f41-b500-781fcb726ac2
,
08dc4046-c64e-4c6c-9caa-fa120484c533

}
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-11-05T04:17:22.669Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2bcefe88-b35c-4a86-8f12-c04fcbbe5e41",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6ab8e15-c9af-4b0a-8797-17fe84a7f683",
    "vfModuleModelCustomizationUUID": "23f1509b-31f1-4c3d-9ac4-ffb655ab8e51",
    "isBase": true,
    "artifacts": [
      "e4142b86-75db-4f41-b500-781fcb726ac2",
      "08dc4046-c64e-4c6c-9caa-fa120484c533"
    ],
    "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-11-05T04:17:22.670Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6ab8e15-c9af-4b0a-8797-17fe84a7f683
VfModuleModelInvariantUUID:2bcefe88-b35c-4a86-8f12-c04fcbbe5e41
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4142b86-75db-4f41-b500-781fcb726ac2
,
08dc4046-c64e-4c6c-9caa-fa120484c533

}
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-11-05T04:17:22.670Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4142b86-75db-4f41-b500-781fcb726ac2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-05T04:17:22.670Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:17:22.670Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:22.734Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:17:22.735Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e4142b86-75db-4f41-b500-781fcb726ac2 5033
2022-11-05T04:17:22.735Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:22.735Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:22.735Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:17:22.736Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:22.738Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:22.738Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621842735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:17:22.838Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:22.839Z||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-11-05T04:17:22.839Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:22.854Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:22.854Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:23.738Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 08dc4046-c64e-4c6c-9caa-fa120484c533 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-05T04:17:23.739Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:17:23.739Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:23.780Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:17:23.781Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 08dc4046-c64e-4c6c-9caa-fa120484c533 903
2022-11-05T04:17:23.781Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:23.781Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:23.781Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:17:23.781Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:23.783Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:23.783Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621843781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:17:23.884Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:23.884Z||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-11-05T04:17:23.885Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:23.898Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:23.899Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:24.784Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b67b17fa-25b9-4673-a143-a7682bf29296
2022-11-05T04:17:24.784Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b295e9d1-e664-4601-a757-f93395cf9c9e 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-11-05T04:17:24.796Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bb11261, org.onap.sdc.toscaparser.api.parameters.Input@4f57b5a7, org.onap.sdc.toscaparser.api.parameters.Input@21e11aa5, org.onap.sdc.toscaparser.api.parameters.Input@6b59babd, org.onap.sdc.toscaparser.api.parameters.Input@28389fad]
2022-11-05T04:17:24.798Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.799Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:24.799Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-05T04:17:24.799Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 718a6b55-16dd-4082-a3e6-c4ead01945e0
2022-11-05T04:17:24.799Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 718a6b55-16dd-4082-a3e6-c4ead01945e0 matches Tosca VF Customization UUID: 718a6b55-16dd-4082-a3e6-c4ead01945e0
2022-11-05T04:17:24.799Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 718a6b55-16dd-4082-a3e6-c4ead01945e0  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-11-05T04:17:24.801Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.801Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:24.802Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 718a6b55-16dd-4082-a3e6-c4ead01945e0: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-11-05T04:17:24.802Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@550730cb
2022-11-05T04:17:24.802Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.802Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:17:24.803Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23f1509b-31f1-4c3d-9ac4-ffb655ab8e51
2022-11-05T04:17:24.803Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23f1509b-31f1-4c3d-9ac4-ffb655ab8e51
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-11-05T04:17:24.805Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.805Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:24.805Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:17:24.805Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.806Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:24.806Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:17:24.806Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.806Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-05T04:17:24.806Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-05T04:17:24.806Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-05T04:17:24.807Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=84df2547-4f2f-48b5-8cf3-aa7c6b7553fe
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-11-05T04:17:24.808Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.809Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:24.809Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:17:24.809Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.809Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-05T04:17:24.809Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=718a6b55-16dd-4082-a3e6-c4ead01945e0
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-11-05T04:17:24.811Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.811Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:24.811Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b67b17fa-25b9-4673-a143-a7682bf29296: basic_vm
2022-11-05T04:17:24.811Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.812Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:24.812Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.812Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:24.812Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.812Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:24.812Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.813Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:24.813Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:17:24.813Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:17:24.813Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:24.884Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b295e9d1-e664-4601-a757-f93395cf9c9e 1 ASDC deployResourceStructure
2022-11-05T04:17:24.885Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:24.885Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:24.885Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:17:24.885Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:24.887Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:24.887Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621844885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:17:24.988Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T04:17:24.989Z||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-11-05T04:17:24.989Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:25.003Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:25.003Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:25.888Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:25.889Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:25.889Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:17:25.889Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:25.891Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:25.891Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621845888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:17:25.996Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-05T04:17:25.997Z||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-11-05T04:17:25.997Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:26.012Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:26.012Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:26.892Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:26.892Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:17:26.892Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:17:26.893Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:26.895Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:26.895Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621846891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-05T04:17:26.995Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:17:26.996Z||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-11-05T04:17:26.996Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:27.010Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:27.010Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:27.897Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-05T04:17:27.897Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-05T04:17:27.898Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:17:27.898Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:17:27.901Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:17:27.901Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621847896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:17:28.001Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-05T04:17:28.001Z||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-11-05T04:17:28.002Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:17:28.016Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:17:28.017Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:17:28.903Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:17:28.919Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:17:28.921Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:17:28.921Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:17:28.921Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:17:58.922Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:17:58.930Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:17:58.932Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:17:58.932Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:17:58.933Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:18:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:18:11.263Z||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-11-05T04:18:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:18:11.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:18:11.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621806089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621803658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.301Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621806089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621803658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.302Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621806089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621803658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:18:11.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621806089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621803658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "cds",
  "timestamp": 1667621813499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621806089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621803658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "cds",
  "timestamp": 1667621813499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621806089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621803658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "cds",
  "timestamp": 1667621813499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667621806089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621803658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:18:11.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "cds",
  "timestamp": 1667621813499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621816841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:18:11.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:18:11.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "cds",
  "timestamp": 1667621813499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621817845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:18:11.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:18:11.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "cds",
  "timestamp": 1667621813499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "policy-id",
  "timestamp": 1667621818847,
  "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-11-05T04:18:11.320Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef5cb075-8591-4d95-8716-dfb58f25fbb0
2022-11-05T04:18:11.320Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5cb075-8591-4d95-8716-dfb58f25fbb0 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-11-05T04:18:11.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "cds",
  "timestamp": 1667621813499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:18:11.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621820144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621819043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "cds",
  "timestamp": 1667621821228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:18:11.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:18:11.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621820144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621819043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:18:11.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "cds",
  "timestamp": 1667621822235,
  "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-11-05T04:18:11.340Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef5cb075-8591-4d95-8716-dfb58f25fbb0
2022-11-05T04:18:11.340Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5cb075-8591-4d95-8716-dfb58f25fbb0 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-11-05T04:18:11.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621820144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621819043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:18:11.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621819043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621820144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621820144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621819043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-05T04:18:11.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621820144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621819043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621820144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:18:11.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621826107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621819043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:18:11.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621826986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621826107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621827902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:18:11.354Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:18:11.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621826811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:18:11.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:18:11.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621826986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:18:11.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621826107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621828009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:18:11.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:18:11.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621826986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621826107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621829082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:18:11.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:18:11.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621826986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621826107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621830119,
  "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-11-05T04:18:11.368Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef5cb075-8591-4d95-8716-dfb58f25fbb0
2022-11-05T04:18:11.368Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5cb075-8591-4d95-8716-dfb58f25fbb0 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-11-05T04:18:11.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621826986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621826107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:11.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667621831130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:18:11.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:18:11.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:18:11.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621826986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:18:11.376Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:18:28.933Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:18:28.943Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:18:28.946Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:18:28.946Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:18:28.946Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:18:58.946Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:18:58.956Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:18:58.959Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:18:58.959Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:18:58.959Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:19:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:19:11.263Z||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-11-05T04:19:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:19:11.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:19:11.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:19:11.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621826107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:19:11.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:19:28.959Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:19:28.970Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:19:28.972Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:19:28.972Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:19:28.972Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:19:58.972Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:19:58.982Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:19:58.984Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:19:58.984Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:19:58.984Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:20:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:20:11.263Z||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-11-05T04:20:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:20:11.793Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:20:11.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:20:11.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:20:11.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621826986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:20:11.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:20:11.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621833864,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:20:11.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:20:11.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:20:11.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621835165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:20:11.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:20:11.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:20:11.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "aai-ml",
  "timestamp": 1667621836171,
  "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-11-05T04:20:11.806Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef5cb075-8591-4d95-8716-dfb58f25fbb0
2022-11-05T04:20:11.807Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5cb075-8591-4d95-8716-dfb58f25fbb0 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-11-05T04:20:11.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621836274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:20:11.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:20:11.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:20:11.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667621837279,
  "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-11-05T04:20:11.821Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef5cb075-8591-4d95-8716-dfb58f25fbb0
2022-11-05T04:20:11.821Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5cb075-8591-4d95-8716-dfb58f25fbb0 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-11-05T04:20:11.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-05T04:20:11.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:20:11.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621837536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:20:11.830Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621838559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621831260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "clamp",
  "timestamp": 1667621839562,
  "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-11-05T04:20:11.836Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef5cb075-8591-4d95-8716-dfb58f25fbb0
2022-11-05T04:20:11.836Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef5cb075-8591-4d95-8716-dfb58f25fbb0 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-11-05T04:20:11.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621839059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:20:11.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621841660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:20:11.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621842735,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:20:11.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621843781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:20:11.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621844885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:20:11.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621845888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:20:11.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621846891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-05T04:20:11.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:11.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:20:11.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667621847896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:20:11.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:20:28.985Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:20:28.995Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:20:28.998Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:20:28.998Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:20:28.998Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:20:28.998Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:20:28.998Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:20:28.999Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:20:28.999Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:20:28.999Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:20:28.999Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:20:28.999Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:20:28.999Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:20:29.005Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:20:59.005Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0 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-11-05T04:20:59.011Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef5cb075-8591-4d95-8716-dfb58f25fbb0 and serviceModelVersionId: b67b17fa-25b9-4673-a143-a7682bf29296
2022-11-05T04:20:59.011Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 107fa68f-de05-404c-ac8b-5a7944c5e281
2022-11-05T04:20:59.013Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/107fa68f-de05-404c-ac8b-5a7944c5e281/model-vers/model-ver/b67b17fa-25b9-4673-a143-a7682bf29296?depth=0
2022-11-05T04:20:59.017Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:20:59.063Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/107fa68f-de05-404c-ac8b-5a7944c5e281/model-vers/model-ver/b67b17fa-25b9-4673-a143-a7682bf29296?depth=0|INFO|500||Invoke
2022-11-05T04:20:59.064Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/107fa68f-de05-404c-ac8b-5a7944c5e281/model-vers/model-ver/b67b17fa-25b9-4673-a143-a7682bf29296?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/107fa68f-de05-404c-ac8b-5a7944c5e281/model-vers/model-ver/b67b17fa-25b9-4673-a143-a7682bf29296?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef5cb075-8591-4d95-8716-dfb58f25fbb0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[efb87c90-6361-433b-bf38-1459aa7fc4ac], X-ECOMP-RequestID=[ef5cb075-8591-4d95-8716-dfb58f25fbb0], X-TransactionId=[], X-ONAP-RequestID=[ef5cb075-8591-4d95-8716-dfb58f25fbb0], Content-Type=[application/merge-patch+json]}
2022-11-05T04:20:59.086Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/107fa68f-de05-404c-ac8b-5a7944c5e281/model-vers/model-ver/b67b17fa-25b9-4673-a143-a7682bf29296?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-05T04:20:59.171Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/107fa68f-de05-404c-ac8b-5a7944c5e281/model-vers/model-ver/b67b17fa-25b9-4673-a143-a7682bf29296?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/107fa68f-de05-404c-ac8b-5a7944c5e281/model-vers/model-ver/b67b17fa-25b9-4673-a143-a7682bf29296?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221105-04:20:59:650-85739], vertex-id=[168000], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:20:59 GMT], Content-Type=[application/json]}
2022-11-05T04:20:59.171Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/107fa68f-de05-404c-ac8b-5a7944c5e281/model-vers/model-ver/b67b17fa-25b9-4673-a143-a7682bf29296?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:20:59.172Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/107fa68f-de05-404c-ac8b-5a7944c5e281/model-vers/model-ver/b67b17fa-25b9-4673-a143-a7682bf29296?depth=0|INFO|500||InvokeReturn
2022-11-05T04:20:59.174Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:20:59.174Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:20:59.180Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||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-11-05T04:20:59.181Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef5cb075-8591-4d95-8716-dfb58f25fbb0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:20:59.181Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:20:59.182Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:20:59.184Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:20:59.184Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622059181,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:20:59.284Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:20:59.285Z||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-11-05T04:20:59.285Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:20:59.304Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:20:59.305Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 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-11-05T04:21:00.195Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:21:00.196Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:21:00.196Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:21:10.492Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:21:10.493Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:21:10.494Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:21:10.494Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:21:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:21:11.263Z||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-11-05T04:21:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:21:11.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:21:11.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-05T04:21:11.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef5cb075-8591-4d95-8716-dfb58f25fbb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622059181,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:21:11.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:21:20.038Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:21:20.039Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:21:20.040Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:21:20.040Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:21:29.581Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:21:29.582Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:21:29.583Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:21:29.583Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:21:39.130Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:22:11.260Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:22:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:22:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:22:11.262Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:22:11.263Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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-11-05T04:22:11.263Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:22:20.806Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:22:20.808Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:23:11.260Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:23:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:23:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:23:11.262Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:23:11.263Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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-11-05T04:23:11.263Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:23:20.810Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:23:20.812Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:24:11.260Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:24:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:24:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:24:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:24:11.263Z||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-11-05T04:24:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:24:20.812Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:24:20.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:25:11.260Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:25:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:25:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:25:11.262Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:25:11.263Z||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-11-05T04:25:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:25:20.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:25:20.813Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:26:11.260Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:26:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:26:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:26:11.262Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:26:11.263Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|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-11-05T04:26:11.263Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:26:20.806Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:26:20.820Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:27:11.260Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:27:11.262Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:27:11.262Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:27:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:27:11.262Z||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-11-05T04:27:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:27:20.816Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:27:20.827Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:11.261Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:28:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:28:11.264Z||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-11-05T04:28:11.264Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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-11-05T04:28:11.264Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:11.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:11.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.587Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622479044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622473499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622480144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:28:11.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622491525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:11.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:28:11.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622490467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:11.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:28:11.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622491663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:11.606Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:28:11.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622491538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:11.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:28:11.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:11.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:28:11.915Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:11.916Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:28:11.917Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b44059ce-8579-4dc0-96b2-5cff46228806","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f3686989-ca95-449e-b528-5e40ac212403","serviceDescription":"service","serviceInvariantUUID":"ae823115-6151-491c-a47e-b65a5c860e6a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1ad19bf-3a78-4b59-a4d0-590aff0ebef6","resourceInvariantUUID":"b6cd5d67-2699-4ff4-b204-2429eecb7738","resourceCustomizationUUID":"54c40bb5-df37-4575-8510-dccb35313939","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":"ODMxNzNmMmM4ZGFhODA3ZGQxZDdmN2Y5M2JjNTZkZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3b31c06-425a-4dbb-8840-12e93dcd0bdd","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":"NzIyNTkxNTc2NThmOGFlN2ZmYTlkYjFjMzZjNGVmMDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68e0a137-e526-4b97-9325-6fbe5a7dc178","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":"900dea44-8863-45dd-b3c0-5acae6245bd9","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":"41972ed3-cfc8-487e-a169-88706b3be293","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":"5034e708-e2d2-475c-8ba0-e96dd5549421","artifactVersion":"2","generatedFromUUID":"37ae3f04-1069-42c5-961d-a40a2991d2dd"},{"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":"a0d0c029-070c-46ad-85f2-68d0b0c4ab4a","artifactVersion":"2","generatedFromUUID":"900dea44-8863-45dd-b3c0-5acae6245bd9"},{"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":"37ae3f04-1069-42c5-961d-a40a2991d2dd","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":"86c1834b-3c90-4e7f-9770-ed732178d8c9","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":"Zjk5OTUzODQwMTBiMjNlOWM1ODkzZjRiOTI3MTk3ZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9db992a2-640c-4e54-a12f-0f681c440346","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjVmNTA0NGJjZmZlNjM0ZjJkZTgzYWIyYjMyZTdkYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15a2945f-fcd7-46b8-bb0e-dfe1d091b5ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T04:28:11.920Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:11.920Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:11.925Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:11.925Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:12.025Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:12.026Z||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-11-05T04:28:12.026Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:12.044Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:12.044Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:12.926Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:12.927Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:12.929Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:12.929Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:28:13.029Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:13.031Z||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-11-05T04:28:13.031Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:13.061Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:13.061Z||pool-57-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:13.929Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:13.931Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:13.933Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:13.933Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:28:14.033Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:14.034Z||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-11-05T04:28:14.034Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:14.058Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:14.058Z||pool-58-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:14.934Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:14.935Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:14.937Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:14.937Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:15.037Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:15.038Z||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-11-05T04:28:15.038Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:15.055Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:15.056Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:15.938Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:15.939Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:15.941Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:15.941Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-05T04:28:16.041Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:16.042Z||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-11-05T04:28:16.043Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:16.064Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:16.065Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:28:16.942Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:16.943Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:16.945Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:16.945Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-05T04:28:17.045Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:17.046Z||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-11-05T04:28:17.046Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:17.061Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:17.062Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:17.945Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:17.946Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:17.948Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:17.948Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-05T04:28:18.048Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:18.049Z||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-11-05T04:28:18.049Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:18.083Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:18.084Z||pool-62-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:18.949Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:18.949Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:18.952Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:18.952Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:19.052Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:28:19.052Z||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-11-05T04:28:19.053Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:19.067Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:19.067Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:19.952Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:19.954Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:19.959Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:19.959Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:28:20.059Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:20.060Z||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-11-05T04:28:20.060Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:20.077Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:20.078Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:20.960Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:28:20.961Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:20.963Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:20.964Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:28:21.063Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:28:21.064Z||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-11-05T04:28:21.064Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:21.082Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:21.082Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:28:21.965Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f3686989-ca95-449e-b528-5e40ac212403",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ae823115-6151-491c-a47e-b65a5c860e6a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "54c40bb5-df37-4575-8510-dccb35313939",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f1ad19bf-3a78-4b59-a4d0-590aff0ebef6",
      "resourceInvariantUUID": "b6cd5d67-2699-4ff4-b204-2429eecb7738",
      "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": "NzIyNTkxNTc2NThmOGFlN2ZmYTlkYjFjMzZjNGVmMDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "68e0a137-e526-4b97-9325-6fbe5a7dc178",
          "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": "900dea44-8863-45dd-b3c0-5acae6245bd9",
          "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": "a0d0c029-070c-46ad-85f2-68d0b0c4ab4a",
            "generatedFromUUID": "900dea44-8863-45dd-b3c0-5acae6245bd9"
          },
          "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": "5034e708-e2d2-475c-8ba0-e96dd5549421",
          "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": "a0d0c029-070c-46ad-85f2-68d0b0c4ab4a",
          "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": "37ae3f04-1069-42c5-961d-a40a2991d2dd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjVmNTA0NGJjZmZlNjM0ZjJkZTgzYWIyYjMyZTdkYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "15a2945f-fcd7-46b8-bb0e-dfe1d091b5ee"
    }
  ],
  "workloadContext": "Production"
}
2022-11-05T04:28:21.999Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T04:28:21.999Z|ef5cb075-8591-4d95-8716-dfb58f25fbb0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f3686989-ca95-449e-b528-5e40ac212403 ASDC
2022-11-05T04:28:22.001Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b44059ce-8579-4dc0-96b2-5cff46228806
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f3686989-ca95-449e-b528-5e40ac212403
ServiceInvariantUUID:ae823115-6151-491c-a47e-b65a5c860e6a
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:15a2945f-fcd7-46b8-bb0e-dfe1d091b5ee
ArtifactChecksum:YjVmNTA0NGJjZmZlNjM0ZjJkZTgzYWIyYjMyZTdkYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:54c40bb5-df37-4575-8510-dccb35313939
ResourceInvariantUUID:b6cd5d67-2699-4ff4-b204-2429eecb7738
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:f1ad19bf-3a78-4b59-a4d0-590aff0ebef6
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:68e0a137-e526-4b97-9325-6fbe5a7dc178
ArtifactChecksum:NzIyNTkxNTc2NThmOGFlN2ZmYTlkYjFjMzZjNGVmMDc=
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:900dea44-8863-45dd-b3c0-5acae6245bd9
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:a0d0c029-070c-46ad-85f2-68d0b0c4ab4a
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:5034e708-e2d2-475c-8ba0-e96dd5549421
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:a0d0c029-070c-46ad-85f2-68d0b0c4ab4a
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:37ae3f04-1069-42c5-961d-a40a2991d2dd
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-05T04:28:22.001Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3686989-ca95-449e-b528-5e40ac212403 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-11-05T04:28:22.043Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:28:22.045Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:28:22.045Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:28:22.045Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 15a2945f-fcd7-46b8-bb0e-dfe1d091b5ee from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-05T04:28:22.045Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:28:22.046Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-05T04:28:22.128Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:28:22.136Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 15a2945f-fcd7-46b8-bb0e-dfe1d091b5ee 158210
2022-11-05T04:28:22.137Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-05T04:28:22.137Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-05T04:28:22.137Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:28:22.137Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:22.139Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:22.140Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622502137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:22.240Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:22.241Z||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-11-05T04:28:22.241Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:22.258Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:22.259Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:23.140Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:28:23.142Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:28:23.142Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 15a2945f-fcd7-46b8-bb0e-dfe1d091b5ee, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-05T04:28:23.142Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-05T04:28:23.143Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-05T04:28:23.143Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-05T04:28:23.412Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP747217788103215479/Definitions/service-BasicCnfMacro-template.yml
2022-11-05T04:28:24.655Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T04:28:24.656Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:28:24.656Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-05T04:28:24.656Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-05T04:28:24.656Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:24.656Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:24.657Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:24.657Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-05T04:28:24.657Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:28:24.657Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.657Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:24.657Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-05T04:28:24.658Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:28:24.658Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:28:24.658Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.658Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:24.658Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-05T04:28:24.658Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:28:24.658Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:28:24.659Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.659Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:24.659Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.659Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-05T04:28:24.659Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-05T04:28:24.659Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-05T04:28:24.660Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T04:28:24.660Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.660Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:28:24.660Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.660Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-05T04:28:24.660Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:28:24.661Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.661Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-05T04:28:24.661Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:28:24.661Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.661Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-05T04:28:24.661Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:28:24.662Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.662Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-05T04:28:24.662Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:28:24.662Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.662Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-05T04:28:24.662Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-05T04:28:24.662Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6b4ad6b0-7df7-490b-8fc1-4f992c82123b
2022-11-05T04:28:24.663Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.663Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:24.663Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.663Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:24.663Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.663Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:24.663Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:24.664Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:24.664Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f3686989-ca95-449e-b528-5e40ac212403
Model Version:NULL
Model InvariantUuid:ae823115-6151-491c-a47e-b65a5c860e6a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:24f7f320-52be-41e0-af9e-2fd49be412d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6cd5d67-2699-4ff4-b204-2429eecb7738
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:54c40bb5-df37-4575-8510-dccb35313939
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:72af7fdd-276f-4a75-8564-2ad844fa862e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:7d6b8c8f-b559-4ad7-92a8-b2219833ab35
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c24ac280-d46f-4757-ad9c-938d964ef583
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1a219ef4-af67-4a50-a0d5-6b74f70cb690
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6b4ad6b0-7df7-490b-8fc1-4f992c82123b
ModelInvariantUuid:7fc931bc-5720-4876-b0a6-f83719509732
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:31cc7336-b388-48ee-a587-ec30554ff931
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:7157ade4-7b37-40e5-bbbd-8a9cd172ae0b
ModelInvariantUuid:b489154a-20a8-42a9-aeb9-7cd38a7da35f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:b38592b1-51d1-4d08-b009-457fe3dcc9dc
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-11-05T04:28:24.672Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: f1ad19bf-3a78-4b59-a4d0-590aff0ebef6
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-11-05T04:28:24.676Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-11-05T04:28:24.677Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1ad19bf-3a78-4b59-a4d0-590aff0ebef6
2022-11-05T04:28:24.677Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 68e0a137-e526-4b97-9325-6fbe5a7dc178 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-05T04:28:24.677Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:28:24.677Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:24.740Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:28:24.740Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 68e0a137-e526-4b97-9325-6fbe5a7dc178 1565
2022-11-05T04:28:24.741Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:24.741Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:24.741Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:28:24.741Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:24.743Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:24.743Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622504741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:24.843Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:24.844Z||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-11-05T04:28:24.844Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:24.860Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:24.860Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:25.744Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c24ac280-d46f-4757-ad9c-938d964ef583",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a219ef4-af67-4a50-a0d5-6b74f70cb690",
    "vfModuleModelCustomizationUUID": "f37455e1-c2ea-4b5b-8456-116a11577f4e",
    "isBase": true,
    "artifacts": [
      "900dea44-8863-45dd-b3c0-5acae6245bd9",
      "a0d0c029-070c-46ad-85f2-68d0b0c4ab4a"
    ],
    "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": "72af7fdd-276f-4a75-8564-2ad844fa862e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d6b8c8f-b559-4ad7-92a8-b2219833ab35",
    "vfModuleModelCustomizationUUID": "5f7ba58d-453a-4129-9f05-65bb0e30f979",
    "isBase": false,
    "artifacts": [
      "37ae3f04-1069-42c5-961d-a40a2991d2dd"
    ],
    "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-11-05T04:28:25.749Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a219ef4-af67-4a50-a0d5-6b74f70cb690
VfModuleModelInvariantUUID:c24ac280-d46f-4757-ad9c-938d964ef583
VfModuleModelDescription:NULL
Artifacts UUID List:{
900dea44-8863-45dd-b3c0-5acae6245bd9
,
a0d0c029-070c-46ad-85f2-68d0b0c4ab4a

}
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:7d6b8c8f-b559-4ad7-92a8-b2219833ab35
VfModuleModelInvariantUUID:72af7fdd-276f-4a75-8564-2ad844fa862e
VfModuleModelDescription:NULL
Artifacts UUID List:{
37ae3f04-1069-42c5-961d-a40a2991d2dd

}
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-11-05T04:28:25.751Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c24ac280-d46f-4757-ad9c-938d964ef583",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a219ef4-af67-4a50-a0d5-6b74f70cb690",
    "vfModuleModelCustomizationUUID": "f37455e1-c2ea-4b5b-8456-116a11577f4e",
    "isBase": true,
    "artifacts": [
      "900dea44-8863-45dd-b3c0-5acae6245bd9",
      "a0d0c029-070c-46ad-85f2-68d0b0c4ab4a"
    ],
    "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": "72af7fdd-276f-4a75-8564-2ad844fa862e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d6b8c8f-b559-4ad7-92a8-b2219833ab35",
    "vfModuleModelCustomizationUUID": "5f7ba58d-453a-4129-9f05-65bb0e30f979",
    "isBase": false,
    "artifacts": [
      "37ae3f04-1069-42c5-961d-a40a2991d2dd"
    ],
    "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-11-05T04:28:25.751Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a219ef4-af67-4a50-a0d5-6b74f70cb690
VfModuleModelInvariantUUID:c24ac280-d46f-4757-ad9c-938d964ef583
VfModuleModelDescription:NULL
Artifacts UUID List:{
900dea44-8863-45dd-b3c0-5acae6245bd9
,
a0d0c029-070c-46ad-85f2-68d0b0c4ab4a

}
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:7d6b8c8f-b559-4ad7-92a8-b2219833ab35
VfModuleModelInvariantUUID:72af7fdd-276f-4a75-8564-2ad844fa862e
VfModuleModelDescription:NULL
Artifacts UUID List:{
37ae3f04-1069-42c5-961d-a40a2991d2dd

}
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-11-05T04:28:25.751Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 900dea44-8863-45dd-b3c0-5acae6245bd9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-05T04:28:25.751Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:28:25.752Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:25.803Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:28:25.803Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 900dea44-8863-45dd-b3c0-5acae6245bd9 914
2022-11-05T04:28:25.804Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:25.804Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:25.804Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:28:25.804Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:25.806Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:25.806Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622505804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:25.906Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:25.907Z||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-11-05T04:28:25.907Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:25.919Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:25.920Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:26.806Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5034e708-e2d2-475c-8ba0-e96dd5549421 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-05T04:28:26.807Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:28:26.807Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:26.854Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:28:26.854Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5034e708-e2d2-475c-8ba0-e96dd5549421 12
2022-11-05T04:28:26.854Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:26.855Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:26.855Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:28:26.855Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:26.857Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:26.857Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622506854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:26.957Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:26.957Z||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-11-05T04:28:26.958Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:26.970Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:26.971Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:27.858Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a0d0c029-070c-46ad-85f2-68d0b0c4ab4a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-05T04:28:27.858Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:28:27.858Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:27.902Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:28:27.903Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a0d0c029-070c-46ad-85f2-68d0b0c4ab4a 96
2022-11-05T04:28:27.903Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:27.903Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:27.904Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:28:27.904Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:27.906Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:27.906Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622507903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:28.006Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:28.007Z||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-11-05T04:28:28.007Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:28.027Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:28.027Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:28.906Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 37ae3f04-1069-42c5-961d-a40a2991d2dd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-05T04:28:28.907Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:28:28.907Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:28.962Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:28:28.963Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 37ae3f04-1069-42c5-961d-a40a2991d2dd 20206
2022-11-05T04:28:28.964Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:28.964Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:28.964Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:28:28.964Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:28.966Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:28.966Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622508964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:28:29.067Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:28:29.067Z||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-11-05T04:28:29.068Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:29.081Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:29.082Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:28:29.971Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f3686989-ca95-449e-b528-5e40ac212403
2022-11-05T04:28:29.971Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f1ad19bf-3a78-4b59-a4d0-590aff0ebef6 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-11-05T04:28:29.982Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1003a604, org.onap.sdc.toscaparser.api.parameters.Input@643103f1, org.onap.sdc.toscaparser.api.parameters.Input@51dc127c, org.onap.sdc.toscaparser.api.parameters.Input@5585c7de, org.onap.sdc.toscaparser.api.parameters.Input@583b68ec]
2022-11-05T04:28:29.983Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.984Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:29.984Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-05T04:28:29.984Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 54c40bb5-df37-4575-8510-dccb35313939
2022-11-05T04:28:29.984Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 54c40bb5-df37-4575-8510-dccb35313939 matches Tosca VF Customization UUID: 54c40bb5-df37-4575-8510-dccb35313939
2022-11-05T04:28:29.984Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 54c40bb5-df37-4575-8510-dccb35313939  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-11-05T04:28:29.987Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.987Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:29.987Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 54c40bb5-df37-4575-8510-dccb35313939: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-11-05T04:28:29.988Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e47f1d9
2022-11-05T04:28:29.988Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.988Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:28:29.988Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f7ba58d-453a-4129-9f05-65bb0e30f979
2022-11-05T04:28:29.988Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f7ba58d-453a-4129-9f05-65bb0e30f979
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-11-05T04:28:29.991Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.991Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-05T04:28:29.991Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:28:29.991Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.992Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-05T04:28:29.992Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:28:29.992Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.992Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-05T04:28:29.992Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=54c40bb5-df37-4575-8510-dccb35313939
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-11-05T04:28:29.994Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.994Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:29.995Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f3686989-ca95-449e-b528-5e40ac212403: basic_cnf_macro
2022-11-05T04:28:29.995Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.995Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:29.995Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.995Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:29.996Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.996Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:29.996Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.996Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:29.996Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:28:29.996Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:28:29.997Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:30.040Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f1ad19bf-3a78-4b59-a4d0-590aff0ebef6 2 ASDC deployResourceStructure
2022-11-05T04:28:30.040Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:30.040Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:30.041Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:28:30.041Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:30.044Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:30.044Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622510040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:28:30.144Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:30.144Z||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-11-05T04:28:30.145Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:30.164Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:30.165Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:31.045Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:31.045Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:31.045Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:28:31.046Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:31.048Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:31.048Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622511045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:28:31.148Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:31.149Z||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-11-05T04:28:31.149Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:31.164Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:31.165Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:32.057Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:32.057Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:32.057Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-05T04:28:32.058Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:32.059Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:32.059Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622512048,
  "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-11-05T04:28:32.160Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T04:28:32.161Z||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-11-05T04:28:32.161Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:32.176Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:32.176Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:33.061Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:33.062Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:33.062Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:28:33.062Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:33.064Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:33.064Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622513061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-05T04:28:33.165Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:28:33.166Z||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-11-05T04:28:33.166Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:33.191Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:33.191Z||pool-75-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:34.066Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:34.066Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:28:34.066Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-05T04:28:34.067Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:34.068Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:34.069Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622514066,
  "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-11-05T04:28:34.169Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:28:34.170Z||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-11-05T04:28:34.170Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:34.185Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:34.185Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:28:35.070Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-05T04:28:35.070Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-05T04:28:35.070Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:28:35.071Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:28:35.075Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:28:35.075Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622515070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:28:35.173Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-05T04:28:35.174Z||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-11-05T04:28:35.174Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:28:35.188Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:28:35.189Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:28:36.076Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:28:36.085Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:28:36.088Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:28:36.088Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:28:36.088Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:29:06.088Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:29:06.098Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:29:06.100Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:29:06.100Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:29:06.100Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:29:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:29:11.263Z||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-11-05T04:29:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:29:11.293Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:29:11.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:29:11.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:29:11.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:29:36.100Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:29:36.111Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:29:36.113Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:29:36.113Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:29:36.113Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:30:06.113Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:30:06.123Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:30:06.125Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:30:06.125Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:30:06.125Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:30:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:30:11.263Z||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-11-05T04:30:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:30:11.286Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:30:11.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:30:11.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:30:11.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:30:36.125Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:30:36.135Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:30:36.137Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:30:36.137Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:30:36.137Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:31:06.138Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:31:06.149Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:31:06.152Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:31:06.152Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-05T04:31:06.152Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-05T04:31:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:31:11.263Z||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-11-05T04:31:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:31:11.289Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:31:11.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622492612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.309Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "cds",
  "timestamp": 1667622494171,
  "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-11-05T04:31:11.316Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b44059ce-8579-4dc0-96b2-5cff46228806
2022-11-05T04:31:11.316Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b44059ce-8579-4dc0-96b2-5cff46228806 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-11-05T04:31:11.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622483658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622493700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.325Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622494404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622486107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622494779,
  "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-11-05T04:31:11.332Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b44059ce-8579-4dc0-96b2-5cff46228806
2022-11-05T04:31:11.332Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b44059ce-8579-4dc0-96b2-5cff46228806 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-11-05T04:31:11.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622486090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622495409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622486986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622495783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.341Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622496886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.341Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "policy-id",
  "timestamp": 1667622496411,
  "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-11-05T04:31:11.361Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b44059ce-8579-4dc0-96b2-5cff46228806
2022-11-05T04:31:11.361Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b44059ce-8579-4dc0-96b2-5cff46228806 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-11-05T04:31:11.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.367Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622499081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622499325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "aai-ml",
  "timestamp": 1667622500086,
  "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-11-05T04:31:11.373Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b44059ce-8579-4dc0-96b2-5cff46228806
2022-11-05T04:31:11.373Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b44059ce-8579-4dc0-96b2-5cff46228806 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-11-05T04:31:11.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622500331,
  "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-11-05T04:31:11.394Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b44059ce-8579-4dc0-96b2-5cff46228806
2022-11-05T04:31:11.395Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b44059ce-8579-4dc0-96b2-5cff46228806 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-11-05T04:31:11.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622499043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622499043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622499043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622495174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622499043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622502137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622503951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622499043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "cds",
  "timestamp": 1667622505129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-05T04:31:11.454Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31d11978-b9ce-477f-9912-bb7d4056e099
2022-11-05T04:31:11.454Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31d11978-b9ce-477f-9912-bb7d4056e099 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-11-05T04:31:11.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622503658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622499043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622504741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622503658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622499043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622506089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622503658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622505804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622499043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622506089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622503658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622506854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622508668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622507836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622506089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622503658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622507903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622508905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622506089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622503658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622508964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622510144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622509974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622506089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622503658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622510040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622510144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622506089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622510997,
  "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-11-05T04:31:11.478Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31d11978-b9ce-477f-9912-bb7d4056e099
2022-11-05T04:31:11.478Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31d11978-b9ce-477f-9912-bb7d4056e099 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-11-05T04:31:11.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622503658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622511045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622512673,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622510144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622506089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622512007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622512400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.490Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622512048,
  "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-11-05T04:31:11.491Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "clamp",
  "timestamp": 1667622513677,
  "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-11-05T04:31:11.495Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b44059ce-8579-4dc0-96b2-5cff46228806
2022-11-05T04:31:11.495Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b44059ce-8579-4dc0-96b2-5cff46228806 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-11-05T04:31:11.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622510144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622506089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622513404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.504Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622513061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622510144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "policy-id",
  "timestamp": 1667622514409,
  "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-11-05T04:31:11.511Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31d11978-b9ce-477f-9912-bb7d4056e099
2022-11-05T04:31:11.511Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31d11978-b9ce-477f-9912-bb7d4056e099 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-11-05T04:31:11.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622514066,
  "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-11-05T04:31:11.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622510144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622515070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622510144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622516107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622516986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622510144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622516107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622516986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622516107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622518931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.521Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622516986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622516107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622516986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622516107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622516986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622516107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622516986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622516107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622516986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622516107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622516986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622524859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622525610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "aai-ml",
  "timestamp": 1667622526615,
  "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-11-05T04:31:11.529Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31d11978-b9ce-477f-9912-bb7d4056e099
2022-11-05T04:31:11.529Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31d11978-b9ce-477f-9912-bb7d4056e099 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-11-05T04:31:11.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622527162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622528166,
  "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-11-05T04:31:11.546Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31d11978-b9ce-477f-9912-bb7d4056e099
2022-11-05T04:31:11.547Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31d11978-b9ce-477f-9912-bb7d4056e099 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-11-05T04:31:11.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622528831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622531675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:31:11.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "clamp",
  "timestamp": 1667622532678,
  "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-11-05T04:31:11.558Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31d11978-b9ce-477f-9912-bb7d4056e099
2022-11-05T04:31:11.558Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31d11978-b9ce-477f-9912-bb7d4056e099 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-11-05T04:31:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622539043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622533499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622540143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622539043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622533499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622540143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622533499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622540143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622539043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622539043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622533499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622540143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622543658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622539043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622533499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622540143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622543658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622546107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622546089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622539043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622533499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622540143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622543658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622546986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622546107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622546089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622539043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622533499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622540143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622543658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622546986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622546107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622546089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622539043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622533499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622540143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622543658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622546986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622546107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622546089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667622539043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622533499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622540143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622543658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622546986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622546107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622546089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622551393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622551524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622543658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622546986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622546107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622546089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622543658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:11.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "cds",
  "timestamp": 1667622552587,
  "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-11-05T04:31:11.590Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8ec47ff-490c-4b25-a173-6e43c914c6dc
2022-11-05T04:31:11.591Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8ec47ff-490c-4b25-a173-6e43c914c6dc 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-11-05T04:31:11.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:31:11.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622546986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:31:11.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:31:36.153Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:31:36.164Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:31:36.166Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:31:36.166Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:31:36.166Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:31:36.166Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:31:36.166Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:31:36.166Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:31:36.166Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:31:36.167Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:31:36.167Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:31:36.167Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:31:36.167Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:31:36.171Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:32:06.172Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b44059ce-8579-4dc0-96b2-5cff46228806 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-11-05T04:32:06.178Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b44059ce-8579-4dc0-96b2-5cff46228806 and serviceModelVersionId: f3686989-ca95-449e-b528-5e40ac212403
2022-11-05T04:32:06.178Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae823115-6151-491c-a47e-b65a5c860e6a
2022-11-05T04:32:06.179Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae823115-6151-491c-a47e-b65a5c860e6a/model-vers/model-ver/f3686989-ca95-449e-b528-5e40ac212403?depth=0
2022-11-05T04:32:06.184Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:32:06.235Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae823115-6151-491c-a47e-b65a5c860e6a/model-vers/model-ver/f3686989-ca95-449e-b528-5e40ac212403?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-11-05T04:32:06.237Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae823115-6151-491c-a47e-b65a5c860e6a/model-vers/model-ver/f3686989-ca95-449e-b528-5e40ac212403?depth=0|INFO|500||Invoke
2022-11-05T04:32:06.258Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae823115-6151-491c-a47e-b65a5c860e6a/model-vers/model-ver/f3686989-ca95-449e-b528-5e40ac212403?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-05T04:32:06.348Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae823115-6151-491c-a47e-b65a5c860e6a/model-vers/model-ver/f3686989-ca95-449e-b528-5e40ac212403?depth=0|INFO|500||InvokeReturn
2022-11-05T04:32:06.348Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae823115-6151-491c-a47e-b65a5c860e6a/model-vers/model-ver/f3686989-ca95-449e-b528-5e40ac212403?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221105-04:32:06:820-27850], vertex-id=[495752], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:32:06 GMT], Content-Type=[application/json]}
2022-11-05T04:32:06.349Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:32:06.349Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:32:06.349Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:32:06.353Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||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-11-05T04:32:06.354Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b44059ce-8579-4dc0-96b2-5cff46228806 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:32:06.354Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:32:06.354Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:06.356Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:06.357Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622726354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:32:06.457Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:32:06.457Z||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-11-05T04:32:06.458Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:06.480Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:06.480Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 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-11-05T04:32:07.370Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:32:07.370Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"31d11978-b9ce-477f-9912-bb7d4056e099","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b19262b5-041a-4060-a77b-2b4c969d298f","serviceDescription":"service","serviceInvariantUUID":"51579d98-f066-4a14-98d1-1f3cc5a4d86b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39c64fbf-53de-4aa4-bc99-9161791f9ca7","resourceInvariantUUID":"1dd25fa6-12fa-479d-b4bd-57e73c356851","resourceCustomizationUUID":"8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f","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":"NWZlN2MyZmJiMzdhZGFkNzNhOTRlNmM5MDRiYjUzZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f981e55-acab-4bfa-9865-25b3f7a0ab4d","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":"ZTg1YTQwYTJlOTJjNmUwMjlhNWIxYTBiNDMwMDY2MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e1611f7-1319-47db-b384-e41917f8835c","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":"3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975","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":"df984061-4b7e-450c-a314-fffb0597757f","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":"b78754fc-0fc3-4f25-a0f0-f6763863df16","artifactVersion":"2","generatedFromUUID":"3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975"},{"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":"ZDY4NDY3OTdmMDY1MTEyY2ZjN2JjZTI1ZmMyNzAxMGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f0a8ba73-13c3-4195-9906-a6ed98cd655d","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":"MzVjNTBjN2ZlM2NkMGE5ZmExODM4Mzk0ODg5Y2UzZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4cff57b5-48ed-4bb1-b776-935158f2dd84","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjU2MDY3MWQwZWQxNjc4Y2QyYTA4ZmE2M2Y2YTMyNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a850a105-2a0d-4e17-bc0f-2cb73a7f2e91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T04:32:07.371Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:32:07.371Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:07.374Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:07.374Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:07.474Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:07.475Z||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-11-05T04:32:07.476Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:07.493Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:07.494Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:08.374Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:32:08.375Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:08.379Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:08.379Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:32:08.479Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:08.480Z||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-11-05T04:32:08.480Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:08.494Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:08.495Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:32:09.379Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:32:09.380Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:09.382Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:09.383Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:32:09.483Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:09.483Z||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-11-05T04:32:09.483Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:09.496Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:09.497Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:10.383Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:32:10.384Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:10.386Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:10.386Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:10.486Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:10.487Z||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-11-05T04:32:10.487Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:10.501Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:10.502Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:32:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:32:11.263Z||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-11-05T04:32:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:11.292Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:11.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622546107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:11.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622546089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:32:11.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622543658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:32:11.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622546986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:11.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622546107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:11.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622546089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:11.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622553407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:32:11.296Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:32:11.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622546986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:11.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622546107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:32:11.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622546089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:11.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622554411,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:32:11.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:32:11.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622546986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:32:11.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:32:11.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622555880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:32:11.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:32:11.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622556272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:32:11.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:32:11.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622555911,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:32:11.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:32:11.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "policy-id",
  "timestamp": 1667622555414,
  "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-11-05T04:32:11.308Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8ec47ff-490c-4b25-a173-6e43c914c6dc
2022-11-05T04:32:11.308Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8ec47ff-490c-4b25-a173-6e43c914c6dc 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-11-05T04:32:11.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "aai-ml",
  "timestamp": 1667622557277,
  "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-11-05T04:32:11.322Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8ec47ff-490c-4b25-a173-6e43c914c6dc
2022-11-05T04:32:11.323Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8ec47ff-490c-4b25-a173-6e43c914c6dc 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-11-05T04:32:11.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622557132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:32:11.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:32:11.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622557804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:32:11.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:32:11.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667622558137,
  "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-11-05T04:32:11.337Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a8ec47ff-490c-4b25-a173-6e43c914c6dc
2022-11-05T04:32:11.337Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8ec47ff-490c-4b25-a173-6e43c914c6dc 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-11-05T04:32:11.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667622558815,
  "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-11-05T04:32:11.349Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8ec47ff-490c-4b25-a173-6e43c914c6dc
2022-11-05T04:32:11.350Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8ec47ff-490c-4b25-a173-6e43c914c6dc 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-11-05T04:32:11.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622559679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:32:11.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:32:11.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622561689,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:32:11.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:32:11.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-05T04:32:11.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "clamp",
  "timestamp": 1667622562693,
  "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-11-05T04:32:11.362Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8ec47ff-490c-4b25-a173-6e43c914c6dc
2022-11-05T04:32:11.363Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8ec47ff-490c-4b25-a173-6e43c914c6dc 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-11-05T04:32:11.387Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:32:11.387Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:11.389Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:11.389Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-05T04:32:11.489Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:11.490Z||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-11-05T04:32:11.490Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:11.510Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:11.511Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:12.389Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:32:12.390Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:12.392Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:12.392Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:12.493Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:12.493Z||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-11-05T04:32:12.494Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:12.510Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:12.510Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:32:13.393Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:32:13.393Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:13.395Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:13.395Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:32:13.495Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:13.496Z||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-11-05T04:32:13.497Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:13.510Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:13.511Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:14.397Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:32:14.398Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:14.400Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:14.400Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:32:14.500Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:32:14.502Z||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-11-05T04:32:14.502Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:14.516Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:14.516Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:15.403Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b19262b5-041a-4060-a77b-2b4c969d298f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51579d98-f066-4a14-98d1-1f3cc5a4d86b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "39c64fbf-53de-4aa4-bc99-9161791f9ca7",
      "resourceInvariantUUID": "1dd25fa6-12fa-479d-b4bd-57e73c356851",
      "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": "ZTg1YTQwYTJlOTJjNmUwMjlhNWIxYTBiNDMwMDY2MTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e1611f7-1319-47db-b384-e41917f8835c",
          "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": "3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975",
          "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": "b78754fc-0fc3-4f25-a0f0-f6763863df16",
            "generatedFromUUID": "3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975"
          },
          "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": "b78754fc-0fc3-4f25-a0f0-f6763863df16",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjU2MDY3MWQwZWQxNjc4Y2QyYTA4ZmE2M2Y2YTMyNmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a850a105-2a0d-4e17-bc0f-2cb73a7f2e91"
    }
  ],
  "workloadContext": "Production"
}
2022-11-05T04:32:15.404Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T04:32:15.404Z|b44059ce-8579-4dc0-96b2-5cff46228806|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b19262b5-041a-4060-a77b-2b4c969d298f ASDC
2022-11-05T04:32:15.405Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:31d11978-b9ce-477f-9912-bb7d4056e099
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b19262b5-041a-4060-a77b-2b4c969d298f
ServiceInvariantUUID:51579d98-f066-4a14-98d1-1f3cc5a4d86b
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:a850a105-2a0d-4e17-bc0f-2cb73a7f2e91
ArtifactChecksum:NjU2MDY3MWQwZWQxNjc4Y2QyYTA4ZmE2M2Y2YTMyNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f
ResourceInvariantUUID:1dd25fa6-12fa-479d-b4bd-57e73c356851
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:39c64fbf-53de-4aa4-bc99-9161791f9ca7
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:5e1611f7-1319-47db-b384-e41917f8835c
ArtifactChecksum:ZTg1YTQwYTJlOTJjNmUwMjlhNWIxYTBiNDMwMDY2MTE=
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:3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975
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:b78754fc-0fc3-4f25-a0f0-f6763863df16
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:b78754fc-0fc3-4f25-a0f0-f6763863df16
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-05T04:32:15.405Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b19262b5-041a-4060-a77b-2b4c969d298f 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-11-05T04:32:15.437Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:32:15.438Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:32:15.438Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:32:15.438Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a850a105-2a0d-4e17-bc0f-2cb73a7f2e91 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-05T04:32:15.438Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:32:15.438Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-05T04:32:15.617Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:32:15.620Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a850a105-2a0d-4e17-bc0f-2cb73a7f2e91 78817
2022-11-05T04:32:15.621Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-05T04:32:15.621Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-05T04:32:15.621Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:32:15.621Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:15.623Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:15.623Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622735621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:32:15.723Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:15.725Z||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-11-05T04:32:15.725Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:15.739Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:15.740Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:16.624Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:32:16.625Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:32:16.625Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a850a105-2a0d-4e17-bc0f-2cb73a7f2e91, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-05T04:32:16.625Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-05T04:32:16.626Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-05T04:32:16.626Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-05T04:32:16.797Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10430096671506788895/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-05T04:32:17.897Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T04:32:17.897Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:32:17.897Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-05T04:32:17.897Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-05T04:32:17.898Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-05T04:32:17.898Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-05T04:32:17.898Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:17.898Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-05T04:32:17.898Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:17.898Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:17.899Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:17.899Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-05T04:32:17.899Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:17.899Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:32:17.899Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.900Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:17.900Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-05T04:32:17.900Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:32:17.900Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:32:17.901Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.901Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:17.901Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-05T04:32:17.901Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:32:17.902Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:32:17.902Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.902Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:17.902Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.903Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-05T04:32:17.903Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-05T04:32:17.903Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-05T04:32:17.903Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-05T04:32:17.903Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-05T04:32:17.904Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-05T04:32:17.904Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.904Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:32:17.904Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.904Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-05T04:32:17.905Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:32:17.905Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.905Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-05T04:32:17.905Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:32:17.906Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.906Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-05T04:32:17.906Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:32:17.906Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.907Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-05T04:32:17.907Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-05T04:32:17.907Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-05T04:32:17.907Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8c8b7d43-10ca-4a68-a998-9986a64acca0
2022-11-05T04:32:17.907Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.908Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:17.908Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.908Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:17.908Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.908Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:17.909Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:17.909Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:17.909Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b19262b5-041a-4060-a77b-2b4c969d298f
Model Version:NULL
Model InvariantUuid:51579d98-f066-4a14-98d1-1f3cc5a4d86b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5c99ceb1-ea0d-4768-b362-aa45e2e20e42
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1dd25fa6-12fa-479d-b4bd-57e73c356851
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fc8c2c44-f3a1-44d2-a74d-8e68eab7fdd2
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:30eae3ba-860e-460e-945b-0a960b5e1395
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8c8b7d43-10ca-4a68-a998-9986a64acca0
ModelInvariantUuid:908729e5-6aa6-4dc6-bcba-13d1135ac89f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5d94a559-4c9f-443d-ad53-df2af6dd0086
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:caace2dd-7cfd-4c8f-a3f5-72058960f743
ModelInvariantUuid:857685b3-fe90-411e-8a9e-68be4c7e63e2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ab39b3ea-e502-465a-a914-2ba89697f8d7
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-11-05T04:32:17.916Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 39c64fbf-53de-4aa4-bc99-9161791f9ca7
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-11-05T04:32:17.919Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-11-05T04:32:17.919Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39c64fbf-53de-4aa4-bc99-9161791f9ca7
2022-11-05T04:32:17.919Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5e1611f7-1319-47db-b384-e41917f8835c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-05T04:32:17.919Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:32:17.920Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:17.977Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:32:17.978Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5e1611f7-1319-47db-b384-e41917f8835c 792
2022-11-05T04:32:17.978Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:17.978Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:17.978Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:32:17.978Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:17.980Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:17.980Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622737978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:32:18.081Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T04:32:18.082Z||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-11-05T04:32:18.084Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:18.100Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:18.100Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:18.982Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fc8c2c44-f3a1-44d2-a74d-8e68eab7fdd2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30eae3ba-860e-460e-945b-0a960b5e1395",
    "vfModuleModelCustomizationUUID": "a4dfbdc0-e65a-42bc-8c36-e508a8ee4459",
    "isBase": true,
    "artifacts": [
      "3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975",
      "b78754fc-0fc3-4f25-a0f0-f6763863df16"
    ],
    "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-11-05T04:32:18.986Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30eae3ba-860e-460e-945b-0a960b5e1395
VfModuleModelInvariantUUID:fc8c2c44-f3a1-44d2-a74d-8e68eab7fdd2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975
,
b78754fc-0fc3-4f25-a0f0-f6763863df16

}
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-11-05T04:32:18.990Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "fc8c2c44-f3a1-44d2-a74d-8e68eab7fdd2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "30eae3ba-860e-460e-945b-0a960b5e1395",
    "vfModuleModelCustomizationUUID": "a4dfbdc0-e65a-42bc-8c36-e508a8ee4459",
    "isBase": true,
    "artifacts": [
      "3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975",
      "b78754fc-0fc3-4f25-a0f0-f6763863df16"
    ],
    "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-11-05T04:32:18.990Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:30eae3ba-860e-460e-945b-0a960b5e1395
VfModuleModelInvariantUUID:fc8c2c44-f3a1-44d2-a74d-8e68eab7fdd2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975
,
b78754fc-0fc3-4f25-a0f0-f6763863df16

}
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-11-05T04:32:18.990Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-05T04:32:18.990Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:32:18.991Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:19.041Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:32:19.041Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3a61ce95-8ec1-49fb-8c7d-1c3a9a40b975 5033
2022-11-05T04:32:19.042Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:19.042Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:19.042Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:32:19.043Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:19.045Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:19.045Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622739042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:32:19.145Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:19.146Z||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-11-05T04:32:19.146Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:19.162Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:19.162Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:32:20.045Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b78754fc-0fc3-4f25-a0f0-f6763863df16 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-05T04:32:20.046Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:32:20.046Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:20.105Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:32:20.106Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b78754fc-0fc3-4f25-a0f0-f6763863df16 903
2022-11-05T04:32:20.106Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:20.106Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:20.106Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:32:20.106Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:20.108Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:20.108Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622740106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:32:20.208Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:20.209Z||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-11-05T04:32:20.209Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:20.222Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:20.223Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:32:21.109Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b19262b5-041a-4060-a77b-2b4c969d298f
2022-11-05T04:32:21.109Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 39c64fbf-53de-4aa4-bc99-9161791f9ca7 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-11-05T04:32:21.121Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b032683, org.onap.sdc.toscaparser.api.parameters.Input@24cd69c8, org.onap.sdc.toscaparser.api.parameters.Input@2a6a71de, org.onap.sdc.toscaparser.api.parameters.Input@5a087d4e, org.onap.sdc.toscaparser.api.parameters.Input@28cd7fb2]
2022-11-05T04:32:21.123Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.123Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:21.123Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-05T04:32:21.123Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f
2022-11-05T04:32:21.123Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f matches Tosca VF Customization UUID: 8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f
2022-11-05T04:32:21.124Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f  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-11-05T04:32:21.125Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.126Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:21.126Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-05T04:32:21.126Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7675575
2022-11-05T04:32:21.126Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.127Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-05T04:32:21.127Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4dfbdc0-e65a-42bc-8c36-e508a8ee4459
2022-11-05T04:32:21.127Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4dfbdc0-e65a-42bc-8c36-e508a8ee4459
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-11-05T04:32:21.129Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.129Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-05T04:32:21.129Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:32:21.129Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.129Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-05T04:32:21.129Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:32:21.130Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.130Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-05T04:32:21.130Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-05T04:32:21.130Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-05T04:32:21.130Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8c8b7d43-10ca-4a68-a998-9986a64acca0
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-11-05T04:32:21.132Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.132Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-05T04:32:21.133Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-05T04:32:21.133Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.133Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-05T04:32:21.133Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8d198c20-e2eb-4df0-b6b7-bcbc33e84a7f
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-11-05T04:32:21.134Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.135Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:21.135Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b19262b5-041a-4060-a77b-2b4c969d298f: basic_vm_macro
2022-11-05T04:32:21.135Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.135Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:21.135Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.135Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:21.136Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.136Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:21.136Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.136Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:21.136Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:32:21.136Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:32:21.136Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:21.220Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 39c64fbf-53de-4aa4-bc99-9161791f9ca7 1 ASDC deployResourceStructure
2022-11-05T04:32:21.220Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:21.220Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:21.221Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:32:21.221Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:21.223Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:21.224Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622741220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:32:21.324Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:21.325Z||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-11-05T04:32:21.325Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:21.340Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:21.341Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:32:22.224Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:22.225Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:22.225Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:32:22.225Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:22.227Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:22.227Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622742224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:32:22.327Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:22.328Z||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-11-05T04:32:22.328Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:22.344Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:22.345Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:23.229Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:23.229Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:23.229Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:32:23.230Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:23.232Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:23.232Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622743229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-05T04:32:23.332Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:23.333Z||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-11-05T04:32:23.333Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:23.356Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:23.356Z||pool-93-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:24.233Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-05T04:32:24.233Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-05T04:32:24.233Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:32:24.233Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:24.235Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:24.235Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622744232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:32:24.335Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:24.336Z||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-11-05T04:32:24.336Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:24.351Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:24.351Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:32:25.236Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31d11978-b9ce-477f-9912-bb7d4056e099
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:32:25.245Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31d11978-b9ce-477f-9912-bb7d4056e099
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:32:25.247Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:32:25.247Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:32:25.247Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:32:25.247Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:32:25.247Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:32:25.248Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:32:25.248Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:32:25.248Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:32:25.248Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:32:25.248Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:32:25.248Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:25.252Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:32:55.253Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31d11978-b9ce-477f-9912-bb7d4056e099 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-11-05T04:32:55.260Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31d11978-b9ce-477f-9912-bb7d4056e099 and serviceModelVersionId: b19262b5-041a-4060-a77b-2b4c969d298f
2022-11-05T04:32:55.260Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51579d98-f066-4a14-98d1-1f3cc5a4d86b
2022-11-05T04:32:55.261Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51579d98-f066-4a14-98d1-1f3cc5a4d86b/model-vers/model-ver/b19262b5-041a-4060-a77b-2b4c969d298f?depth=0
2022-11-05T04:32:55.265Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:32:55.308Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51579d98-f066-4a14-98d1-1f3cc5a4d86b/model-vers/model-ver/b19262b5-041a-4060-a77b-2b4c969d298f?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-11-05T04:32:55.309Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51579d98-f066-4a14-98d1-1f3cc5a4d86b/model-vers/model-ver/b19262b5-041a-4060-a77b-2b4c969d298f?depth=0|INFO|500||Invoke
2022-11-05T04:32:55.328Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51579d98-f066-4a14-98d1-1f3cc5a4d86b/model-vers/model-ver/b19262b5-041a-4060-a77b-2b4c969d298f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-05T04:32:55.415Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51579d98-f066-4a14-98d1-1f3cc5a4d86b/model-vers/model-ver/b19262b5-041a-4060-a77b-2b4c969d298f?depth=0|INFO|500||InvokeReturn
2022-11-05T04:32:55.417Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51579d98-f066-4a14-98d1-1f3cc5a4d86b/model-vers/model-ver/b19262b5-041a-4060-a77b-2b4c969d298f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-04:32:55:888-16243], vertex-id=[495632], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:32:55 GMT], Content-Type=[application/json]}
2022-11-05T04:32:55.417Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:32:55.417Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:32:55.417Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:55.423Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||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-11-05T04:32:55.423Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31d11978-b9ce-477f-9912-bb7d4056e099 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:32:55.423Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:32:55.423Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:32:55.426Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:32:55.427Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622775423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:32:55.527Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:32:55.528Z||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-11-05T04:32:55.528Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:32:55.547Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:32:55.547Z||pool-95-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-11-05T04:32:56.440Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:32:56.440Z|31d11978-b9ce-477f-9912-bb7d4056e099|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-11-05T04:32:56.441Z|31d11978-b9ce-477f-9912-bb7d4056e099|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:00.870Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:00.871Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:33:00.871Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8ec47ff-490c-4b25-a173-6e43c914c6dc","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bf536759-a976-4d16-a65d-5c6131fab01d","serviceDescription":"service","serviceInvariantUUID":"608ae16e-e4ff-485d-9242-16d5cc42aef1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fefcd9d5-42a5-412f-be32-2eaae0e89886","resourceInvariantUUID":"880e8994-0483-4986-b50d-7cb2c1fea9ec","resourceCustomizationUUID":"4004da4c-0d7c-4db1-bd6b-d71e0618c2ba","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":"YThmOTg0ZDE5YTM2MzNhNWZkYzU0ODkxOWU2MjRiNjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acea69fb-8c69-4ebb-9f06-509ccea2bf75","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":"6b39fa8f-fc70-4c4c-9ece-ee6c6d035afd","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":"549d6137-0468-41e3-8835-deceb0247d92","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":"MjRlMDMyM2U0NzExYjQ3MjZjOGNmMThjZTY4NTI1M2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"899757b8-032f-48ae-ad2b-3631c46da135","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":"401f26d8-ec1a-425a-b3dc-cb4b28995bc3","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":"dbb0d54a-bf16-4b0d-976c-6330a2ac12f7","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":"71f5fcff-4c44-401a-b2fc-84f09652245b","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":"YWEyNDhjMWI4YTRiNTNjYmQ0ZDIyZGJlNTBkOTQxODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd0e0124-ce60-4867-8516-d1e954616b05","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjAyZWM5MDAzZTljZDc0NTA5ZmRkMmE3YTZjOGMxNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fd8ae01-d2ed-4e4b-8e5e-4e5eba54ed96","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-05T04:33:00.873Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:33:00.873Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:00.875Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:00.875Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:00.975Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:00.976Z||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-11-05T04:33:00.976Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:00.992Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:00.992Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:33:01.875Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:33:01.876Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:01.878Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:01.878Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:01.979Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-05T04:33:01.980Z||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-11-05T04:33:01.980Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:01.995Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:01.995Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:33:02.879Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:33:02.880Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:02.882Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:02.882Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:02.982Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:02.983Z||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-11-05T04:33:02.983Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:02.995Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:02.996Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:33:03.883Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:33:03.883Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:03.886Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:03.886Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:03.986Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:03.987Z||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-11-05T04:33:03.987Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:03.999Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:04.000Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:33:04.886Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:33:04.887Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:04.889Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:04.889Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:04.990Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:04.990Z||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-11-05T04:33:04.991Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:05.004Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:05.005Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:33:05.890Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:33:05.891Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:05.893Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:05.894Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:05.994Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-05T04:33:05.994Z||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-11-05T04:33:05.995Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:06.008Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:06.008Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:33:06.894Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:33:06.896Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:06.898Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:06.898Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:06.998Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:06.999Z||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-11-05T04:33:06.999Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:07.012Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:07.013Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:33:07.899Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:33:07.899Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:07.901Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:07.902Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:08.002Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:08.003Z||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-11-05T04:33:08.003Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:08.015Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:08.015Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:33:08.902Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-05T04:33:08.903Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:08.905Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:08.905Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:33:09.005Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:09.006Z||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-11-05T04:33:09.006Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:09.020Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:09.020Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:33:09.908Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bf536759-a976-4d16-a65d-5c6131fab01d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "608ae16e-e4ff-485d-9242-16d5cc42aef1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4004da4c-0d7c-4db1-bd6b-d71e0618c2ba",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fefcd9d5-42a5-412f-be32-2eaae0e89886",
      "resourceInvariantUUID": "880e8994-0483-4986-b50d-7cb2c1fea9ec",
      "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": "MjAyZWM5MDAzZTljZDc0NTA5ZmRkMmE3YTZjOGMxNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5fd8ae01-d2ed-4e4b-8e5e-4e5eba54ed96"
    }
  ],
  "workloadContext": "Production"
}
2022-11-05T04:33:09.909Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-05T04:33:09.909Z|31d11978-b9ce-477f-9912-bb7d4056e099|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bf536759-a976-4d16-a65d-5c6131fab01d ASDC
2022-11-05T04:33:09.910Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a8ec47ff-490c-4b25-a173-6e43c914c6dc
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bf536759-a976-4d16-a65d-5c6131fab01d
ServiceInvariantUUID:608ae16e-e4ff-485d-9242-16d5cc42aef1
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:5fd8ae01-d2ed-4e4b-8e5e-4e5eba54ed96
ArtifactChecksum:MjAyZWM5MDAzZTljZDc0NTA5ZmRkMmE3YTZjOGMxNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4004da4c-0d7c-4db1-bd6b-d71e0618c2ba
ResourceInvariantUUID:880e8994-0483-4986-b50d-7cb2c1fea9ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fefcd9d5-42a5-412f-be32-2eaae0e89886
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-05T04:33:09.910Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf536759-a976-4d16-a65d-5c6131fab01d 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-11-05T04:33:09.941Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:33:09.941Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:33:09.941Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:33:09.941Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5fd8ae01-d2ed-4e4b-8e5e-4e5eba54ed96 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-05T04:33:09.941Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-05T04:33:09.942Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-05T04:33:10.143Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-05T04:33:10.148Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5fd8ae01-d2ed-4e4b-8e5e-4e5eba54ed96 105682
2022-11-05T04:33:10.148Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-05T04:33:10.148Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-05T04:33:10.148Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-05T04:33:10.149Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:10.151Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:10.151Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622790148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:33:10.251Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:10.252Z||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-11-05T04:33:10.252Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:10.266Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:10.266Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-05T04:33:11.151Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-05T04:33:11.152Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-05T04:33:11.153Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5fd8ae01-d2ed-4e4b-8e5e-4e5eba54ed96, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-05T04:33:11.153Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-05T04:33:11.153Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-05T04:33:11.154Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-05T04:33:11.262Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:33:11.263Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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-11-05T04:33:11.263Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:11.286Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:11.287Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T04:33:11.287Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b44059ce-8579-4dc0-96b2-5cff46228806",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622726354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:33:11.288Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:33:11.288Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T04:33:11.288Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:11.288Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:33:11.288Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T04:33:11.288Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-05T04:33:11.289Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:33:11.289Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T04:33:11.289Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-05T04:33:11.289Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:33:11.289Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-05T04:33:11.289Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:33:11.290Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:33:11.304Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17634268984541720603/Definitions/service-TestPnfMacro-template.yml
2022-11-05T04:33:11.989Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-05T04:33:11.990Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:33:11.990Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-05T04:33:11.990Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-05T04:33:11.991Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:11.991Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:11.991Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:11.991Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:11.991Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:11.992Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:11.992Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:11.992Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-05T04:33:11.992Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:33:11.992Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:33:11.993Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-05T04:33:11.993Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:33:11.993Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:33:11.993Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:33:11.994Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:33:11.995Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-05T04:33:11.995Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-05T04:33:11.995Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-05T04:33:11.996Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:33:11.996Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:33:11.996Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:33:11.997Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:33:11.997Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:33:11.997Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:33:11.997Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:33:11.998Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:33:11.998Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:33:11.998Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:33:11.999Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bf536759-a976-4d16-a65d-5c6131fab01d
Model Version:NULL
Model InvariantUuid:608ae16e-e4ff-485d-9242-16d5cc42aef1
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-11-05T04:33:12.005Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: fefcd9d5-42a5-412f-be32-2eaae0e89886
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-11-05T04:33:12.008Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-11-05T04:33:12.008Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fefcd9d5-42a5-412f-be32-2eaae0e89886
2022-11-05T04:33:12.009Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||No resources found for Service: bf536759-a976-4d16-a65d-5c6131fab01d
2022-11-05T04:33:12.009Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bf536759-a976-4d16-a65d-5c6131fab01d
2022-11-05T04:33:12.009Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fefcd9d5-42a5-412f-be32-2eaae0e89886 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-11-05T04:33:12.015Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d836805, org.onap.sdc.toscaparser.api.parameters.Input@79c6fd9d, org.onap.sdc.toscaparser.api.parameters.Input@3deb10dd, org.onap.sdc.toscaparser.api.parameters.Input@6567f4fb, org.onap.sdc.toscaparser.api.parameters.Input@33f26b12]
2022-11-05T04:33:12.015Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:33:12.015Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:33:12.016Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bf536759-a976-4d16-a65d-5c6131fab01d: test-pnf
2022-11-05T04:33:12.016Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Processing PNF resource: fefcd9d5-42a5-412f-be32-2eaae0e89886
2022-11-05T04:33:12.016Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-05T04:33:12.017Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-05T04:33:12.017Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Resource customization UUID: 4004da4c-0d7c-4db1-bd6b-d71e0618c2ba is the same as notified resource customizationUUID: 4004da4c-0d7c-4db1-bd6b-d71e0618c2ba
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-11-05T04:33:12.058Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fefcd9d5-42a5-412f-be32-2eaae0e89886 0 ASDC deployResourceStructure
2022-11-05T04:33:12.059Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-05T04:33:12.059Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-05T04:33:12.059Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-05T04:33:12.060Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:12.063Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:12.063Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622792059,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:33:12.163Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:12.164Z||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-11-05T04:33:12.164Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:12.179Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:12.180Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-05T04:33:13.063Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8ec47ff-490c-4b25-a173-6e43c914c6dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-05T04:33:13.075Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8ec47ff-490c-4b25-a173-6e43c914c6dc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:33:13.078Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-05T04:33:13.079Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:13.083Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-05T04:33:43.084Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8ec47ff-490c-4b25-a173-6e43c914c6dc 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-11-05T04:33:43.088Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8ec47ff-490c-4b25-a173-6e43c914c6dc and serviceModelVersionId: bf536759-a976-4d16-a65d-5c6131fab01d
2022-11-05T04:33:43.088Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 608ae16e-e4ff-485d-9242-16d5cc42aef1
2022-11-05T04:33:43.089Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/608ae16e-e4ff-485d-9242-16d5cc42aef1/model-vers/model-ver/bf536759-a976-4d16-a65d-5c6131fab01d?depth=0
2022-11-05T04:33:43.093Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-05T04:33:43.132Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608ae16e-e4ff-485d-9242-16d5cc42aef1/model-vers/model-ver/bf536759-a976-4d16-a65d-5c6131fab01d?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-11-05T04:33:43.133Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608ae16e-e4ff-485d-9242-16d5cc42aef1/model-vers/model-ver/bf536759-a976-4d16-a65d-5c6131fab01d?depth=0|INFO|500||Invoke
2022-11-05T04:33:43.163Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608ae16e-e4ff-485d-9242-16d5cc42aef1/model-vers/model-ver/bf536759-a976-4d16-a65d-5c6131fab01d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-05T04:33:43.244Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608ae16e-e4ff-485d-9242-16d5cc42aef1/model-vers/model-ver/bf536759-a976-4d16-a65d-5c6131fab01d?depth=0|INFO|500||InvokeReturn
2022-11-05T04:33:43.244Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/608ae16e-e4ff-485d-9242-16d5cc42aef1/model-vers/model-ver/bf536759-a976-4d16-a65d-5c6131fab01d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221105-04:33:43:723-32809], vertex-id=[499728], Content-Length=[0], Date=[Sat, 05 Nov 2022 04:33:43 GMT], Content-Type=[application/json]}
2022-11-05T04:33:43.245Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-05T04:33:43.245Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-05T04:33:43.246Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:43.251Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||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-11-05T04:33:43.251Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8ec47ff-490c-4b25-a173-6e43c914c6dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-05T04:33:43.251Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-05T04:33:43.252Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-05T04:33:43.253Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-05T04:33:43.254Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622823251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:33:43.354Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-05T04:33:43.355Z||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-11-05T04:33:43.355Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:43.382Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:43.383Z||pool-107-thread-1|||||INFO|500||cambria reply ok (29 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-11-05T04:33:44.272Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:33:44.272Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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-11-05T04:33:44.272Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:33:53.819Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:33:53.820Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:33:53.821Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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-11-05T04:33:53.821Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:34:03.368Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:34:03.369Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:34:03.373Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:34:03.373Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:34:11.262Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:34:11.263Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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-11-05T04:34:11.263Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:34:11.288Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:34:11.289Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:34:11.289Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-05T04:34:11.290Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:34:12.919Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:34:12.919Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:34:12.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:34:12.920Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:34:22.460Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:34:22.461Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:34:22.461Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-05T04:34:22.461Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as QJkQTfQDIRwlWEJt) ...
2022-11-05T04:34:32.006Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:35:11.260Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:35:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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-11-05T04:35:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:35:11.262Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:35:11.263Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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-11-05T04:35:11.263Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:35:11.293Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:35:11.293Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.294Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.294Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.295Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.295Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.295Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.295Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.295Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622491261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:35:11.296Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.296Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.296Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622735621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:35:11.296Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:11.296Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.296Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622737978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:35:11.297Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:11.297Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.297Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622739042,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:35:11.297Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:11.297Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.297Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622740106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:35:11.298Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:11.298Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.298Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622741220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-05T04:35:11.298Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:11.298Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.299Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622742224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-05T04:35:11.299Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:11.299Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.299Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622743229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-05T04:35:11.299Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:11.299Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.300Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622744232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:35:11.300Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:11.300Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.300Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31d11978-b9ce-477f-9912-bb7d4056e099",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622775423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:35:11.300Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:11.300Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.301Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.301Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.301Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.301Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.301Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.301Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.302Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.302Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.302Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.302Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.302Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.302Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.303Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.303Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.303Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.303Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.303Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.304Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.304Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.304Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.304Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.304Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-05T04:35:11.305Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.305Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.305Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622776440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-05T04:35:11.305Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-05T04:35:11.306Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-05T04:35:11.306Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622790148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-05T04:35:11.306Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:35:20.812Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:36:11.260Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:36:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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-11-05T04:36:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:36:11.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:36:11.263Z||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-11-05T04:36:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:36:11.792Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:36:11.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-05T04:36:11.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622792059,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-05T04:36:11.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:36:11.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-05T04:36:11.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8ec47ff-490c-4b25-a173-6e43c914c6dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667622823251,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-05T04:36:11.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-05T04:36:20.825Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:37:11.260Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:37:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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-11-05T04:37:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:37:11.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:37:11.263Z||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-11-05T04:37:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:37:20.817Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:37:20.832Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:38:11.260Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:38:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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-11-05T04:38:11.261Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:38:11.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:38:11.263Z||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-11-05T04:38:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:38:20.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:38:20.819Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:39:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:39:11.262Z||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-11-05T04:39:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:39:11.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:39:11.263Z||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-11-05T04:39:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:39:20.812Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:39:20.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:40:11.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:40:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:40:11.262Z||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-11-05T04:40:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:40:11.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-11-05T04:40:11.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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:40:20.808Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:40:20.825Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:41:11.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:41:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:41:11.263Z||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-11-05T04:41:11.263Z||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-11-05T04:41:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:41:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:41:20.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:41:20.818Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:42:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:42:11.261Z||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-11-05T04:42:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:42:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:42:11.262Z||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-11-05T04:42:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:42:20.809Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:42:20.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:43:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:43:11.261Z||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-11-05T04:43:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:43:11.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:43:11.263Z||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-11-05T04:43:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:43:20.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:43:20.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:44:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:44:11.261Z||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-11-05T04:44:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:44:11.262Z||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-11-05T04:44:11.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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:44:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:44:20.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:44:20.814Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:45:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:45:11.261Z||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-11-05T04:45:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:45:11.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:45:11.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-11-05T04:45:11.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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:45:20.819Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:45:20.822Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:46:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:46:11.261Z||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-11-05T04:46:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:46:11.262Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:46:11.263Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|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-11-05T04:46:11.263Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:46:20.801Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:46:20.812Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:47:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:47:11.261Z||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-11-05T04:47:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:47:11.265Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:47:11.265Z||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-11-05T04:47:11.265Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:47:20.807Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:47:20.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:48:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:48:11.261Z||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-11-05T04:48:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:48:11.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:48:11.263Z||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-11-05T04:48:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:48:20.807Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:48:20.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:49:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:49:11.261Z||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-11-05T04:49:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:49:11.262Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:49:11.262Z||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-11-05T04:49:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:49:20.806Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:49:20.812Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:50:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:50:11.261Z||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-11-05T04:50:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:50:11.262Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:50:11.263Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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-11-05T04:50:11.263Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:50:20.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:50:20.810Z|a8ec47ff-490c-4b25-a173-6e43c914c6dc|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:51:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:51:11.261Z||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-11-05T04:51:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:51:11.262Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:51:11.262Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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-11-05T04:51:11.262Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:51:20.813Z|90cc7de2-4734-41ba-96b2-ac3a3403cc21|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:51:20.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:52:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:52:11.261Z||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-11-05T04:52:11.261Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:52:11.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:52:11.263Z||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-11-05T04:52:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:52:20.807Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:52:20.811Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:53:11.261Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:53:11.262Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:53:11.264Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|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-11-05T04:53:11.264Z||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-11-05T04:53:11.264Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:53:11.264Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:53:20.820Z|579ee5ce-bac4-4cc7-9ec2-099ca0f4bfff|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:53:20.821Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:54:11.260Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:54:11.261Z||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-11-05T04:54:11.262Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:54:11.262Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-05T04:54:11.263Z||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-11-05T04:54:11.263Z||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 QJkQTfQDIRwlWEJt) ...
2022-11-05T04:54:20.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-05T04:54:20.816Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK