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-10-24T05:25:32.048Z||main|||||INFO|500||The following profiles are active: basic
2022-10-24T05:25:43.915Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-24T05:25:43.916Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-24T05:25:44.033Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-24T05:25:48.776Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-24T05:25:49.205Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-24T05:25:49.725Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-24T05:25:49.733Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-24T05:25:49.840Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-24T05:25:50.029Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-24T05:25:50.681Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-24T05:25:52.389Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-24T05:25:54.704Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-24T05:25:54.764Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-24T05:25:55.367Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-24T05:25:55.645Z||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-10-24T05:25:57.007Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-24T05:25:58.255Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-24T05:25:58.279Z||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$$1cee29c1.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-10-24T05:25:58.280Z||main|||||WARN|500||The sdc end point is not alive
2022-10-24T05:26:01.887Z||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-10-24T05:26:04.978Z||main|||||WARN|500||---
2022-10-24T05:26:04.979Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-24T05:26:04.979Z||main|||||WARN|500||---
2022-10-24T05:26:05.437Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-24T05:26:10.428Z||main|||||INFO|500||Started Application in 41.521 seconds (JVM running for 43.886)
2022-10-24T05:26:10.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-24T05:26:10.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-24T05:26:10.487Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-24T05:26:10.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-24T05:26:10.578Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 866c1796-395b-42f5-83c5-8e8e81fe86de url= /sdc/v1/artifactTypes
2022-10-24T05:26:10.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-24T05:26:10.899Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-24T05:26:10.927Z||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-10-24T05:26:10.978Z||scheduling-1|||||DEBUG|500||create keys
2022-10-24T05:26:10.985Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-24T05:26:11.019Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:26:11.036Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= da0e281a-d144-4878-8904-9a29a2a930a6 url= /sdc/v1/registerForDistribution
2022-10-24T05:26:11.123Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= da0e281a-d144-4878-8904-9a29a2a930a6 url= /sdc/v1/registerForDistribution
2022-10-24T05:26:11.124Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-24T05:26:11.142Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:26:11.144Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:26:11.151Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-24T05:26:11.186Z||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-10-24T05:26:11.190Z||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-10-24T05:26:11.190Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:26:11.190Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:26:21.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:26:21.610Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:27:11.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:27:11.132Z||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-10-24T05:27:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:27:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:27:11.135Z||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-10-24T05:27:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:27:20.705Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:27:20.708Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:28:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:28:11.131Z||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-10-24T05:28:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:28:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:28:11.138Z||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-10-24T05:28:11.138Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:28:20.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:28:20.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:29:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:29:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:29:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:29:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:29:11.135Z||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-10-24T05:29:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:29:20.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:29:20.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:30:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:30:11.131Z||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-10-24T05:30:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:30:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:30:11.135Z||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-10-24T05:30:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:30:20.675Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:30:20.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:31:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:31:11.131Z||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-10-24T05:31:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:31:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:31:11.136Z||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-10-24T05:31:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:31:20.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:31:20.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:32:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:32:11.131Z||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-10-24T05:32:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:32:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:32:11.135Z||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-10-24T05:32:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:32:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:32:20.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:33:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:33:11.131Z||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-10-24T05:33:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:33:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:33:11.136Z||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-10-24T05:33:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:33:20.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:33:20.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:34:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:34:11.131Z||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-10-24T05:34:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:34:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:34:11.135Z||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-10-24T05:34:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:34:20.696Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:34:20.697Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:35:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:35:11.131Z||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-10-24T05:35:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:35:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:35:11.135Z||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-10-24T05:35:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:35:20.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:35:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:35:36.364Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-24T05:36:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:36:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:36:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:36:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:36:11.135Z||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-10-24T05:36:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:36:20.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:36:20.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:37:11.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:37:11.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:37:11.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:37:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:37:11.135Z||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-10-24T05:37:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:37:20.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:37:20.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:38:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:38:11.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:38:11.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:38:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:38:11.135Z||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-10-24T05:38:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:38:20.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:38:20.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:39:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:39:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:39:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:39:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:39:11.135Z||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-10-24T05:39:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:39:20.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:39:20.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:40:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:40:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:40:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:40:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:40:11.135Z||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-10-24T05:40:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:40:20.671Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:40:20.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:41:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:41:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:41:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:41:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:41:11.135Z||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-10-24T05:41:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:41:20.672Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:41:20.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:42:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:42:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:42:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:42:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:42:11.135Z||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-10-24T05:42:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:42:20.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:42:20.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:43:11.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:43:11.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:43:11.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:43:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:43:11.135Z||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-10-24T05:43:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:43:20.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:43:20.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:44:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:44:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:44:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:44:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:44:11.135Z||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-10-24T05:44:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:44:20.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:44:20.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:45:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:45:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:45:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:45:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:45:11.135Z||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-10-24T05:45:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:45:20.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:45:20.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:46:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:46:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:46:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:46:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:46:11.135Z||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-10-24T05:46:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:46:20.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:46:20.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:47:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:47:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:47:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:47:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:47:11.135Z||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-10-24T05:47:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:47:20.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:47:20.700Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:48:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:48:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:48:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:48:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:48:11.135Z||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-10-24T05:48:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:48:20.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:48:20.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:49:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:49:11.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:49:11.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:49:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:49:11.135Z||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-10-24T05:49:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:49:20.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:49:20.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:50:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:50:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:50:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:50:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:50:11.135Z||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-10-24T05:50:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:50:20.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:50:20.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:51:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:51:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:51:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:51:11.135Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:51:11.136Z||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-10-24T05:51:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:51:20.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:51:20.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:52:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:52:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:52:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:52:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:52:11.135Z||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-10-24T05:52:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:52:20.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:52:20.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:53:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:53:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:53:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:53:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:53:11.135Z||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-10-24T05:53:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:53:20.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:53:20.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:54:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:54:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:54:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:54:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:54:11.134Z||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-10-24T05:54:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:54:20.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:54:20.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:55:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:55:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:55:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:55:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:55:11.135Z||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-10-24T05:55:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:55:20.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:55:20.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:56:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:56:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:56:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:56:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:56:11.135Z||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-10-24T05:56:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:56:20.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:56:20.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:57:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:57:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T05:57:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T05:57:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:57:11.135Z||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-10-24T05:57:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:57:20.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:57:20.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:58:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:58:11.131Z||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-10-24T05:58:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:58:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:58:11.135Z||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-10-24T05:58:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:58:20.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:58:20.676Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:59:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:59:11.131Z||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-10-24T05:59:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:59:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T05:59:11.135Z||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-10-24T05:59:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T05:59:20.674Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T05:59:20.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:00:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:00:11.131Z||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-10-24T06:00:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:00:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:00:11.134Z||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-10-24T06:00:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:00:20.674Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:00:20.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:01:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:01:11.131Z||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-10-24T06:01:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:01:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:01:11.135Z||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-10-24T06:01:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:01:20.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:01:20.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:02:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:02:11.131Z||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-10-24T06:02:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:02:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:02:11.135Z||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-10-24T06:02:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:02:20.673Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:02:20.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:03:11.130Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:03:11.133Z||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-10-24T06:03:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:03:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:03:11.135Z||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-10-24T06:03:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:03:20.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:03:20.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:04:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:04:11.131Z||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-10-24T06:04:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:04:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:04:11.135Z||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-10-24T06:04:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:04:20.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:04:20.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:05:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:05:11.131Z||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-10-24T06:05:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:05:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:05:11.135Z||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-10-24T06:05:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:05:20.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:05:20.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:06:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:06:11.131Z||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-10-24T06:06:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:06:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:06:11.135Z||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-10-24T06:06:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:06:20.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:06:20.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:07:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:07:11.131Z||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-10-24T06:07:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:07:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:07:11.135Z||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-10-24T06:07:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:07:20.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:07:20.698Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:08:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:08:11.130Z||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-10-24T06:08:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:08:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:08:11.135Z||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-10-24T06:08:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:08:20.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:08:20.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:09:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:09:11.131Z||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-10-24T06:09:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:09:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:09:11.135Z||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-10-24T06:09:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:09:20.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:09:20.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:10:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:10:11.131Z||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-10-24T06:10:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:10:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:10:11.135Z||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-10-24T06:10:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:10:20.688Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:10:20.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:11:11.130Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:11:11.132Z||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-10-24T06:11:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:11:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:11:11.135Z||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-10-24T06:11:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:11:20.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:11:20.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:12:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:12:11.132Z||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-10-24T06:12:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:12:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:12:11.135Z||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-10-24T06:12:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:12:20.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:12:20.706Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:13:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:13:11.131Z||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-10-24T06:13:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:13:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:13:11.135Z||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-10-24T06:13:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:13:20.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:13:20.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:14:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:14:11.131Z||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-10-24T06:14:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:14:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:14:11.135Z||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-10-24T06:14:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:14:20.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:14:20.673Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:15:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:15:11.131Z||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-10-24T06:15:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:15:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:15:11.135Z||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-10-24T06:15:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:15:20.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:15:20.696Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:16:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:16:11.131Z||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-10-24T06:16:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:16:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:16:11.135Z||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-10-24T06:16:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:16:20.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:16:20.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:17:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:17:11.133Z||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-10-24T06:17:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:17:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:17:11.135Z||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-10-24T06:17:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:17:20.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:17:20.679Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:18:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:18:11.131Z||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-10-24T06:18:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:18:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:18:11.135Z||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-10-24T06:18:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:18:20.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:18:20.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:19:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:19:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:19:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:19:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:19:11.135Z||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-10-24T06:19:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:19:20.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:19:20.680Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:20:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:20:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:20:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:20:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:20:11.135Z||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-10-24T06:20:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:20:20.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:20:20.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:21:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:21:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:21:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:21:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:21:11.135Z||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-10-24T06:21:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:21:20.671Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:21:20.672Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:22:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:22:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:22:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:22:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:22:11.135Z||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-10-24T06:22:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:22:20.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:22:20.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:23:11.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:23:11.134Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:23:11.134Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:23:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:23:11.135Z||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-10-24T06:23:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:23:20.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:23:20.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:24:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:24:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:24:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:24:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:24:11.135Z||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-10-24T06:24:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:24:20.708Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:24:20.714Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:25:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:25:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:25:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:25:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:25:11.134Z||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-10-24T06:25:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:25:20.669Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:25:20.678Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:26:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:26:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:26:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:26:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:26:11.134Z||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-10-24T06:26:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:26:20.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:26:20.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:27:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:27:11.133Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:27:11.133Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:27:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:27:11.135Z||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-10-24T06:27:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:27:20.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:27:20.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:28:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:28:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:28:11.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:28:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:28:11.135Z||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-10-24T06:28:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:28:20.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:28:20.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:29:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:29:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:29:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:29:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:29:11.135Z||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-10-24T06:29:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:29:20.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:29:20.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:30:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:30:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:30:11.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:30:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:30:11.135Z||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-10-24T06:30:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:30:20.672Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:30:20.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:31:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:31:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:31:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:31:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:31:11.135Z||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-10-24T06:31:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:31:20.674Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:31:20.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:32:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:32:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:32:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:32:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:32:11.135Z||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-10-24T06:32:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:32:20.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:32:20.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:33:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:33:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:33:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:33:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:33:11.135Z||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-10-24T06:33:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:33:20.669Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:33:20.671Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:34:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:34:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:34:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:34:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:34:11.135Z||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-10-24T06:34:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:34:20.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:34:20.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:35:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:35:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:35:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:35:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:35:11.135Z||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-10-24T06:35:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:35:20.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:35:20.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:36:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:36:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:36:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:36:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:36:11.135Z||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-10-24T06:36:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:36:20.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:36:20.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:37:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:37:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:37:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:37:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:37:11.135Z||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-10-24T06:37:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:37:20.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:37:20.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:38:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:38:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:38:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:38:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:38:11.135Z||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-10-24T06:38:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:38:20.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:38:20.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:39:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:39:11.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:39:11.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:39:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:39:11.135Z||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-10-24T06:39:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:39:20.673Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:39:20.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:40:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:40:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:40:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:40:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:40:11.135Z||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-10-24T06:40:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:40:20.676Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:40:20.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:41:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:41:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:41:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:41:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:41:11.135Z||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-10-24T06:41:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:41:20.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:41:20.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:42:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:42:11.131Z||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-10-24T06:42:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:42:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:42:11.135Z||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-10-24T06:42:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:42:20.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:42:20.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:43:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:43:11.132Z||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-10-24T06:43:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:43:11.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:43:11.135Z||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-10-24T06:43:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:43:20.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:43:20.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:44:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:44:11.131Z||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-10-24T06:44:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:44:11.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:44:11.135Z||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-10-24T06:44:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:44:20.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:44:20.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:45:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:45:11.131Z||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-10-24T06:45:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:45:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:45:11.135Z||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-10-24T06:45:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:45:20.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:45:20.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:46:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:46:11.131Z||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-10-24T06:46:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:46:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:46:11.134Z||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-10-24T06:46:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:46:20.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:46:20.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:47:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:47:11.131Z||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-10-24T06:47:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:47:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:47:11.135Z||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-10-24T06:47:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:47:20.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:47:20.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:48:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:48:11.130Z||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-10-24T06:48:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:48:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:48:11.134Z||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-10-24T06:48:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:48:20.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:48:20.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:49:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:49:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T06:49:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T06:49:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:49:11.135Z||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-10-24T06:49:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:49:20.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:49:20.680Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:50:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:50:11.131Z||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-10-24T06:50:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:50:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:50:11.135Z||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-10-24T06:50:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:50:20.701Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:50:20.704Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:51:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:51:11.131Z||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-10-24T06:51:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:51:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:51:11.135Z||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-10-24T06:51:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:51:20.669Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:51:20.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:52:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:52:11.131Z||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-10-24T06:52:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:52:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:52:11.135Z||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-10-24T06:52:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:52:20.674Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:52:20.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:53:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:53:11.131Z||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-10-24T06:53:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:53:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:53:11.135Z||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-10-24T06:53:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:53:20.671Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:53:20.672Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:54:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:54:11.131Z||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-10-24T06:54:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:54:11.135Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:54:11.135Z||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-10-24T06:54:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:54:20.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:54:20.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:55:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:55:11.130Z||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-10-24T06:55:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:55:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:55:11.134Z||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-10-24T06:55:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:55:20.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:55:20.679Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:56:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:56:11.131Z||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-10-24T06:56:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:56:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:56:11.135Z||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-10-24T06:56:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:56:20.670Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:56:20.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:57:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:57:11.131Z||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-10-24T06:57:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:57:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:57:11.135Z||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-10-24T06:57:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:57:20.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:57:20.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:58:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:58:11.132Z||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-10-24T06:58:11.133Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:58:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:58:11.134Z||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-10-24T06:58:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:58:20.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:58:20.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:59:11.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:59:11.131Z||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-10-24T06:59:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:59:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T06:59:11.135Z||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-10-24T06:59:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T06:59:20.674Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T06:59:20.675Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:00:11.130Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:00:11.131Z||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-10-24T07:00:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:00:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:00:11.135Z||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-10-24T07:00:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:00:20.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:00:20.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:01:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:01:11.131Z||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-10-24T07:01:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:01:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:01:11.135Z||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-10-24T07:01:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:01:20.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:01:20.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:02:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:02:11.130Z||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-10-24T07:02:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:02:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:02:11.134Z||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-10-24T07:02:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:02:20.670Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:02:20.671Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:11.130Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:03:11.131Z||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-10-24T07:03:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:03:11.135Z||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-10-24T07:03:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:11.266Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:11.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594972504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666594981173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594972504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666594981173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594972504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "cds",
  "timestamp": 1666594983044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666594981173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594972504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "cds",
  "timestamp": 1666594983044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666594981173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594972504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "cds",
  "timestamp": 1666594983044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666594981173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594972504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "cds",
  "timestamp": 1666594983044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666594981173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594972504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:03:11.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "cds",
  "timestamp": 1666594983044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666594981173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666594987871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594988255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "cds",
  "timestamp": 1666594983044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666594987871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:03:11.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594989336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:03:11.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:03:11.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:11.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:03:11.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"be109a46-11e2-4578-a129-bc53f768437d","serviceName":"vFW 2022-10-24 07-02-08","serviceVersion":"1.0","serviceUUID":"0ab58581-0eda-4911-bd4e-3bc1c2251221","serviceDescription":"catalog service description","serviceInvariantUUID":"d2aacc1c-0be1-4050-858e-3c807bfd84a9","resources":[{"resourceInstanceName":"vFW 4a21e104-95e4 0","resourceName":"vFW 4a21e104-95e4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afc9d36c-853a-497e-ac67-841a45540ecd","resourceInvariantUUID":"9fb58336-74db-4ee7-b236-9cad6427f89b","resourceCustomizationUUID":"ba885693-fffa-43a6-b8be-640c7ebb0ae4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml","artifactChecksum":"ZTJiNTA1MTA4YTEwN2UwOWQzMmM3NWMzOGZjMjE1NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"438b6c78-1fb8-464e-9ea4-de7e733d43db","artifactVersion":"1"},{"artifactName":"vfw4a21e10495e40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json","artifactChecksum":"OGIzOTgyMTRkMzM5MzE5ZjIwYjFmYWE0ODE1ZjM5Yjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"736513aa-bc0f-4a69-82fb-205da001c353","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml","artifactChecksum":"MGM4MTM0MGVkMjAwOWZhNDRiNTRmOTRkM2NmZGI0ZTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"041f14cd-0bb6-4944-8072-b2d3c6984916","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1dcacac8-0076-4b96-9441-c2bc0fbd8d08","artifactVersion":"2","generatedFromUUID":"7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221024070208-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml","artifactChecksum":"MWM5NjI5YTA2NmY4ZjY2OGJmZWY4MDQ1MzRmMDBlZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f136b7ed-8aa9-4651-96e5-366d6b16250c","artifactVersion":"1"},{"artifactName":"service-Vfw20221024070208-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar","artifactChecksum":"MjQyOTk4NTM3MjA4N2EzMjRhZmRmNTk1ZThlMjFjM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90b47380-48bf-44e1-85ef-516643c930cf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:03:11.771Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:11.780Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:11.792Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:11.793Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:11.893Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-24T07:03:11.897Z||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-10-24T07:03:11.897Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:11.908Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:11.909Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:12.802Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:12.802Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:12.804Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:12.804Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:03:12.905Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:12.906Z||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-10-24T07:03:12.906Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:12.917Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:12.917Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:13.805Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:13.808Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:13.811Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:13.811Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:03:13.911Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:13.912Z||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-10-24T07:03:13.912Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:13.926Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:13.927Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:03:14.812Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:14.812Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:14.815Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:14.815Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:14.915Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:14.916Z||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-10-24T07:03:14.916Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:14.926Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:14.927Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:15.816Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:15.816Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:15.818Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:15.818Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-24T07:03:15.918Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:15.919Z||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-10-24T07:03:15.919Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:15.932Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:15.932Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:16.819Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:16.820Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:16.822Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:16.822Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:03:16.922Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:16.923Z||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-10-24T07:03:16.924Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:16.936Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:16.936Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:17.822Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:03:17.824Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:17.826Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:17.826Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:03:17.926Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:17.927Z||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-10-24T07:03:17.927Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:17.939Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:17.939Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:18.828Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "serviceName": "vFW 2022-10-24 07-02-08",
  "serviceVersion": "1.0",
  "serviceUUID": "0ab58581-0eda-4911-bd4e-3bc1c2251221",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d2aacc1c-0be1-4050-858e-3c807bfd84a9",
  "resources": [
    {
      "resourceInstanceName": "vFW 4a21e104-95e4 0",
      "resourceCustomizationUUID": "ba885693-fffa-43a6-b8be-640c7ebb0ae4",
      "resourceName": "vFW 4a21e104-95e4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "afc9d36c-853a-497e-ac67-841a45540ecd",
      "resourceInvariantUUID": "9fb58336-74db-4ee7-b236-9cad6427f89b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4a21e10495e40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
          "artifactChecksum": "OGIzOTgyMTRkMzM5MzE5ZjIwYjFmYWE0ODE1ZjM5Yjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "736513aa-bc0f-4a69-82fb-205da001c353",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1dcacac8-0076-4b96-9441-c2bc0fbd8d08",
            "generatedFromUUID": "7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1dcacac8-0076-4b96-9441-c2bc0fbd8d08",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221024070208-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
      "artifactChecksum": "MjQyOTk4NTM3MjA4N2EzMjRhZmRmNTk1ZThlMjFjM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90b47380-48bf-44e1-85ef-516643c930cf"
    }
  ],
  "workloadContext": "Production"
}
2022-10-24T07:03:18.829Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:03:18.829Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0ab58581-0eda-4911-bd4e-3bc1c2251221 ASDC
2022-10-24T07:03:18.970Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:be109a46-11e2-4578-a129-bc53f768437d
ServiceName:vFW 2022-10-24 07-02-08
ServiceVersion:1.0
ServiceUUID:0ab58581-0eda-4911-bd4e-3bc1c2251221
ServiceInvariantUUID:d2aacc1c-0be1-4050-858e-3c807bfd84a9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221024070208-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
ArtifactUUID:90b47380-48bf-44e1-85ef-516643c930cf
ArtifactChecksum:MjQyOTk4NTM3MjA4N2EzMjRhZmRmNTk1ZThlMjFjM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4a21e104-95e4 0
ResourceCustomizationUUID:ba885693-fffa-43a6-b8be-640c7ebb0ae4
ResourceInvariantUUID:9fb58336-74db-4ee7-b236-9cad6427f89b
ResourceName:vFW 4a21e104-95e4
ResourceType:VF
ResourceUUID:afc9d36c-853a-497e-ac67-841a45540ecd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4a21e10495e40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
ArtifactUUID:736513aa-bc0f-4a69-82fb-205da001c353
ArtifactChecksum:OGIzOTgyMTRkMzM5MzE5ZjIwYjFmYWE0ODE1ZjM5Yjc=
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/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
ArtifactUUID:7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65
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/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
ArtifactUUID:1dcacac8-0076-4b96-9441-c2bc0fbd8d08
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/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
ArtifactUUID:1dcacac8-0076-4b96-9441-c2bc0fbd8d08
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-24T07:03:18.971Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ab58581-0eda-4911-bd4e-3bc1c2251221 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-10-24T07:03:19.266Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:03:19.268Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:03:19.269Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:03:19.269Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 90b47380-48bf-44e1-85ef-516643c930cf from URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:19.270Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:03:19.271Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:19.376Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:03:19.395Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar 90b47380-48bf-44e1-85ef-516643c930cf 100643
2022-10-24T07:03:19.397Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar ASDC sendASDCNotification
2022-10-24T07:03:19.397Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:19.399Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:03:19.401Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:19.403Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:19.403Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594999395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:03:19.503Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:19.504Z||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-10-24T07:03:19.505Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:19.544Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:19.545Z||pool-10-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:20.404Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:03:20.405Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:03:20.405Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 90b47380-48bf-44e1-85ef-516643c930cf, URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar to file: /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:20.406Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221024070208-csar.csar
2022-10-24T07:03:20.562Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:20.562Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:21.299Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12632684825332966534/Definitions/service-Vfw20221024070208-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-10-24T07:03:23.806Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:03:23.810Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||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-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||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-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4a21e104-95e4 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.811Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||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-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||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-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:23.812Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-24T07:03:23.818Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.820Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.824Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.824Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-24T07:03:23.826Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-24T07:03:23.828Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:03:23.829Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.829Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.832Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.833Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.834Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.835Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-24T07:03:23.836Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.836Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:03:23.837Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.837Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.837Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.838Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-24T07:03:23.839Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:23.840Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1f4bfa5-dc06-41be-95ac-2917924f2d00
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:23.841Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:23.842Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f832b359-5223-431f-8a1c-cc3ea9842fca
2022-10-24T07:03:23.843Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.844Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:23.845Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a08dbbb3-9f99-4f01-bde8-79ca7a524b3a
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.846Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:23.847Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-24 07-02-08
Description:catalog service description
Model UUID:0ab58581-0eda-4911-bd4e-3bc1c2251221
Model Version:NULL
Model InvariantUuid:d2aacc1c-0be1-4050-858e-3c807bfd84a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4a21e104-95e4
Model UUID:5d007d62-3c09-49bb-ad6c-2cd9df5022bd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9fb58336-74db-4ee7-b236-9cad6427f89b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba885693-fffa-43a6-b8be-640c7ebb0ae4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ce4c26d9-4f4b-452b-b327-7f20890c1135
ModelName:Vfw4a21e10495e4..base_vfw..module-0
ModelUuid:160122eb-adc0-4357-8983-b8465a5048da
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1f4bfa5-dc06-41be-95ac-2917924f2d00
ModelInvariantUuid:6e6826a7-4a63-4ef0-bca2-de686fe38018
ModelName:vFW 4a21e104-95e4-nodes.vfwCvfc
ModelUuid:03bc8d98-6286-43a0-90ba-35517f918080
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0f5ce4ce-0d76-48e0-80b6-7e66ef1dea23
ModelInvariantUuid:4c510073-4659-44c2-8fff-ecff0d5b7394
ModelName:Vfw4a21e10495e4.compute.nodes.heat.vfw
ModelUuid:6e49f4f7-d5e3-45da-aafe-e919dc1f2c60
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f832b359-5223-431f-8a1c-cc3ea9842fca
ModelInvariantUuid:9a964888-2a21-484e-8f79-35ab50ff2597
ModelName:vFW 4a21e104-95e4-nodes.vsnCvfc
ModelUuid:f64103f9-eb06-4984-8a2b-1a5c29514ff1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8dbc761f-bba8-4b56-a027-76dba31873a2
ModelInvariantUuid:99d89073-b5bc-403c-aedd-a9e6cfd3c4b0
ModelName:Vfw4a21e10495e4.compute.nodes.heat.vsn
ModelUuid:0bbf60ae-2ee0-4a3a-aae7-8287f85aa05b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a08dbbb3-9f99-4f01-bde8-79ca7a524b3a
ModelInvariantUuid:10429596-5d71-4c1d-b258-af6962bc1561
ModelName:vFW 4a21e104-95e4-nodes.vpgCvfc
ModelUuid:4ed1d7b7-19ab-46e1-aa2e-10a6feb246af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:03364c47-4948-41fa-a8d3-603babe0553d
ModelInvariantUuid:4091fd89-051c-419b-8da6-405e68fcc867
ModelName:Vfw4a21e10495e4.compute.nodes.heat.vpg
ModelUuid:cf0cf98b-2ea5-4705-bd03-36cda3e3b251
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-10-24T07:03:23.871Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: afc9d36c-853a-497e-ac67-841a45540ecd
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-10-24T07:03:23.968Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||vFW 4a21e104-95e4 0
2022-10-24T07:03:23.974Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afc9d36c-853a-497e-ac67-841a45540ecd
2022-10-24T07:03:23.975Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 736513aa-bc0f-4a69-82fb-205da001c353 from URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
2022-10-24T07:03:23.975Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:03:23.975Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
2022-10-24T07:03:24.026Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json 736513aa-bc0f-4a69-82fb-205da001c353 785
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json ASDC sendASDCNotification
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:03:24.027Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:24.030Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:24.030Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595004027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:03:24.132Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-24T07:03:24.133Z||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-10-24T07:03:24.133Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:24.145Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:24.145Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:25.032Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4a21e10495e4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ce4c26d9-4f4b-452b-b327-7f20890c1135",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "160122eb-adc0-4357-8983-b8465a5048da",
    "vfModuleModelCustomizationUUID": "704016e3-2f38-47cb-9824-4e653234fe32",
    "isBase": true,
    "artifacts": [
      "7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65",
      "1dcacac8-0076-4b96-9441-c2bc0fbd8d08"
    ],
    "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-10-24T07:03:25.048Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a21e10495e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:160122eb-adc0-4357-8983-b8465a5048da
VfModuleModelInvariantUUID:ce4c26d9-4f4b-452b-b327-7f20890c1135
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65
,
1dcacac8-0076-4b96-9441-c2bc0fbd8d08

}
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-10-24T07:03:25.052Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4a21e10495e4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ce4c26d9-4f4b-452b-b327-7f20890c1135",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "160122eb-adc0-4357-8983-b8465a5048da",
    "vfModuleModelCustomizationUUID": "704016e3-2f38-47cb-9824-4e653234fe32",
    "isBase": true,
    "artifacts": [
      "7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65",
      "1dcacac8-0076-4b96-9441-c2bc0fbd8d08"
    ],
    "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-10-24T07:03:25.052Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4a21e10495e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:160122eb-adc0-4357-8983-b8465a5048da
VfModuleModelInvariantUUID:ce4c26d9-4f4b-452b-b327-7f20890c1135
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65
,
1dcacac8-0076-4b96-9441-c2bc0fbd8d08

}
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-10-24T07:03:25.052Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65 from URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
2022-10-24T07:03:25.052Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:03:25.053Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
2022-10-24T07:03:25.112Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:03:25.113Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml 7c36922c-97dd-4ce0-acc2-2e9fdd5b9f65 20368
2022-10-24T07:03:25.113Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-24T07:03:25.114Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
2022-10-24T07:03:25.114Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:03:25.114Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:25.116Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:25.116Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595005113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:03:25.216Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:25.217Z||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-10-24T07:03:25.217Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:25.230Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:25.230Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:26.117Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1dcacac8-0076-4b96-9441-c2bc0fbd8d08 from URL: /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
2022-10-24T07:03:26.117Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:03:26.117Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
2022-10-24T07:03:26.166Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:03:26.166Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env 1dcacac8-0076-4b96-9441-c2bc0fbd8d08 2098
2022-10-24T07:03:26.167Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-24T07:03:26.167Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
2022-10-24T07:03:26.167Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:03:26.167Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:26.169Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:26.169Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595006167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:03:26.269Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:26.270Z||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-10-24T07:03:26.271Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:26.282Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:26.282Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:27.170Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0ab58581-0eda-4911-bd4e-3bc1c2251221
2022-10-24T07:03:27.170Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4a21e104-95e4 0 afc9d36c-853a-497e-ac67-841a45540ecd 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-10-24T07:03:27.220Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@590cc8d2, org.onap.sdc.toscaparser.api.parameters.Input@2abcbf40, org.onap.sdc.toscaparser.api.parameters.Input@11689ec2, org.onap.sdc.toscaparser.api.parameters.Input@1ae59d1c, org.onap.sdc.toscaparser.api.parameters.Input@25908cca]
2022-10-24T07:03:27.225Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.226Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-10-24T07:03:27.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ba885693-fffa-43a6-b8be-640c7ebb0ae4
2022-10-24T07:03:27.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba885693-fffa-43a6-b8be-640c7ebb0ae4 matches Tosca VF Customization UUID: ba885693-fffa-43a6-b8be-640c7ebb0ae4
2022-10-24T07:03:27.228Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ba885693-fffa-43a6-b8be-640c7ebb0ae4  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-10-24T07:03:27.237Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.237Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.239Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ba885693-fffa-43a6-b8be-640c7ebb0ae4: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-24T07:03:27.239Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@430e011e
2022-10-24T07:03:27.239Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.239Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:03:27.240Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 704016e3-2f38-47cb-9824-4e653234fe32
2022-10-24T07:03:27.241Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 704016e3-2f38-47cb-9824-4e653234fe32
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-10-24T07:03:27.247Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.248Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.248Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.249Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.249Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.249Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.250Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.250Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:27.250Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:27.250Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-24T07:03:27.251Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:27.251Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:27.251Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:27.251Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:27.252Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.253Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d1f4bfa5-dc06-41be-95ac-2917924f2d00
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-10-24T07:03:27.260Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.260Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.261Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.261Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.261Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.262Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.263Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:27.263Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:27.263Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-24T07:03:27.263Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-24T07:03:27.264Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.264Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-24T07:03:27.264Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.264Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f832b359-5223-431f-8a1c-cc3ea9842fca
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-10-24T07:03:27.267Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.267Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.268Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.271Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.271Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is not matching search criteria
2022-10-24T07:03:27.272Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-24T07:03:27.272Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-24T07:03:27.273Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.273Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.273Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.274Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-24T07:03:27.274Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-24T07:03:27.274Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-24T07:03:27.275Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-24T07:03:27.275Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-24T07:03:27.275Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-24T07:03:27.276Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-24T07:03:27.276Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a08dbbb3-9f99-4f01-bde8-79ca7a524b3a
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-10-24T07:03:27.279Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.279Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.280Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:03:27.280Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.280Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Node template vFW 4a21e104-95e4 0 is matching search criteria
2022-10-24T07:03:27.280Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4a21e104-95e4 0] matching following query criteria: sdcType=VF, customizationUUID=ba885693-fffa-43a6-b8be-640c7ebb0ae4
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-10-24T07:03:27.283Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.283Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.284Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0ab58581-0eda-4911-bd4e-3bc1c2251221: vFW 4a21e104-95e4
2022-10-24T07:03:27.284Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.284Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.285Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.285Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.285Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.285Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.286Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.286Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.286Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:03:27.286Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-10-24 07-02-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:03:27.287Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-10-24 07-02-08 
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-10-24T07:03:27.569Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4a21e104-95e4 afc9d36c-853a-497e-ac67-841a45540ecd 1 ASDC deployResourceStructure
2022-10-24T07:03:27.570Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json ASDC sendASDCNotification
2022-10-24T07:03:27.571Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json
2022-10-24T07:03:27.571Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:03:27.571Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:27.574Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:27.575Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595007570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:03:27.674Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:27.675Z||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-10-24T07:03:27.675Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:27.686Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:27.686Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:28.576Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-24T07:03:28.577Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml
2022-10-24T07:03:28.577Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:03:28.577Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:28.579Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:28.579Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595008576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:03:28.679Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:28.680Z||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-10-24T07:03:28.680Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:28.693Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:28.694Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:29.580Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-24T07:03:29.581Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env
2022-10-24T07:03:29.581Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:03:29.582Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:29.584Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:29.584Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595009580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:03:29.684Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:03:29.685Z||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-10-24T07:03:29.685Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:29.698Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:29.698Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:30.586Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar ASDC sendASDCNotification
2022-10-24T07:03:30.586Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar
2022-10-24T07:03:30.587Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:03:30.587Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:03:30.589Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:03:30.589Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595010585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:03:30.689Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:03:30.690Z||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-10-24T07:03:30.690Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:03:30.702Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:03:30.703Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:03:31.591Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:03:31.615Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:03:31.617Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:03:31.618Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:03:31.618Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:04:01.618Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:04:01.634Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:04:01.638Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:04:01.638Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:04:01.638Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:04:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:04:11.135Z||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-10-24T07:04:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:04:11.154Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:04:11.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:04:11.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "cds",
  "timestamp": 1666594983044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:04:11.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:04:31.639Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:04:31.651Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:04:31.653Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:04:31.654Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:04:31.654Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:05:01.654Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:05:01.665Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:05:01.668Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:05:01.668Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:05:01.668Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:05:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:05:11.135Z||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-10-24T07:05:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:05:11.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:05:11.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:05:11.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666594987871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:05:11.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:05:31.669Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:05:31.679Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:05:31.681Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:05:31.682Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:05:31.682Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:06:01.682Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:06:01.691Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:06:01.694Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:06:01.694Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:06:01.694Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:06:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:06:11.135Z||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-10-24T07:06:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:06:11.156Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:06:11.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594990397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "cds",
  "timestamp": 1666594990865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666594987871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594991470,
  "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-10-24T07:06:11.168Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be109a46-11e2-4578-a129-bc53f768437d
2022-10-24T07:06:11.168Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:06:11.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:06:11.177Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.177Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "cds",
  "timestamp": 1666594991889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-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-10-24T07:06:11.182Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be109a46-11e2-4578-a129-bc53f768437d
2022-10-24T07:06:11.182Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:06:11.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666594987871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666594992474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666594987871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.192Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666594987871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666594995746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594991130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666594999395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666594999823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666594999823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666594999823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595004027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666594999823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595005113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666594999823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595006167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666594999823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595007570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/vfw4a21e10495e40_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666594999823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595008576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595007661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595009580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/resourceInstances/vfw4a21e10495e40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595010585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666595011582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:06:11.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "aai-ml",
  "timestamp": 1666595012588,
  "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-10-24T07:06:11.210Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be109a46-11e2-4578-a129-bc53f768437d
2022-10-24T07:06:11.210Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:06:11.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595013322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221024070208/1.0/artifacts/service-Vfw20221024070208-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:06:11.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:06:11.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595014326,
  "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-10-24T07:06:11.222Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be109a46-11e2-4578-a129-bc53f768437d
2022-10-24T07:06:11.223Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:06:11.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595041173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "cds",
  "timestamp": 1666595043044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595041173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "cds",
  "timestamp": 1666595043044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595041173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "cds",
  "timestamp": 1666595043044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595041173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "cds",
  "timestamp": 1666595043044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595041173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "cds",
  "timestamp": 1666595043044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595047871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595041173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "cds",
  "timestamp": 1666595043044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595047871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.234Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595041173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "cds",
  "timestamp": 1666595043044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:06:11.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:06:31.695Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:06:31.707Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be109a46-11e2-4578-a129-bc53f768437d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:06:31.710Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:06:31.710Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:06:31.710Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:06:31.710Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:06:31.711Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:06:31.711Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:06:31.711Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:06:31.711Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:06:31.712Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:06:31.712Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||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-10-24T07:06:31.718Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:07:01.718Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be109a46-11e2-4578-a129-bc53f768437d 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-10-24T07:07:01.728Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be109a46-11e2-4578-a129-bc53f768437d and serviceModelVersionId: 0ab58581-0eda-4911-bd4e-3bc1c2251221
2022-10-24T07:07:01.728Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2aacc1c-0be1-4050-858e-3c807bfd84a9
2022-10-24T07:07:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:07:11.135Z||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-10-24T07:07:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:11.659Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:11.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595047871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "cds",
  "timestamp": 1666595050824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595047871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "cds",
  "timestamp": 1666595051830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-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-10-24T07:07:11.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 540ca8df-b025-4d4e-ad66-fb5992d1d581
2022-10-24T07:07:11.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:07:11.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595047871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595052504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595047871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595052504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595047871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595052504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595055637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595052504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595052504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595052504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595052504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:07:11.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595060253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595059823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595061315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595059823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595062366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595059823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595063107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:07:11.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595063392,
  "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-10-24T07:07:11.693Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 540ca8df-b025-4d4e-ad66-fb5992d1d581
2022-10-24T07:07:11.694Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:07:11.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595059823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "aai-ml",
  "timestamp": 1666595064111,
  "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-10-24T07:07:11.707Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 540ca8df-b025-4d4e-ad66-fb5992d1d581
2022-10-24T07:07:11.707Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:07:11.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595064397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595059823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595059823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595059823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595067582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:11.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595070011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:07:11.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595071016,
  "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-10-24T07:07:11.720Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 540ca8df-b025-4d4e-ad66-fb5992d1d581
2022-10-24T07:07:11.720Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:07:17.279Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0
2022-10-24T07:07:17.387Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:07:17.867Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?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-10-24T07:07:17.872Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0|INFO|500||Invoke
2022-10-24T07:07:17.976Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-24T07:07:18.210Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0|INFO|500||InvokeReturn
2022-10-24T07:07:18.212Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2aacc1c-0be1-4050-858e-3c807bfd84a9/model-vers/model-ver/0ab58581-0eda-4911-bd4e-3bc1c2251221?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221024-07:07:17:603-58151], vertex-id=[184480], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:07:17 GMT], Content-Type=[application/json]}
2022-10-24T07:07:18.213Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:07:18.216Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:07:18.216Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||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-10-24T07:07:18.222Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||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-10-24T07:07:18.223Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be109a46-11e2-4578-a129-bc53f768437d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:07:18.224Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:07:18.225Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:18.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:18.227Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595238223,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:07:18.327Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:18.328Z||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-10-24T07:07:18.328Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:18.342Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:18.342Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-24T07:07:19.240Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:07:19.241Z|be109a46-11e2-4578-a129-bc53f768437d|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-10-24T07:07:19.241Z|be109a46-11e2-4578-a129-bc53f768437d|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:23.666Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:23.667Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:07:23.667Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"540ca8df-b025-4d4e-ad66-fb5992d1d581","serviceName":"basic_onboard_GupLij","serviceVersion":"1.0","serviceUUID":"2f5b5c04-edb6-4c4a-8750-ca1f8c32b091","serviceDescription":"service","serviceInvariantUUID":"6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3","resources":[{"resourceInstanceName":"basic_onboard_GupLij 0","resourceName":"basic_onboard_GupLij","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9978e3eb-0c92-44c8-ac23-9c6a28667741","resourceInvariantUUID":"6b0f5913-6005-4689-a2c4-31b24e5a09d7","resourceCustomizationUUID":"c08a8e3e-9d5e-426a-804a-2bfab9679144","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml","artifactChecksum":"ZGUwMDk3NzA4YWQ0ZjkyZjBjNmQwNWQ5MzhlMTg4ZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"51fae0de-aefb-4849-97db-dd5b37d2548d","artifactVersion":"1"},{"artifactName":"basic_onboard_guplij0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json","artifactChecksum":"NmE5MGJiMTdhZmM2M2FiODM4OGViYjY3NDMyMDA5OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e34d8af-06d4-46a2-9d85-dcc3f9df92cc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7130c732-9384-41dd-8d2e-4198fcb7cde1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d92e8edd-d471-4297-bf81-4c50d68355e4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b","artifactVersion":"2","generatedFromUUID":"7130c732-9384-41dd-8d2e-4198fcb7cde1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGuplij-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml","artifactChecksum":"ODdmYTFjMDRjOTExNmZhM2IwMmNkNDkzODE1NWY0YWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfe9846d-1e26-45b1-8d80-66f35f4ccf3f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGuplij-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar","artifactChecksum":"OTEzMDViN2NhYzg5MTBmMzIyOWY4MzNiN2E5NWE3Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"efe955b0-2a3c-486b-ac5e-cb90821e1757","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:07:23.670Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:23.670Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:23.672Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:23.672Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:23.773Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:23.774Z||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-10-24T07:07:23.774Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:23.807Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:23.809Z||pool-19-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:24.673Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:24.674Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:24.676Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:24.676Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:07:24.776Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:24.777Z||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-10-24T07:07:24.777Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:24.790Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:24.790Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:25.677Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:25.678Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:25.680Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:25.680Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:07:25.781Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:07:25.782Z||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-10-24T07:07:25.782Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:25.794Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:25.794Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:26.681Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:26.681Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:26.684Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:26.684Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:26.784Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:26.785Z||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-10-24T07:07:26.785Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:26.797Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:26.797Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:27.684Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:27.685Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:27.687Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:27.687Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-24T07:07:27.787Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:27.788Z||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-10-24T07:07:27.788Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:27.800Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:27.800Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:28.688Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:28.689Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:28.691Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:28.692Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:07:28.792Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:28.792Z||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-10-24T07:07:28.793Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:28.818Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:28.819Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:29.692Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:07:29.694Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:29.696Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:29.696Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:07:29.796Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:29.797Z||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-10-24T07:07:29.797Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:29.809Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:29.809Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:07:30.698Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "serviceName": "basic_onboard_GupLij",
  "serviceVersion": "1.0",
  "serviceUUID": "2f5b5c04-edb6-4c4a-8750-ca1f8c32b091",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GupLij 0",
      "resourceCustomizationUUID": "c08a8e3e-9d5e-426a-804a-2bfab9679144",
      "resourceName": "basic_onboard_GupLij",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9978e3eb-0c92-44c8-ac23-9c6a28667741",
      "resourceInvariantUUID": "6b0f5913-6005-4689-a2c4-31b24e5a09d7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_guplij0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
          "artifactChecksum": "NmE5MGJiMTdhZmM2M2FiODM4OGViYjY3NDMyMDA5OGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9e34d8af-06d4-46a2-9d85-dcc3f9df92cc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7130c732-9384-41dd-8d2e-4198fcb7cde1",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b",
            "generatedFromUUID": "7130c732-9384-41dd-8d2e-4198fcb7cde1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGuplij-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
      "artifactChecksum": "OTEzMDViN2NhYzg5MTBmMzIyOWY4MzNiN2E5NWE3Y2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "efe955b0-2a3c-486b-ac5e-cb90821e1757"
    }
  ],
  "workloadContext": "Production"
}
2022-10-24T07:07:30.698Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:07:30.699Z|be109a46-11e2-4578-a129-bc53f768437d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091 ASDC
2022-10-24T07:07:30.699Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:540ca8df-b025-4d4e-ad66-fb5992d1d581
ServiceName:basic_onboard_GupLij
ServiceVersion:1.0
ServiceUUID:2f5b5c04-edb6-4c4a-8750-ca1f8c32b091
ServiceInvariantUUID:6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGuplij-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
ArtifactUUID:efe955b0-2a3c-486b-ac5e-cb90821e1757
ArtifactChecksum:OTEzMDViN2NhYzg5MTBmMzIyOWY4MzNiN2E5NWE3Y2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GupLij 0
ResourceCustomizationUUID:c08a8e3e-9d5e-426a-804a-2bfab9679144
ResourceInvariantUUID:6b0f5913-6005-4689-a2c4-31b24e5a09d7
ResourceName:basic_onboard_GupLij
ResourceType:VF
ResourceUUID:9978e3eb-0c92-44c8-ac23-9c6a28667741
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_guplij0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
ArtifactUUID:9e34d8af-06d4-46a2-9d85-dcc3f9df92cc
ArtifactChecksum:NmE5MGJiMTdhZmM2M2FiODM4OGViYjY3NDMyMDA5OGI=
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/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7130c732-9384-41dd-8d2e-4198fcb7cde1
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/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
ArtifactUUID:3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b
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/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
ArtifactUUID:3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-24T07:07:30.700Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091 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-10-24T07:07:30.727Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:07:30.728Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:07:30.728Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:07:30.728Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: efe955b0-2a3c-486b-ac5e-cb90821e1757 from URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:30.728Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:07:30.729Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:30.890Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:07:30.894Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar efe955b0-2a3c-486b-ac5e-cb90821e1757 75301
2022-10-24T07:07:30.894Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar ASDC sendASDCNotification
2022-10-24T07:07:30.894Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:30.895Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:07:30.895Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:30.897Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:30.898Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595250894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:30.998Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:30.999Z||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-10-24T07:07:30.999Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:31.009Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:31.009Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:31.898Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:07:31.899Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-10-24T07:07:31.900Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: efe955b0-2a3c-486b-ac5e-cb90821e1757, URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar to file: /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:31.900Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:31.901Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:31.901Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:32.077Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16100777978589577616/Definitions/service-BasicOnboardGuplij-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-24T07:07:33.098Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:07:33.098Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-24T07:07:33.098Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||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-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||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-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.099Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||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-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GupLij 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||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-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-10-24T07:07:33.100Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.101Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.101Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.101Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-24T07:07:33.101Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:07:33.102Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.102Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.102Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.102Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-10-24T07:07:33.103Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:07:33.103Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.103Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.103Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.104Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is not matching search criteria
2022-10-24T07:07:33.104Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-24T07:07:33.104Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-24T07:07:33.104Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:07:33.105Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.106Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.106Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:33.106Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:33.107Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:33.108Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.108Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is not matching search criteria
2022-10-24T07:07:33.108Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-24T07:07:33.108Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-24T07:07:33.109Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e9fec4ae-c7d4-4626-8be3-7b058d5fe8ad
2022-10-24T07:07:33.109Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.109Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.109Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.110Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.110Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.110Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.110Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:33.111Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:33.111Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GupLij
Description:service
Model UUID:2f5b5c04-edb6-4c4a-8750-ca1f8c32b091
Model Version:NULL
Model InvariantUuid:6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GupLij
Model UUID:e1f35bf1-c0e3-46c4-b901-bf7e07ebe584
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b0f5913-6005-4689-a2c4-31b24e5a09d7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c08a8e3e-9d5e-426a-804a-2bfab9679144
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1191404b-b63f-4259-9807-05c65c3c8719
ModelName:BasicOnboardGuplij..base_ubuntu18..module-0
ModelUuid:7bd258c3-6c06-4c9a-8599-dca82b7bde4f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e9fec4ae-c7d4-4626-8be3-7b058d5fe8ad
ModelInvariantUuid:a2ec3101-b39b-4398-9feb-24b1a8541ce0
ModelName:basic_onboard_GupLij-nodes.ubuntu18Cvfc
ModelUuid:d39d2b7c-ee60-4d0f-bcfe-676406cc23ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:8161c369-c3a1-4c85-9a05-fb404a3db634
ModelInvariantUuid:f066c8f9-7fd6-4839-bd22-db47cc15457f
ModelName:BasicOnboardGuplij.compute.nodes.heat.ubuntu18
ModelUuid:c4d93387-3fdb-425b-8abb-c4ee75f5043a
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-10-24T07:07:33.118Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9978e3eb-0c92-44c8-ac23-9c6a28667741
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-10-24T07:07:33.120Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||basic_onboard_GupLij 0
2022-10-24T07:07:33.121Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9978e3eb-0c92-44c8-ac23-9c6a28667741
2022-10-24T07:07:33.121Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9e34d8af-06d4-46a2-9d85-dcc3f9df92cc from URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
2022-10-24T07:07:33.121Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:07:33.121Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
2022-10-24T07:07:33.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:07:33.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json 9e34d8af-06d4-46a2-9d85-dcc3f9df92cc 798
2022-10-24T07:07:33.170Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json ASDC sendASDCNotification
2022-10-24T07:07:33.170Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
2022-10-24T07:07:33.170Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:07:33.170Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:33.172Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:33.173Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595253170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:33.273Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:33.274Z||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-10-24T07:07:33.274Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:33.283Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:33.284Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:34.173Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGuplij..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1191404b-b63f-4259-9807-05c65c3c8719",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7bd258c3-6c06-4c9a-8599-dca82b7bde4f",
    "vfModuleModelCustomizationUUID": "588d3de1-2eeb-4174-91aa-960f9439b76c",
    "isBase": true,
    "artifacts": [
      "7130c732-9384-41dd-8d2e-4198fcb7cde1",
      "3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b"
    ],
    "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-10-24T07:07:34.179Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGuplij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7bd258c3-6c06-4c9a-8599-dca82b7bde4f
VfModuleModelInvariantUUID:1191404b-b63f-4259-9807-05c65c3c8719
VfModuleModelDescription:NULL
Artifacts UUID List:{
7130c732-9384-41dd-8d2e-4198fcb7cde1
,
3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b

}
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-10-24T07:07:34.181Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGuplij..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1191404b-b63f-4259-9807-05c65c3c8719",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7bd258c3-6c06-4c9a-8599-dca82b7bde4f",
    "vfModuleModelCustomizationUUID": "588d3de1-2eeb-4174-91aa-960f9439b76c",
    "isBase": true,
    "artifacts": [
      "7130c732-9384-41dd-8d2e-4198fcb7cde1",
      "3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b"
    ],
    "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-10-24T07:07:34.181Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGuplij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7bd258c3-6c06-4c9a-8599-dca82b7bde4f
VfModuleModelInvariantUUID:1191404b-b63f-4259-9807-05c65c3c8719
VfModuleModelDescription:NULL
Artifacts UUID List:{
7130c732-9384-41dd-8d2e-4198fcb7cde1
,
3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b

}
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-10-24T07:07:34.181Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7130c732-9384-41dd-8d2e-4198fcb7cde1 from URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
2022-10-24T07:07:34.182Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:07:34.182Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
2022-10-24T07:07:34.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:07:34.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml 7130c732-9384-41dd-8d2e-4198fcb7cde1 5033
2022-10-24T07:07:34.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-24T07:07:34.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
2022-10-24T07:07:34.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:07:34.230Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:34.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:34.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595254229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:34.332Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:34.333Z||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-10-24T07:07:34.333Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:34.344Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:34.345Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:35.238Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b from URL: /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
2022-10-24T07:07:35.239Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-10-24T07:07:35.240Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
2022-10-24T07:07:35.285Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-10-24T07:07:35.286Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env 3ffe0d66-c8f4-4a89-8efd-57c5d5c1c87b 909
2022-10-24T07:07:35.286Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-24T07:07:35.287Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
2022-10-24T07:07:35.287Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:07:35.288Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:35.290Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:35.290Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595255286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:07:35.390Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:35.391Z||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-10-24T07:07:35.391Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:35.404Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:35.406Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:07:36.291Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091
2022-10-24T07:07:36.292Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GupLij 0 9978e3eb-0c92-44c8-ac23-9c6a28667741 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-10-24T07:07:36.307Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73340f7b, org.onap.sdc.toscaparser.api.parameters.Input@21a41b3e, org.onap.sdc.toscaparser.api.parameters.Input@489e88a, org.onap.sdc.toscaparser.api.parameters.Input@6c9c0be4, org.onap.sdc.toscaparser.api.parameters.Input@3f808edb]
2022-10-24T07:07:36.308Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-10-24T07:07:36.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c08a8e3e-9d5e-426a-804a-2bfab9679144
2022-10-24T07:07:36.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c08a8e3e-9d5e-426a-804a-2bfab9679144 matches Tosca VF Customization UUID: c08a8e3e-9d5e-426a-804a-2bfab9679144
2022-10-24T07:07:36.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c08a8e3e-9d5e-426a-804a-2bfab9679144  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-10-24T07:07:36.315Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.315Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c08a8e3e-9d5e-426a-804a-2bfab9679144: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79358b63
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 588d3de1-2eeb-4174-91aa-960f9439b76c
2022-10-24T07:07:36.316Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 588d3de1-2eeb-4174-91aa-960f9439b76c
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-10-24T07:07:36.319Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:36.320Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:36.321Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is not matching search criteria
2022-10-24T07:07:36.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-24T07:07:36.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-24T07:07:36.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e9fec4ae-c7d4-4626-8be3-7b058d5fe8ad
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-10-24T07:07:36.325Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.325Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:36.326Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:07:36.326Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.326Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_GupLij 0 is matching search criteria
2022-10-24T07:07:36.326Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_GupLij 0] matching following query criteria: sdcType=VF, customizationUUID=c08a8e3e-9d5e-426a-804a-2bfab9679144
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-10-24T07:07:36.328Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.328Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.328Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091: basic_onboard_GupLij
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_GupLij is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:07:36.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_GupLij 
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-10-24T07:07:36.407Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GupLij 9978e3eb-0c92-44c8-ac23-9c6a28667741 1 ASDC deployResourceStructure
2022-10-24T07:07:36.408Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json ASDC sendASDCNotification
2022-10-24T07:07:36.408Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json
2022-10-24T07:07:36.408Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:07:36.409Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:36.411Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:36.411Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595256408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:07:36.511Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:36.512Z||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-10-24T07:07:36.512Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:36.523Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:36.524Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:37.412Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-24T07:07:37.413Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml
2022-10-24T07:07:37.413Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:07:37.414Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:37.416Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:37.416Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595257412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:07:37.516Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:37.517Z||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-10-24T07:07:37.518Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:37.529Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:37.529Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:38.417Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-24T07:07:38.418Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env
2022-10-24T07:07:38.418Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:07:38.419Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:38.421Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:38.421Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595258417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:07:38.521Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:07:38.522Z||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-10-24T07:07:38.522Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:38.534Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:38.535Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:39.422Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar ASDC sendASDCNotification
2022-10-24T07:07:39.423Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar
2022-10-24T07:07:39.423Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:07:39.424Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:07:39.426Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:07:39.426Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595259422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:07:39.526Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:07:39.527Z||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-10-24T07:07:39.527Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:07:39.538Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:07:39.539Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:07:40.427Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 540ca8df-b025-4d4e-ad66-fb5992d1d581
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:07:40.438Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 540ca8df-b025-4d4e-ad66-fb5992d1d581
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:07:40.441Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:07:40.442Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:07:40.442Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:07:40.442Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||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-10-24T07:07:40.447Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:08:10.447Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 540ca8df-b025-4d4e-ad66-fb5992d1d581 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-10-24T07:08:10.455Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 540ca8df-b025-4d4e-ad66-fb5992d1d581 and serviceModelVersionId: 2f5b5c04-edb6-4c4a-8750-ca1f8c32b091
2022-10-24T07:08:10.456Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3
2022-10-24T07:08:10.457Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0
2022-10-24T07:08:10.460Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:08:10.507Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|INFO|500||Invoke
2022-10-24T07:08:10.508Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[540ca8df-b025-4d4e-ad66-fb5992d1d581], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dcbe9d6d-9153-4124-a21b-c14446981f27], X-ECOMP-RequestID=[540ca8df-b025-4d4e-ad66-fb5992d1d581], X-TransactionId=[], X-ONAP-RequestID=[540ca8df-b025-4d4e-ad66-fb5992d1d581], Content-Type=[application/merge-patch+json]}
2022-10-24T07:08:10.532Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-24T07:08:10.634Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?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/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221024-07:08:10:157-69526], vertex-id=[196696], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:08:10 GMT], Content-Type=[application/json]}
2022-10-24T07:08:10.635Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:08:10.636Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bfcecd1-cb19-42e1-b2c4-1764a6f9d5e3/model-vers/model-ver/2f5b5c04-edb6-4c4a-8750-ca1f8c32b091?depth=0|INFO|500||InvokeReturn
2022-10-24T07:08:10.637Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:08:10.637Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||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-10-24T07:08:10.642Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||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-10-24T07:08:10.642Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 540ca8df-b025-4d4e-ad66-fb5992d1d581 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:08:10.642Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:08:10.643Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:08:10.645Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:08:10.645Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595290642,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:08:10.745Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:08:10.746Z||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-10-24T07:08:10.746Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:10.764Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:08:10.765Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:08:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:11.135Z||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-10-24T07:08:11.135Z||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 RjBihX1uE6F8S7Dg) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:08:11.658Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:11.659Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:08:11.659Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:11.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:08:11.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "be109a46-11e2-4578-a129-bc53f768437d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595238223,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:08:11.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:08:11.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:08:11.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:08:11.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:08:11.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:08:11.766Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:08:11.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-24T07:08:11.767Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:08:11.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:08:11.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:08:11.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595239240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:08:11.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:08:11.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595250894,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595253170,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595254229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:08:11.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595255286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:08:11.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595256408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/basic_onboard_guplij0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:08:11.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595257412,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:08:11.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595258417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/resourceInstances/basic_onboard_guplij0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:08:11.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595259422,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGuplij/1.0/artifacts/service-BasicOnboardGuplij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:08:11.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-24T07:08:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "540ca8df-b025-4d4e-ad66-fb5992d1d581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595290642,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:08:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:08:21.204Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:08:21.204Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:21.205Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:08:21.205Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:30.757Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:08:30.758Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:30.758Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:08:30.759Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:40.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:08:40.298Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:08:40.299Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:08:40.299Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:08:49.842Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:09:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:09:11.130Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:09:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:09:11.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:09:11.135Z||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-10-24T07:09:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:09:20.670Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:09:20.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:10:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:10:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:10:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:10:11.135Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:10:11.136Z||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-10-24T07:10:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:10:20.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:10:20.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:11:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:11:11.130Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:11:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:11:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:11:11.135Z||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-10-24T07:11:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:11:20.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:11:20.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:12:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:12:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:12:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:12:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:12:11.134Z||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-10-24T07:12:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:12:20.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:12:20.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:13:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:13:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:13:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:13:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:13:11.135Z||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-10-24T07:13:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:13:20.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:13:20.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:14:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:14:11.132Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:14:11.132Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:14:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:14:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:14:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:14:20.685Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:14:20.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:15:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:15:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:15:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:15:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:15:11.135Z||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-10-24T07:15:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:15:20.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:15:20.695Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:16:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:16:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:16:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:16:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:16:11.135Z||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-10-24T07:16:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:16:20.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:16:20.697Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:11.130Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:17:11.131Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:17:11.131Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:17:11.135Z||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-10-24T07:17:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:11.327Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:11.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595792504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "cds",
  "timestamp": 1666595793051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595792504,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "cds",
  "timestamp": 1666595793051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "cds",
  "timestamp": 1666595795798,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "cds",
  "timestamp": 1666595796806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-24T07:17:11.359Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20b61d19-4ed4-4186-b062-c4f7a6194f94
2022-10-24T07:17:11.359Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b61d19-4ed4-4186-b062-c4f7a6194f94 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-10-24T07:17:11.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "aai-ml",
  "timestamp": 1666595797871,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "aai-ml",
  "timestamp": 1666595797871,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "aai-ml",
  "timestamp": 1666595800603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:17:11.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595801173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595801173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "aai-ml",
  "timestamp": 1666595804755,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "aai-ml",
  "timestamp": 1666595805760,
  "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-10-24T07:17:11.384Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20b61d19-4ed4-4186-b062-c4f7a6194f94
2022-10-24T07:17:11.384Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b61d19-4ed4-4186-b062-c4f7a6194f94 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-10-24T07:17:11.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595809824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595809824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595812573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595814235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:17:11.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:17:11.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595815238,
  "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-10-24T07:17:11.400Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20b61d19-4ed4-4186-b062-c4f7a6194f94
2022-10-24T07:17:11.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20b61d19-4ed4-4186-b062-c4f7a6194f94 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-10-24T07:17:11.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595823044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595821173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595821173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595823044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595821173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595823044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595821173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595823044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595821173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595823044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595827871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595821173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595823044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595827871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:17:11.762Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:11.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-24T07:17:11.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"20b61d19-4ed4-4186-b062-c4f7a6194f94","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99","serviceDescription":"service","serviceInvariantUUID":"89be85d9-cc55-4df8-845f-649f1a7197a0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"134a179f-d8c8-4a11-b7b3-52d7122ff672","resourceInvariantUUID":"b5e9172d-e547-43e3-8162-3a169be0cf09","resourceCustomizationUUID":"63928cc2-b2e2-4038-8e64-e22235059677","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":"YjE4OTQ4NzY3YjYyY2Y3M2NmOGQ2YTU1NzZkZWFiODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4766e64-010c-4f54-90f1-761b0bc137bd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTJjOWQ1NTgxNGYzMWFkODI0MjYzY2FjNWQ4OGFjZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3332a8de-b488-4491-a898-526d5737007a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:17:11.769Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:11.770Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:11.774Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:11.775Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:11.875Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:17:11.876Z||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-10-24T07:17:11.876Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:11.886Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:11.887Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:17:12.775Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:12.776Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:12.779Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:12.779Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:17:12.879Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:12.880Z||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-10-24T07:17:12.880Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:12.891Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:12.891Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:13.780Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99",
  "serviceDescription": "service",
  "serviceInvariantUUID": "89be85d9-cc55-4df8-845f-649f1a7197a0",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "63928cc2-b2e2-4038-8e64-e22235059677",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "134a179f-d8c8-4a11-b7b3-52d7122ff672",
      "resourceInvariantUUID": "b5e9172d-e547-43e3-8162-3a169be0cf09",
      "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": "MTJjOWQ1NTgxNGYzMWFkODI0MjYzY2FjNWQ4OGFjZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3332a8de-b488-4491-a898-526d5737007a"
    }
  ],
  "workloadContext": "Production"
}
2022-10-24T07:17:13.781Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:17:13.781Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99 ASDC
2022-10-24T07:17:13.782Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:20b61d19-4ed4-4186-b062-c4f7a6194f94
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
ServiceInvariantUUID:89be85d9-cc55-4df8-845f-649f1a7197a0
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:3332a8de-b488-4491-a898-526d5737007a
ArtifactChecksum:MTJjOWQ1NTgxNGYzMWFkODI0MjYzY2FjNWQ4OGFjZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:63928cc2-b2e2-4038-8e64-e22235059677
ResourceInvariantUUID:b5e9172d-e547-43e3-8162-3a169be0cf09
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:134a179f-d8c8-4a11-b7b3-52d7122ff672
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-24T07:17:13.783Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99 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-10-24T07:17:13.811Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:17:13.812Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:13.813Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:13.813Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3332a8de-b488-4491-a898-526d5737007a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-24T07:17:13.813Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:17:13.813Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-24T07:17:13.877Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:17:13.880Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3332a8de-b488-4491-a898-526d5737007a 57664
2022-10-24T07:17:13.880Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-24T07:17:13.881Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-24T07:17:13.881Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:17:13.882Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:13.884Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:13.884Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595833880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:17:13.984Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:13.985Z||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-10-24T07:17:13.985Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:13.998Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:13.999Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:14.885Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:17:14.887Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:14.888Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3332a8de-b488-4491-a898-526d5737007a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-24T07:17:14.889Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-24T07:17:14.890Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-24T07:17:14.891Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-24T07:17:15.063Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14911636820316290891/Definitions/service-BasicNetwork-template.yml
2022-10-24T07:17:15.628Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:17:15.628Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.629Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.630Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-24T07:17:15.631Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.632Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.633Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.634Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
Model Version:NULL
Model InvariantUuid:89be85d9-cc55-4df8-845f-649f1a7197a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b5e9172d-e547-43e3-8162-3a169be0cf09
Model UUID:6005663e-f390-4fab-8320-07457451223f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:63928cc2-b2e2-4038-8e64-e22235059677
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-10-24T07:17:15.642Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 134a179f-d8c8-4a11-b7b3-52d7122ff672
2022-10-24T07:17:15.642Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||No resources found for Service: 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
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-10-24T07:17:15.647Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||
2022-10-24T07:17:15.648Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-24T07:17:15.649Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
2022-10-24T07:17:15.649Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
2022-10-24T07:17:15.649Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-24T07:17:15.649Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.656Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@674d0fb, org.onap.sdc.toscaparser.api.parameters.Input@7c9debf6, org.onap.sdc.toscaparser.api.parameters.Input@3bd1a248, org.onap.sdc.toscaparser.api.parameters.Input@5754b2b, org.onap.sdc.toscaparser.api.parameters.Input@25a6a076]
2022-10-24T07:17:15.657Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.657Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.657Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99: Generic NeutronNet
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.658Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.690Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:15.691Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:15.691Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:15.738Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-24T07:17:15.739Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-24T07:17:15.739Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-24T07:17:15.739Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:17:15.739Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:15.741Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:15.741Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595835739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:17:15.841Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:15.842Z||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-10-24T07:17:15.842Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:15.852Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:15.853Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:16.742Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20b61d19-4ed4-4186-b062-c4f7a6194f94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:17:16.755Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20b61d19-4ed4-4186-b062-c4f7a6194f94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:17:16.758Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:17:16.759Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:16.764Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:17:46.764Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20b61d19-4ed4-4186-b062-c4f7a6194f94 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-10-24T07:17:46.769Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20b61d19-4ed4-4186-b062-c4f7a6194f94 and serviceModelVersionId: 8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99
2022-10-24T07:17:46.769Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89be85d9-cc55-4df8-845f-649f1a7197a0
2022-10-24T07:17:46.770Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0
2022-10-24T07:17:46.774Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:17:46.822Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?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-10-24T07:17:46.824Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0|INFO|500||Invoke
2022-10-24T07:17:46.845Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-24T07:17:46.939Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0|INFO|500||InvokeReturn
2022-10-24T07:17:46.940Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89be85d9-cc55-4df8-845f-649f1a7197a0/model-vers/model-ver/8b4d63e0-b0e9-4ac7-8b3f-4dd200594f99?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221024-07:17:46:491-36668], vertex-id=[229448], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:17:46 GMT], Content-Type=[application/json]}
2022-10-24T07:17:46.945Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:17:46.945Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:17:46.945Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:46.949Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||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-10-24T07:17:46.950Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20b61d19-4ed4-4186-b062-c4f7a6194f94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:17:46.950Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:17:46.950Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:46.952Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:46.952Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595866950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:17:47.052Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:47.053Z||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-10-24T07:17:47.053Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:47.067Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:47.068Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 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-10-24T07:17:47.964Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-24T07:17:47.964Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465","serviceName":"Demo_pNF_dYdlhnHvUuolhuMPUgq0","serviceVersion":"1.0","serviceUUID":"5872c473-75a3-4ec4-b715-a442b87fa833","serviceDescription":"catalog service description","serviceInvariantUUID":"105ff11f-0265-48c8-8e87-46aa3052c56e","resources":[{"resourceInstanceName":"pNF 56af403f-5405 0","resourceName":"pNF 56af403f-5405","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"463f37dd-63ac-43e2-a935-27cb227abd50","resourceInvariantUUID":"14f536e7-8606-40c2-8319-b7dca8bcc643","resourceCustomizationUUID":"794da31f-1b29-4353-8adb-698c324ff5a7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml","artifactChecksum":"M2Q3MWUxMzI0NTdjOWZlNDY5ZGIwNWJiYzQ4OTI2YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c61acd34-989d-4980-9185-19065124fcf0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar","artifactChecksum":"NjVhOThiYzczZTdmNGJkOWVhZjZhZTI5OWY4NWQ1MDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"795331e8-40c8-4d63-a355-2ac21fd89171","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3cef2756-bbe9-488f-a2ac-0122cf2d8f1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml","artifactChecksum":"ZmIyZWFlMTViNDlkODVhNTBjMDdjODdlNGQzN2Q1Yzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"485cec95-017d-4874-891b-a96dd553ea15","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d330d928-e841-4dc7-b63d-83c41450db04","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8260cb5d-5d49-4413-adc0-d61c7a5950eb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDydlhnhvuuolhumpugq0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml","artifactChecksum":"MDg4NTFjODQxODhmNmZhMzY4ZTM3YTI1NzljZWRhODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b57151ec-23ac-4353-be58-ba4591f25469","artifactVersion":"1"},{"artifactName":"service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar","artifactChecksum":"YzE0ZWY0M2U2NTliZTU5NjkxM2Q5MmMyMzJlMTQwNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13d7c502-d6e9-4889-8d3d-e8e0892122d8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:17:47.964Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:47.965Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:47.966Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:47.967Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:48.067Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:48.068Z||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-10-24T07:17:48.068Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:48.078Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:48.079Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:17:48.967Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:48.968Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:48.970Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:48.970Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:49.070Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:49.071Z||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-10-24T07:17:49.071Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:49.081Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:49.082Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:49.970Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:49.971Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:49.973Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:49.973Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:50.073Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:50.074Z||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-10-24T07:17:50.074Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:50.085Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:50.085Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:50.974Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:50.976Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:50.982Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:50.982Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:51.080Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-24T07:17:51.081Z||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-10-24T07:17:51.081Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:51.092Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:51.092Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:51.983Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:51.983Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:51.985Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:51.985Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:52.085Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:52.086Z||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-10-24T07:17:52.086Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:52.098Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:52.098Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:52.986Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:52.987Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:52.989Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:52.989Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:53.089Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:53.089Z||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-10-24T07:17:53.090Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:53.100Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:53.101Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:53.989Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:53.990Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:53.992Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:53.992Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:17:54.093Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:17:54.094Z||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-10-24T07:17:54.094Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:54.104Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:54.104Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:54.993Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:17:54.994Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:54.996Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:54.996Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:17:55.096Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:55.097Z||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-10-24T07:17:55.097Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:55.108Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:55.108Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:55.998Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "serviceName": "Demo_pNF_dYdlhnHvUuolhuMPUgq0",
  "serviceVersion": "1.0",
  "serviceUUID": "5872c473-75a3-4ec4-b715-a442b87fa833",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "105ff11f-0265-48c8-8e87-46aa3052c56e",
  "resources": [
    {
      "resourceInstanceName": "pNF 56af403f-5405 0",
      "resourceCustomizationUUID": "794da31f-1b29-4353-8adb-698c324ff5a7",
      "resourceName": "pNF 56af403f-5405",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "463f37dd-63ac-43e2-a935-27cb227abd50",
      "resourceInvariantUUID": "14f536e7-8606-40c2-8319-b7dca8bcc643",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
      "artifactChecksum": "YzE0ZWY0M2U2NTliZTU5NjkxM2Q5MmMyMzJlMTQwNzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13d7c502-d6e9-4889-8d3d-e8e0892122d8"
    }
  ],
  "workloadContext": "Production"
}
2022-10-24T07:17:55.998Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:17:55.998Z|20b61d19-4ed4-4186-b062-c4f7a6194f94|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5872c473-75a3-4ec4-b715-a442b87fa833 ASDC
2022-10-24T07:17:55.999Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
ServiceName:Demo_pNF_dYdlhnHvUuolhuMPUgq0
ServiceVersion:1.0
ServiceUUID:5872c473-75a3-4ec4-b715-a442b87fa833
ServiceInvariantUUID:105ff11f-0265-48c8-8e87-46aa3052c56e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
ArtifactUUID:13d7c502-d6e9-4889-8d3d-e8e0892122d8
ArtifactChecksum:YzE0ZWY0M2U2NTliZTU5NjkxM2Q5MmMyMzJlMTQwNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 56af403f-5405 0
ResourceCustomizationUUID:794da31f-1b29-4353-8adb-698c324ff5a7
ResourceInvariantUUID:14f536e7-8606-40c2-8319-b7dca8bcc643
ResourceName:pNF 56af403f-5405
ResourceType:PNF
ResourceUUID:463f37dd-63ac-43e2-a935-27cb227abd50
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-24T07:17:55.999Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5872c473-75a3-4ec4-b715-a442b87fa833 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-10-24T07:17:56.024Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:17:56.024Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:56.025Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:56.025Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 13d7c502-d6e9-4889-8d3d-e8e0892122d8 from URL: /sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:56.025Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:17:56.025Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:56.094Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:17:56.099Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar 13d7c502-d6e9-4889-8d3d-e8e0892122d8 87767
2022-10-24T07:17:56.099Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar ASDC sendASDCNotification
2022-10-24T07:17:56.099Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:56.099Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:17:56.100Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:56.102Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:56.102Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595876099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:17:56.202Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:17:56.203Z||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-10-24T07:17:56.203Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:56.213Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:56.214Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:57.103Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:17:57.104Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:17:57.104Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 13d7c502-d6e9-4889-8d3d-e8e0892122d8, URL: /sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar to file: /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.105Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.105Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.105Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.256Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3002895313363573054/Definitions/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml
2022-10-24T07:17:57.929Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:17:57.929Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:17:57.929Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.929Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 56af403f-5405 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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.930Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Node template pNF 56af403f-5405 0 is matching search criteria
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:17:57.931Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 56af403f-5405 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Node template pNF 56af403f-5405 0 is matching search criteria
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 56af403f-5405 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:17:57.932Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.933Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:57.934Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.934Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:57.934Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.934Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dYdlhnHvUuolhuMPUgq0
Description:catalog service description
Model UUID:5872c473-75a3-4ec4-b715-a442b87fa833
Model Version:NULL
Model InvariantUuid:105ff11f-0265-48c8-8e87-46aa3052c56e
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-10-24T07:17:57.940Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 463f37dd-63ac-43e2-a935-27cb227abd50
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-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||pNF 56af403f-5405 0
2022-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 463f37dd-63ac-43e2-a935-27cb227abd50
2022-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 5872c473-75a3-4ec4-b715-a442b87fa833
2022-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5872c473-75a3-4ec4-b715-a442b87fa833
2022-10-24T07:17:57.943Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 56af403f-5405 0 463f37dd-63ac-43e2-a935-27cb227abd50 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-10-24T07:17:57.947Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@336258ab, org.onap.sdc.toscaparser.api.parameters.Input@18a0849e, org.onap.sdc.toscaparser.api.parameters.Input@6aacff43, org.onap.sdc.toscaparser.api.parameters.Input@20cda025, org.onap.sdc.toscaparser.api.parameters.Input@14b1397]
2022-10-24T07:17:57.947Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:57.947Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.948Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5872c473-75a3-4ec4-b715-a442b87fa833: pNF 56af403f-5405
2022-10-24T07:17:57.948Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Processing PNF resource: 463f37dd-63ac-43e2-a935-27cb227abd50
2022-10-24T07:17:57.948Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:17:57.948Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dYdlhnHvUuolhuMPUgq0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:17:57.948Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||Resource customization UUID: 794da31f-1b29-4353-8adb-698c324ff5a7 is the same as notified resource customizationUUID: 794da31f-1b29-4353-8adb-698c324ff5a7
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-10-24T07:17:57.982Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 56af403f-5405 463f37dd-63ac-43e2-a935-27cb227abd50 0 ASDC deployResourceStructure
2022-10-24T07:17:57.982Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar ASDC sendASDCNotification
2022-10-24T07:17:57.982Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar
2022-10-24T07:17:57.983Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:17:57.983Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:17:57.985Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:17:57.985Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595877982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:17:58.085Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:17:58.086Z||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-10-24T07:17:58.086Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:17:58.097Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:17:58.097Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:17:58.986Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:17:58.998Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:17:59.000Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:17:59.000Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:17:59.000Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:18:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:18:11.135Z||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-10-24T07:18:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:18:11.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:18:11.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:18:11.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595821173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:18:11.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:18:29.000Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:18:29.009Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:18:29.014Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:18:29.014Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:18:29.014Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:18:59.015Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:18:59.025Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:18:59.027Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:18:59.027Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:18:59.027Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:19:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:19:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:19:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:19:11.193Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:19:11.194Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:19:11.194Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595823044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:19:11.195Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:19:29.028Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:19:29.039Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:19:29.041Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:19:29.041Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:19:29.041Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:19:59.041Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:19:59.063Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:19:59.065Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:19:59.066Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:19:59.066Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:20:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:20:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:20:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:20:11.152Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:20:11.165Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.165Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595827871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.166Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.166Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.166Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.166Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.166Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.166Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595821173,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.166Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.166Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.166Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595823044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595827871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595827871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.167Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.168Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.168Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595831994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.168Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.168Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.168Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595832007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.168Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.168Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.168Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595833880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.168Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595827871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595832504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.169Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "cds",
  "timestamp": 1666595832999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-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-10-24T07:20:11.179Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
2022-10-24T07:20:11.179Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465 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-10-24T07:20:11.192Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.192Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595833189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.193Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.193Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.193Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595832504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.193Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.193Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.193Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595827871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.194Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.194Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.194Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595834193,
  "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-10-24T07:20:11.198Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
2022-10-24T07:20:11.198Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465 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-10-24T07:20:11.205Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.205Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595835739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.206Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.206Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.206Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595827871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.206Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.206Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.206Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595832504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.206Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.207Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.207Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595832504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.207Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.207Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.207Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595836596,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.207Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.207Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.207Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595832504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.207Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595832504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595832504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595832504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.208Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.209Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "cds",
  "timestamp": 1666595838044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.209Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.209Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.211Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.211Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.211Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.211Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595841514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.211Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.212Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.212Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "cds",
  "timestamp": 1666595838044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.212Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.212Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.212Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.212Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.212Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.212Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595841173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.212Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.213Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.213Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "aai-ml",
  "timestamp": 1666595842518,
  "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-10-24T07:20:11.217Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
2022-10-24T07:20:11.218Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465 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-10-24T07:20:11.225Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.225Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "cds",
  "timestamp": 1666595838044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.226Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.226Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.226Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.226Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.226Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.226Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595841173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.226Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.227Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.227Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "cds",
  "timestamp": 1666595838044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.227Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.227Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.227Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.227Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.227Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.227Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595841173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "cds",
  "timestamp": 1666595838044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.228Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595841173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.229Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "cds",
  "timestamp": 1666595838044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.230Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.230Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.230Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.230Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.230Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.230Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595841173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.230Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.231Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.231Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "cds",
  "timestamp": 1666595838044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.231Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.231Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.231Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.231Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.231Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.231Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595841173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.231Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "cds",
  "timestamp": 1666595847156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.232Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595841173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.233Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.233Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.233Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "cds",
  "timestamp": 1666595848162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-24T07:20:11.244Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 295087e7-1665-4084-a858-c0dc85751f48
2022-10-24T07:20:11.244Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295087e7-1665-4084-a858-c0dc85751f48 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-10-24T07:20:11.252Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.252Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595848558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.252Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.252Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.252Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595850457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.252Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.253Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.253Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595851461,
  "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-10-24T07:20:11.257Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
2022-10-24T07:20:11.257Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465 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-10-24T07:20:11.264Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.264Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.264Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.264Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.264Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595852504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.265Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.265Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.265Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.265Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.265Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.265Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595852504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.265Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.265Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.265Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.266Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.266Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.266Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595852504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.266Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.266Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.266Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.266Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595853044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595852504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.267Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595853044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595852504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.268Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595853044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.269Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.269Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.269Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.269Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.274Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.274Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595852504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.275Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.275Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.275Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595839823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.275Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.275Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.275Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595853044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.275Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.276Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.276Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.276Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.276Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.276Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595852504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.276Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.276Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.276Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595859546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.276Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.277Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.277Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595853044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.277Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.277Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.277Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.277Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.277Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.277Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595860226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.277Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.278Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.278Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595853044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.278Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.278Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.278Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.278Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.278Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.278Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595861289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.278Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.279Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.279Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595853044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.279Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.279Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.279Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595861173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.279Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.279Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.279Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595861846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.280Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.280Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.280Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.280Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.280Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.280Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595862344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.280Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.280Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.280Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595853044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.281Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.281Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.281Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595861173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.281Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.281Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.281Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595862857,
  "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-10-24T07:20:11.287Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 295087e7-1665-4084-a858-c0dc85751f48
2022-10-24T07:20:11.287Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295087e7-1665-4084-a858-c0dc85751f48 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-10-24T07:20:11.295Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.295Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.295Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.295Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.295Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595863385,
  "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-10-24T07:20:11.300Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 295087e7-1665-4084-a858-c0dc85751f48
2022-10-24T07:20:11.300Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295087e7-1665-4084-a858-c0dc85751f48 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-10-24T07:20:11.308Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.308Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595853044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.308Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595861173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.309Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595864388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595864819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595861173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.310Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595865590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.311Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.311Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.311Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20b61d19-4ed4-4186-b062-c4f7a6194f94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595866950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:20:11.311Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.311Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.311Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "cds",
  "timestamp": 1666595865824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-24T07:20:11.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97c73b25-2de6-4285-b188-04ed10ea21e1
2022-10-24T07:20:11.322Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c73b25-2de6-4285-b188-04ed10ea21e1 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-10-24T07:20:11.328Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.328Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595861173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.329Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595861173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.330Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.331Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.331Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595861173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.331Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.331Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.331Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.332Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.332Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.332Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595861173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.332Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.332Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.332Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.333Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.333Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.333Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666595861173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.333Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.333Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.333Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595869823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.334Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.334Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.334Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.334Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.334Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.334Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595869823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.335Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.335Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.335Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/resourceInstances/pnf56af403f54050/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.335Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.335Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.335Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595872681,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.336Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.336Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.336Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595869823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.336Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.336Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.337Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.337Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.337Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.337Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595872504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.337Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.337Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.338Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "aai-ml",
  "timestamp": 1666595873686,
  "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-10-24T07:20:11.343Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 295087e7-1665-4084-a858-c0dc85751f48
2022-10-24T07:20:11.343Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 295087e7-1665-4084-a858-c0dc85751f48 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-10-24T07:20:11.350Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.350Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595869823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.350Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.351Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.351Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595831130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.351Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.351Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.351Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595872504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.351Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.352Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.352Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.352Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.352Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.352Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595869823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.353Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.353Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.353Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595876099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.353Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.353Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.353Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595872504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.354Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.354Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.354Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.354Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.354Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.355Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595869823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.355Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.355Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.355Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595872504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.355Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.355Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.355Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.356Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.356Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.356Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595869823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.356Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.356Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.356Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666595877982,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDydlhnhvuuolhumpugq0/1.0/artifacts/service-DemoPnfDydlhnhvuuolhumpugq0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.357Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.357Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.357Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595872504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.357Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.357Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.358Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.358Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.358Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.358Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595869823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.358Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.358Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.359Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595872504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.359Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.359Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.359Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.359Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.359Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.360Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595869823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.360Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.360Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.360Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595872504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.360Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.361Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.361Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.361Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.361Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.361Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595879606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.361Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.362Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.362Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595872504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.362Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.362Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.362Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.363Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.363Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.363Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595872504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.363Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.363Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.363Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:20:11.364Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.364Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.364Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595882220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.364Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.364Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.364Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595882093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.365Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.365Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.365Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595857871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:20:11.365Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:20:11.365Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.365Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595883276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.366Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.366Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.366Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666595883101,
  "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-10-24T07:20:11.371Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97c73b25-2de6-4285-b188-04ed10ea21e1
2022-10-24T07:20:11.371Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c73b25-2de6-4285-b188-04ed10ea21e1 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-10-24T07:20:11.379Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.379Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595883796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.379Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.379Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.379Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595884327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.380Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.380Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.380Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595885381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:20:11.380Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:11.380Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.380Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595886445,
  "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-10-24T07:20:11.385Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97c73b25-2de6-4285-b188-04ed10ea21e1
2022-10-24T07:20:11.385Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c73b25-2de6-4285-b188-04ed10ea21e1 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-10-24T07:20:11.393Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:20:11.394Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666595887449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:20:11.394Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:20:29.067Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:20:29.094Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:20:29.098Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-10-24T07:20:29.103Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:20:59.104Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465 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-10-24T07:20:59.109Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465 and serviceModelVersionId: 5872c473-75a3-4ec4-b715-a442b87fa833
2022-10-24T07:20:59.109Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 105ff11f-0265-48c8-8e87-46aa3052c56e
2022-10-24T07:20:59.110Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/105ff11f-0265-48c8-8e87-46aa3052c56e/model-vers/model-ver/5872c473-75a3-4ec4-b715-a442b87fa833?depth=0
2022-10-24T07:20:59.114Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:20:59.178Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/105ff11f-0265-48c8-8e87-46aa3052c56e/model-vers/model-ver/5872c473-75a3-4ec4-b715-a442b87fa833?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-10-24T07:20:59.179Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/105ff11f-0265-48c8-8e87-46aa3052c56e/model-vers/model-ver/5872c473-75a3-4ec4-b715-a442b87fa833?depth=0|INFO|500||Invoke
2022-10-24T07:20:59.199Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/105ff11f-0265-48c8-8e87-46aa3052c56e/model-vers/model-ver/5872c473-75a3-4ec4-b715-a442b87fa833?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-24T07:20:59.316Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/105ff11f-0265-48c8-8e87-46aa3052c56e/model-vers/model-ver/5872c473-75a3-4ec4-b715-a442b87fa833?depth=0|INFO|500||InvokeReturn
2022-10-24T07:20:59.317Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/105ff11f-0265-48c8-8e87-46aa3052c56e/model-vers/model-ver/5872c473-75a3-4ec4-b715-a442b87fa833?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221024-07:20:58:846-19548], vertex-id=[237640], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:20:58 GMT], Content-Type=[application/json]}
2022-10-24T07:20:59.318Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:20:59.318Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:20:59.319Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-10-24T07:20:59.323Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||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-10-24T07:20:59.324Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:20:59.324Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:20:59.325Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:20:59.326Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:20:59.327Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596059324,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:20:59.427Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:20:59.428Z||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-10-24T07:20:59.428Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:20:59.442Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:20:59.443Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-24T07:21:00.345Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:21:00.346Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:21:00.346Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:04.757Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:04.759Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-24T07:21:04.760Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"295087e7-1665-4084-a858-c0dc85751f48","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d307af3e-7eb4-4bd4-ba08-b08ca7be96c7","serviceDescription":"service","serviceInvariantUUID":"04f6fd1f-ef6d-4f9d-8683-8f50914e0933","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45eac816-eed0-41ae-a637-bef2054b0f38","resourceInvariantUUID":"9610d08f-ed4e-41b9-a7ea-dde1ec6ef064","resourceCustomizationUUID":"8f8fea72-43f6-4c1b-b374-e8265b611072","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":"NmEyNDVlNTUyZjlmZjA1NDAzNjM2M2IyOGE1YWFiNjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a78e1ea8-1055-40de-9ad4-652caf00e036","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":"YjZlNmQ3OGNiNDMyNTFhZjBlMTZkZTcwNWJiYTg4MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63a362b3-eb39-49df-a0e5-c674a2eee988","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":"f240934f-33ab-4e89-82a1-9924fec65729","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":"9751949c-8ea5-446f-815e-2e1daa8b1696","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":"8a7489ae-d848-42f1-b421-c48a3fc5f3a0","artifactVersion":"2","generatedFromUUID":"f240934f-33ab-4e89-82a1-9924fec65729"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2UzYmU2YWUzZTIwNTI4ODQxOGI1MzVjZDI4ZWY1ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de2c321f-385e-4e54-b5b6-28ae9b6b0e3e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGNhN2IwOTc1N2M0ODNjNzNlNDkwN2MwZTJjMGZmOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a8bdb4bf-f10a-4a95-b3f5-a33bd73fc42a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:21:04.763Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:04.770Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:04.772Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:04.772Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:21:04.872Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:04.873Z||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-10-24T07:21:04.873Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:04.885Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:04.885Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:05.777Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:05.778Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:05.780Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:05.780Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:21:05.880Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:21:05.881Z||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-10-24T07:21:05.881Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:05.891Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:05.892Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:06.781Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:06.782Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:06.784Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:06.785Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:21:06.886Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:06.887Z||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-10-24T07:21:06.887Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:06.896Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:06.897Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:07.791Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:07.792Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:07.794Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:07.794Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:21:07.894Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:07.895Z||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-10-24T07:21:07.895Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:07.907Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:07.907Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:08.798Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:08.815Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:08.817Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:08.817Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-24T07:21:08.917Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:08.918Z||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-10-24T07:21:08.918Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:08.928Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:08.929Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:21:09.823Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:09.823Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:09.825Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:09.825Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:21:09.925Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:09.926Z||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-10-24T07:21:09.926Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:09.935Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:09.936Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:10.827Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:10.828Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:10.830Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:10.830Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:21:10.930Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:10.931Z||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-10-24T07:21:10.931Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:10.942Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:10.943Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:21:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:21:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:11.178Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:11.178Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:21:11.178Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595890666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:21:11.179Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:21:11.179Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:21:11.179Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "aai-ml",
  "timestamp": 1666595891670,
  "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-10-24T07:21:11.186Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97c73b25-2de6-4285-b188-04ed10ea21e1
2022-10-24T07:21:11.186Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97c73b25-2de6-4285-b188-04ed10ea21e1 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-10-24T07:21:11.832Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "d307af3e-7eb4-4bd4-ba08-b08ca7be96c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "04f6fd1f-ef6d-4f9d-8683-8f50914e0933",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8f8fea72-43f6-4c1b-b374-e8265b611072",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "45eac816-eed0-41ae-a637-bef2054b0f38",
      "resourceInvariantUUID": "9610d08f-ed4e-41b9-a7ea-dde1ec6ef064",
      "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": "YjZlNmQ3OGNiNDMyNTFhZjBlMTZkZTcwNWJiYTg4MjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "63a362b3-eb39-49df-a0e5-c674a2eee988",
          "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": "f240934f-33ab-4e89-82a1-9924fec65729",
          "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": "8a7489ae-d848-42f1-b421-c48a3fc5f3a0",
            "generatedFromUUID": "f240934f-33ab-4e89-82a1-9924fec65729"
          },
          "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": "8a7489ae-d848-42f1-b421-c48a3fc5f3a0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OGNhN2IwOTc1N2M0ODNjNzNlNDkwN2MwZTJjMGZmOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a8bdb4bf-f10a-4a95-b3f5-a33bd73fc42a"
    }
  ],
  "workloadContext": "Production"
}
2022-10-24T07:21:11.832Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:21:11.833Z|dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d307af3e-7eb4-4bd4-ba08-b08ca7be96c7 ASDC
2022-10-24T07:21:11.834Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:295087e7-1665-4084-a858-c0dc85751f48
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d307af3e-7eb4-4bd4-ba08-b08ca7be96c7
ServiceInvariantUUID:04f6fd1f-ef6d-4f9d-8683-8f50914e0933
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:a8bdb4bf-f10a-4a95-b3f5-a33bd73fc42a
ArtifactChecksum:OGNhN2IwOTc1N2M0ODNjNzNlNDkwN2MwZTJjMGZmOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8f8fea72-43f6-4c1b-b374-e8265b611072
ResourceInvariantUUID:9610d08f-ed4e-41b9-a7ea-dde1ec6ef064
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:45eac816-eed0-41ae-a637-bef2054b0f38
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:63a362b3-eb39-49df-a0e5-c674a2eee988
ArtifactChecksum:YjZlNmQ3OGNiNDMyNTFhZjBlMTZkZTcwNWJiYTg4MjA=
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:f240934f-33ab-4e89-82a1-9924fec65729
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:8a7489ae-d848-42f1-b421-c48a3fc5f3a0
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:8a7489ae-d848-42f1-b421-c48a3fc5f3a0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-24T07:21:11.835Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d307af3e-7eb4-4bd4-ba08-b08ca7be96c7 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-10-24T07:21:11.863Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:21:11.864Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:21:11.864Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:21:11.865Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a8bdb4bf-f10a-4a95-b3f5-a33bd73fc42a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-24T07:21:11.865Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:21:11.865Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-24T07:21:11.999Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:21:12.003Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a8bdb4bf-f10a-4a95-b3f5-a33bd73fc42a 74815
2022-10-24T07:21:12.003Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-24T07:21:12.004Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-24T07:21:12.004Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:21:12.004Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:12.006Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:12.007Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596072003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:21:12.107Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:21:12.108Z||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-10-24T07:21:12.108Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:12.120Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:12.120Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:21:13.009Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:21:13.013Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:21:13.014Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a8bdb4bf-f10a-4a95-b3f5-a33bd73fc42a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-24T07:21:13.014Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-24T07:21:13.015Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-24T07:21:13.015Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-24T07:21:13.169Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15228935501318681225/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-24T07:21:14.241Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:21:14.241Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:21:14.241Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-24T07:21:14.241Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-24T07:21:14.241Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:14.241Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:14.242Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-24T07:21:14.242Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-24T07:21:14.242Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:14.242Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:14.242Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:14.242Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:21:14.242Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.242Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:14.242Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-24T07:21:14.243Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:21:14.243Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:21:14.243Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.243Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:14.243Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-24T07:21:14.243Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:21:14.244Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:21:14.244Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.244Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:14.244Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.244Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-24T07:21:14.244Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-24T07:21:14.245Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-24T07:21:14.245Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-24T07:21:14.245Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-24T07:21:14.245Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-24T07:21:14.245Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.245Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:21:14.245Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.246Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-24T07:21:14.246Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:21:14.246Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.246Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-24T07:21:14.246Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:21:14.246Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.247Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-24T07:21:14.247Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:21:14.247Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.247Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-24T07:21:14.247Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-24T07:21:14.247Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-24T07:21:14.247Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6835da1c-e32d-422a-b54c-e7c10026b4e3
2022-10-24T07:21:14.248Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.248Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:14.248Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.248Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:14.248Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.248Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:14.249Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:14.249Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:14.250Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d307af3e-7eb4-4bd4-ba08-b08ca7be96c7
Model Version:NULL
Model InvariantUuid:04f6fd1f-ef6d-4f9d-8683-8f50914e0933
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b88e8514-4639-4a6f-9a08-80b7f066e7c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9610d08f-ed4e-41b9-a7ea-dde1ec6ef064
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f8fea72-43f6-4c1b-b374-e8265b611072
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:15b48cfc-f739-4981-8e88-4db6c5901fd8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f0800842-6130-4f4b-ab77-9d68a8853cf0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6835da1c-e32d-422a-b54c-e7c10026b4e3
ModelInvariantUuid:ef7f5633-0675-4e3f-b2f2-728d2eade5bb
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:b915fd80-aa81-4801-8dde-a4e61c8b2c13
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:250964c8-991c-44b1-8bc4-d6b1353c099a
ModelInvariantUuid:32798bfc-6e8d-405f-a0f1-263191b61ecb
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:8e497f78-4246-419a-af39-4cc83577695f
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-10-24T07:21:14.260Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 45eac816-eed0-41ae-a637-bef2054b0f38
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-10-24T07:21:14.262Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-10-24T07:21:14.263Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45eac816-eed0-41ae-a637-bef2054b0f38
2022-10-24T07:21:14.263Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 63a362b3-eb39-49df-a0e5-c674a2eee988 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-24T07:21:14.263Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:21:14.263Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:14.308Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:21:14.309Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 63a362b3-eb39-49df-a0e5-c674a2eee988 787
2022-10-24T07:21:14.309Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:14.309Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:14.309Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:21:14.310Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:14.312Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:14.312Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596074309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:21:14.415Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-24T07:21:14.416Z||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-10-24T07:21:14.416Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:14.427Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:14.427Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:21:15.313Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "15b48cfc-f739-4981-8e88-4db6c5901fd8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0800842-6130-4f4b-ab77-9d68a8853cf0",
    "vfModuleModelCustomizationUUID": "19fb21b9-f7f1-4706-83c3-808fccb9ff47",
    "isBase": true,
    "artifacts": [
      "f240934f-33ab-4e89-82a1-9924fec65729",
      "8a7489ae-d848-42f1-b421-c48a3fc5f3a0"
    ],
    "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-10-24T07:21:15.318Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0800842-6130-4f4b-ab77-9d68a8853cf0
VfModuleModelInvariantUUID:15b48cfc-f739-4981-8e88-4db6c5901fd8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f240934f-33ab-4e89-82a1-9924fec65729
,
8a7489ae-d848-42f1-b421-c48a3fc5f3a0

}
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-10-24T07:21:15.321Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "15b48cfc-f739-4981-8e88-4db6c5901fd8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f0800842-6130-4f4b-ab77-9d68a8853cf0",
    "vfModuleModelCustomizationUUID": "19fb21b9-f7f1-4706-83c3-808fccb9ff47",
    "isBase": true,
    "artifacts": [
      "f240934f-33ab-4e89-82a1-9924fec65729",
      "8a7489ae-d848-42f1-b421-c48a3fc5f3a0"
    ],
    "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-10-24T07:21:15.321Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f0800842-6130-4f4b-ab77-9d68a8853cf0
VfModuleModelInvariantUUID:15b48cfc-f739-4981-8e88-4db6c5901fd8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f240934f-33ab-4e89-82a1-9924fec65729
,
8a7489ae-d848-42f1-b421-c48a3fc5f3a0

}
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-10-24T07:21:15.321Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f240934f-33ab-4e89-82a1-9924fec65729 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-24T07:21:15.322Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:21:15.322Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:15.363Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:21:15.363Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f240934f-33ab-4e89-82a1-9924fec65729 5033
2022-10-24T07:21:15.363Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:15.364Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:15.364Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:21:15.364Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:15.366Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:15.366Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596075363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:21:15.466Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:15.467Z||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-10-24T07:21:15.467Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:15.478Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:15.478Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:16.367Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8a7489ae-d848-42f1-b421-c48a3fc5f3a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-24T07:21:16.368Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:21:16.368Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:16.414Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:21:16.414Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8a7489ae-d848-42f1-b421-c48a3fc5f3a0 903
2022-10-24T07:21:16.414Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:16.415Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:16.415Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:21:16.415Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:16.416Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:16.417Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596076414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:21:16.517Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:16.517Z||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-10-24T07:21:16.517Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:16.531Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:16.531Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:17.417Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d307af3e-7eb4-4bd4-ba08-b08ca7be96c7
2022-10-24T07:21:17.418Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 45eac816-eed0-41ae-a637-bef2054b0f38 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-10-24T07:21:17.437Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4953653c, org.onap.sdc.toscaparser.api.parameters.Input@344e489c, org.onap.sdc.toscaparser.api.parameters.Input@2f5eb396, org.onap.sdc.toscaparser.api.parameters.Input@53f0cb0c, org.onap.sdc.toscaparser.api.parameters.Input@1d83ecb]
2022-10-24T07:21:17.439Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.439Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:17.439Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-24T07:21:17.439Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8f8fea72-43f6-4c1b-b374-e8265b611072
2022-10-24T07:21:17.440Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f8fea72-43f6-4c1b-b374-e8265b611072 matches Tosca VF Customization UUID: 8f8fea72-43f6-4c1b-b374-e8265b611072
2022-10-24T07:21:17.440Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8f8fea72-43f6-4c1b-b374-e8265b611072  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-10-24T07:21:17.443Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.443Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:17.444Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8f8fea72-43f6-4c1b-b374-e8265b611072: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-24T07:21:17.444Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@487155a5
2022-10-24T07:21:17.445Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.445Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:21:17.445Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19fb21b9-f7f1-4706-83c3-808fccb9ff47
2022-10-24T07:21:17.446Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19fb21b9-f7f1-4706-83c3-808fccb9ff47
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-10-24T07:21:17.450Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.450Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-24T07:21:17.451Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:21:17.451Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.452Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-24T07:21:17.452Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:21:17.453Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.453Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-24T07:21:17.453Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-24T07:21:17.454Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-24T07:21:17.454Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6835da1c-e32d-422a-b54c-e7c10026b4e3
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-10-24T07:21:17.458Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.459Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-24T07:21:17.459Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:21:17.459Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.460Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-24T07:21:17.460Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8f8fea72-43f6-4c1b-b374-e8265b611072
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-10-24T07:21:17.462Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.462Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:17.463Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d307af3e-7eb4-4bd4-ba08-b08ca7be96c7: basic_vm
2022-10-24T07:21:17.463Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.463Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:17.464Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.464Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:17.464Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.465Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:17.465Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.465Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:17.466Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:21:17.466Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:21:17.467Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:17.549Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 45eac816-eed0-41ae-a637-bef2054b0f38 1 ASDC deployResourceStructure
2022-10-24T07:21:17.550Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:17.550Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:17.550Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:21:17.551Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:17.553Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:17.553Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596077550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:21:17.655Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:21:17.656Z||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-10-24T07:21:17.656Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:17.667Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:17.668Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:18.554Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:18.555Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:18.555Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:21:18.555Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:18.557Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:18.557Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596078554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:21:18.657Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:21:18.658Z||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-10-24T07:21:18.658Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:18.668Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:18.668Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:19.558Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:19.559Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:19.559Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:21:19.559Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:19.561Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:19.561Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596079558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:21:19.661Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:19.662Z||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-10-24T07:21:19.662Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:19.673Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:19.673Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:20.562Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-24T07:21:20.563Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-24T07:21:20.563Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:21:20.563Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:20.565Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:20.565Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596080562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:21:20.665Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:20.666Z||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-10-24T07:21:20.666Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:20.676Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:20.677Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:21.566Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 295087e7-1665-4084-a858-c0dc85751f48
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:21:21.578Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 295087e7-1665-4084-a858-c0dc85751f48
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:21:21.582Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:21:21.582Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:21:21.582Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:21:21.582Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:21:21.582Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:21:21.582Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:21:21.582Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:21:21.583Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:21:21.583Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:21:21.583Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:21.588Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:21:51.589Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 295087e7-1665-4084-a858-c0dc85751f48 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-10-24T07:21:51.594Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 295087e7-1665-4084-a858-c0dc85751f48 and serviceModelVersionId: d307af3e-7eb4-4bd4-ba08-b08ca7be96c7
2022-10-24T07:21:51.594Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04f6fd1f-ef6d-4f9d-8683-8f50914e0933
2022-10-24T07:21:51.595Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04f6fd1f-ef6d-4f9d-8683-8f50914e0933/model-vers/model-ver/d307af3e-7eb4-4bd4-ba08-b08ca7be96c7?depth=0
2022-10-24T07:21:51.598Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:21:51.639Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04f6fd1f-ef6d-4f9d-8683-8f50914e0933/model-vers/model-ver/d307af3e-7eb4-4bd4-ba08-b08ca7be96c7?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-10-24T07:21:51.639Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04f6fd1f-ef6d-4f9d-8683-8f50914e0933/model-vers/model-ver/d307af3e-7eb4-4bd4-ba08-b08ca7be96c7?depth=0|INFO|500||Invoke
2022-10-24T07:21:51.664Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04f6fd1f-ef6d-4f9d-8683-8f50914e0933/model-vers/model-ver/d307af3e-7eb4-4bd4-ba08-b08ca7be96c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-24T07:21:51.750Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04f6fd1f-ef6d-4f9d-8683-8f50914e0933/model-vers/model-ver/d307af3e-7eb4-4bd4-ba08-b08ca7be96c7?depth=0|INFO|500||InvokeReturn
2022-10-24T07:21:51.751Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04f6fd1f-ef6d-4f9d-8683-8f50914e0933/model-vers/model-ver/d307af3e-7eb4-4bd4-ba08-b08ca7be96c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221024-07:21:51:310-13304], vertex-id=[172064], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:21:51 GMT], Content-Type=[application/json]}
2022-10-24T07:21:51.751Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:21:51.751Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:21:51.752Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:51.755Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||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-10-24T07:21:51.756Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 295087e7-1665-4084-a858-c0dc85751f48 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:21:51.756Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:21:51.756Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:51.758Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:51.758Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596111756,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:21:51.858Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:51.859Z||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-10-24T07:21:51.859Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:51.874Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:51.875Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-24T07:21:52.770Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-24T07:21:52.771Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"97c73b25-2de6-4285-b188-04ed10ea21e1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6fe0f381-d4ae-4665-bf17-07c51b523eb6","serviceDescription":"service","serviceInvariantUUID":"7173b218-f646-47b8-b872-a55910a9d2cf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3a7f47d-add2-4c31-ac02-17061d6e3b1f","resourceInvariantUUID":"49075549-92e0-4eb1-8fd9-2653a4816560","resourceCustomizationUUID":"340c65d3-21b7-479f-83d8-ac2294c5568a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MGYwMThlMjlkYTg0MjVhYWVlNDJjODJmY2IxYjVlOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbc29af9-9b41-4ac9-9003-772e144fa99f","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d420ad98-c094-40c8-a877-f28b92477e11","artifactVersion":"2","generatedFromUUID":"6c9ce5c1-4433-4078-91ce-3200030a4baf"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6c9ce5c1-4433-4078-91ce-3200030a4baf","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"Mjc4MzU5Y2VlMmFiZTg4YTMzOGZkNTI1ZTE0MzFiYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b65c85d5-9a5a-4315-937d-ca738cd935f7","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"adb86d81-543f-4b6c-b3bb-f1c388a09809","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c230502f-b9e3-4278-a11e-99279bb3bb5f","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"05271468-5829-4287-b149-8f3f76c04c9a","artifactVersion":"2","generatedFromUUID":"adb86d81-543f-4b6c-b3bb-f1c388a09809"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDAyOWZjYmNhYmQxMDk3YTBlNjY1NzVmOWEzODQwN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"645e16e6-d79c-44b6-973d-dff6d17093c9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDUxMjJlZjVkZGU2OWQyMTFhMWYzMWRhNTJlYzc2YWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ef37308-a1ba-46e3-92a3-8f0d49237864","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:21:52.771Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:52.771Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:52.774Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:52.774Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:21:52.874Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:52.875Z||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-10-24T07:21:52.875Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:52.886Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:52.886Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:53.775Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:53.776Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:53.777Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:53.777Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-24T07:21:53.878Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:53.879Z||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-10-24T07:21:53.879Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:53.889Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:53.889Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:54.778Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:54.779Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:54.780Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:54.781Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-24T07:21:54.881Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:54.882Z||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-10-24T07:21:54.882Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:54.892Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:54.893Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:55.781Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:55.782Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:55.784Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:55.784Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:21:55.884Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:55.885Z||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-10-24T07:21:55.886Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:55.896Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:55.897Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:56.785Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:56.786Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:56.787Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:56.787Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:21:56.888Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:21:56.888Z||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-10-24T07:21:56.889Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:56.900Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:56.900Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:57.788Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:57.789Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:57.791Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:57.791Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:21:57.891Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:21:57.892Z||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-10-24T07:21:57.892Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:57.901Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:57.902Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:21:58.793Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:58.794Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:58.800Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:58.800Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-24T07:21:58.897Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-24T07:21:58.897Z||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-10-24T07:21:58.897Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:58.908Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:58.908Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:21:59.801Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:21:59.801Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:21:59.807Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:21:59.807Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:21:59.903Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-24T07:21:59.904Z||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-10-24T07:21:59.904Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:21:59.917Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:21:59.917Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:00.808Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:22:00.808Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:00.810Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:00.810Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:22:00.910Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:00.911Z||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-10-24T07:22:00.911Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:00.922Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:00.923Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:01.816Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6fe0f381-d4ae-4665-bf17-07c51b523eb6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7173b218-f646-47b8-b872-a55910a9d2cf",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "340c65d3-21b7-479f-83d8-ac2294c5568a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3a7f47d-add2-4c31-ac02-17061d6e3b1f",
      "resourceInvariantUUID": "49075549-92e0-4eb1-8fd9-2653a4816560",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d420ad98-c094-40c8-a877-f28b92477e11",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6c9ce5c1-4433-4078-91ce-3200030a4baf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "Mjc4MzU5Y2VlMmFiZTg4YTMzOGZkNTI1ZTE0MzFiYjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b65c85d5-9a5a-4315-937d-ca738cd935f7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "adb86d81-543f-4b6c-b3bb-f1c388a09809",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "05271468-5829-4287-b149-8f3f76c04c9a",
            "generatedFromUUID": "adb86d81-543f-4b6c-b3bb-f1c388a09809"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "05271468-5829-4287-b149-8f3f76c04c9a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDUxMjJlZjVkZGU2OWQyMTFhMWYzMWRhNTJlYzc2YWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ef37308-a1ba-46e3-92a3-8f0d49237864"
    }
  ],
  "workloadContext": "Production"
}
2022-10-24T07:22:01.816Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:22:01.816Z|295087e7-1665-4084-a858-c0dc85751f48|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6fe0f381-d4ae-4665-bf17-07c51b523eb6 ASDC
2022-10-24T07:22:01.817Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:97c73b25-2de6-4285-b188-04ed10ea21e1
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6fe0f381-d4ae-4665-bf17-07c51b523eb6
ServiceInvariantUUID:7173b218-f646-47b8-b872-a55910a9d2cf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:5ef37308-a1ba-46e3-92a3-8f0d49237864
ArtifactChecksum:ZDUxMjJlZjVkZGU2OWQyMTFhMWYzMWRhNTJlYzc2YWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:340c65d3-21b7-479f-83d8-ac2294c5568a
ResourceInvariantUUID:49075549-92e0-4eb1-8fd9-2653a4816560
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f3a7f47d-add2-4c31-ac02-17061d6e3b1f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:d420ad98-c094-40c8-a877-f28b92477e11
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:6c9ce5c1-4433-4078-91ce-3200030a4baf
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:b65c85d5-9a5a-4315-937d-ca738cd935f7
ArtifactChecksum:Mjc4MzU5Y2VlMmFiZTg4YTMzOGZkNTI1ZTE0MzFiYjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:adb86d81-543f-4b6c-b3bb-f1c388a09809
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:05271468-5829-4287-b149-8f3f76c04c9a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:05271468-5829-4287-b149-8f3f76c04c9a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-24T07:22:01.817Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6fe0f381-d4ae-4665-bf17-07c51b523eb6 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-10-24T07:22:01.857Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:22:01.857Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:22:01.857Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:22:01.857Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5ef37308-a1ba-46e3-92a3-8f0d49237864 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-24T07:22:01.857Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:22:01.858Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-24T07:22:02.149Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:22:02.152Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5ef37308-a1ba-46e3-92a3-8f0d49237864 73684
2022-10-24T07:22:02.152Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-24T07:22:02.153Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-24T07:22:02.153Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:22:02.153Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:02.155Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:02.155Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596122152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:22:02.255Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:02.256Z||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-10-24T07:22:02.256Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:02.272Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:02.273Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:03.156Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:22:03.158Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-10-24T07:22:03.159Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5ef37308-a1ba-46e3-92a3-8f0d49237864, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-24T07:22:03.159Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-24T07:22:03.160Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-24T07:22:03.160Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-24T07:22:03.330Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9186320047610108976/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-24T07:22:04.345Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:22:04.346Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:22:04.346Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-24T07:22:04.346Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-24T07:22:04.346Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-24T07:22:04.347Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-24T07:22:04.347Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-24T07:22:04.347Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-24T07:22:04.347Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-10-24T07:22:04.347Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.348Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:04.348Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-24T07:22:04.348Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:22:04.348Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:22:04.349Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.349Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:04.349Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-24T07:22:04.349Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-10-24T07:22:04.350Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:22:04.350Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.350Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:04.350Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.351Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-24T07:22:04.351Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-24T07:22:04.351Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-24T07:22:04.351Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-24T07:22:04.351Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.352Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:22:04.352Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.352Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-24T07:22:04.352Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:22:04.353Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.353Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-24T07:22:04.353Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:22:04.353Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.354Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-24T07:22:04.354Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:22:04.354Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.354Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-24T07:22:04.355Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-24T07:22:04.355Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=75588b84-379c-4285-a7fc-6e0dd133bcea
2022-10-24T07:22:04.355Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.355Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:04.356Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.356Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:04.356Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.356Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:04.356Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:04.357Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:04.357Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6fe0f381-d4ae-4665-bf17-07c51b523eb6
Model Version:NULL
Model InvariantUuid:7173b218-f646-47b8-b872-a55910a9d2cf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:66cd6714-57f5-439b-97d5-8d8f36e8f93e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:49075549-92e0-4eb1-8fd9-2653a4816560
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:340c65d3-21b7-479f-83d8-ac2294c5568a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:11db89cb-e44d-4c22-9a91-09f952606580
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ad98d70d-0f01-451a-a2fc-0d611b84d172
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:75588b84-379c-4285-a7fc-6e0dd133bcea
ModelInvariantUuid:57fd86df-03e6-4463-b270-7ef5ff1648c2
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:d668dc5a-6dad-4886-a609-51013f4e1f8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:41cfa12e-fcf7-46ac-8e44-c0861400ab58
ModelInvariantUuid:b1772175-2f60-4833-baf2-cf9b1dd54b30
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e08170db-b0ec-4535-b85b-88bc93f4cd5b
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-10-24T07:22:04.364Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f3a7f47d-add2-4c31-ac02-17061d6e3b1f
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-10-24T07:22:04.367Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-10-24T07:22:04.367Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3a7f47d-add2-4c31-ac02-17061d6e3b1f
2022-10-24T07:22:04.368Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d420ad98-c094-40c8-a877-f28b92477e11 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-24T07:22:04.368Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:22:04.368Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-24T07:22:04.413Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:22:04.413Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d420ad98-c094-40c8-a877-f28b92477e11 12
2022-10-24T07:22:04.413Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-24T07:22:04.413Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-24T07:22:04.414Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:22:04.414Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:04.416Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:04.416Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596124413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:22:04.516Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:04.517Z||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-10-24T07:22:04.517Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:04.529Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:04.529Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:22:05.416Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6c9ce5c1-4433-4078-91ce-3200030a4baf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-24T07:22:05.417Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:22:05.417Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-24T07:22:05.461Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:22:05.461Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6c9ce5c1-4433-4078-91ce-3200030a4baf 2688
2022-10-24T07:22:05.461Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-24T07:22:05.462Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-24T07:22:05.462Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:22:05.462Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:05.463Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:05.464Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596125461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:22:05.564Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:05.565Z||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-10-24T07:22:05.565Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:05.577Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:05.577Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:06.465Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b65c85d5-9a5a-4315-937d-ca738cd935f7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-24T07:22:06.466Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:22:06.466Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-24T07:22:06.511Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:22:06.511Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b65c85d5-9a5a-4315-937d-ca738cd935f7 828
2022-10-24T07:22:06.512Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-24T07:22:06.512Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-24T07:22:06.512Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:22:06.512Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:06.514Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:06.514Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596126512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:22:06.614Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:06.615Z||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-10-24T07:22:06.615Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:06.626Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:06.626Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:07.515Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "11db89cb-e44d-4c22-9a91-09f952606580",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad98d70d-0f01-451a-a2fc-0d611b84d172",
    "vfModuleModelCustomizationUUID": "98e60fde-6d1b-47cb-9329-e2bab0cea6e2",
    "isBase": true,
    "artifacts": [
      "6c9ce5c1-4433-4078-91ce-3200030a4baf",
      "adb86d81-543f-4b6c-b3bb-f1c388a09809",
      "05271468-5829-4287-b149-8f3f76c04c9a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-24T07:22:07.518Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad98d70d-0f01-451a-a2fc-0d611b84d172
VfModuleModelInvariantUUID:11db89cb-e44d-4c22-9a91-09f952606580
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c9ce5c1-4433-4078-91ce-3200030a4baf
,
adb86d81-543f-4b6c-b3bb-f1c388a09809
,
05271468-5829-4287-b149-8f3f76c04c9a

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

isBase:true


}

2022-10-24T07:22:07.520Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "11db89cb-e44d-4c22-9a91-09f952606580",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ad98d70d-0f01-451a-a2fc-0d611b84d172",
    "vfModuleModelCustomizationUUID": "98e60fde-6d1b-47cb-9329-e2bab0cea6e2",
    "isBase": true,
    "artifacts": [
      "6c9ce5c1-4433-4078-91ce-3200030a4baf",
      "adb86d81-543f-4b6c-b3bb-f1c388a09809",
      "05271468-5829-4287-b149-8f3f76c04c9a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-10-24T07:22:07.520Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ad98d70d-0f01-451a-a2fc-0d611b84d172
VfModuleModelInvariantUUID:11db89cb-e44d-4c22-9a91-09f952606580
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c9ce5c1-4433-4078-91ce-3200030a4baf
,
adb86d81-543f-4b6c-b3bb-f1c388a09809
,
05271468-5829-4287-b149-8f3f76c04c9a

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

isBase:true


}

2022-10-24T07:22:07.520Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: adb86d81-543f-4b6c-b3bb-f1c388a09809 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-24T07:22:07.520Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:22:07.521Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-24T07:22:07.569Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:22:07.570Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml adb86d81-543f-4b6c-b3bb-f1c388a09809 1164
2022-10-24T07:22:07.570Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-24T07:22:07.570Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-24T07:22:07.570Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:22:07.571Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:07.573Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:07.573Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596127570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:22:07.673Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:07.686Z||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-10-24T07:22:07.687Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:07.698Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:07.698Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:08.574Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 05271468-5829-4287-b149-8f3f76c04c9a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-24T07:22:08.574Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-10-24T07:22:08.575Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-24T07:22:08.619Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-10-24T07:22:08.620Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 05271468-5829-4287-b149-8f3f76c04c9a 200
2022-10-24T07:22:08.620Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-24T07:22:08.620Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-24T07:22:08.620Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:22:08.620Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:08.622Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:08.622Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596128620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:22:08.723Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:22:08.724Z||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-10-24T07:22:08.724Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:08.734Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:08.735Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:09.623Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6fe0f381-d4ae-4665-bf17-07c51b523eb6
2022-10-24T07:22:09.623Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f3a7f47d-add2-4c31-ac02-17061d6e3b1f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-10-24T07:22:09.639Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-24T07:22:09.642Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@232d13a5, org.onap.sdc.toscaparser.api.parameters.Input@460a9cb, org.onap.sdc.toscaparser.api.parameters.Input@eaef252, org.onap.sdc.toscaparser.api.parameters.Input@47357605, org.onap.sdc.toscaparser.api.parameters.Input@ccee57d]
2022-10-24T07:22:09.643Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.644Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:09.644Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-10-24T07:22:09.644Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 340c65d3-21b7-479f-83d8-ac2294c5568a
2022-10-24T07:22:09.644Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 340c65d3-21b7-479f-83d8-ac2294c5568a matches Tosca VF Customization UUID: 340c65d3-21b7-479f-83d8-ac2294c5568a
2022-10-24T07:22:09.644Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 340c65d3-21b7-479f-83d8-ac2294c5568a  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-10-24T07:22:09.646Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.646Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:09.647Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 340c65d3-21b7-479f-83d8-ac2294c5568a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-24T07:22:09.647Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@184da19d
2022-10-24T07:22:09.647Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.647Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:22:09.647Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98e60fde-6d1b-47cb-9329-e2bab0cea6e2
2022-10-24T07:22:09.648Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98e60fde-6d1b-47cb-9329-e2bab0cea6e2
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-10-24T07:22:09.650Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.650Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-24T07:22:09.650Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:22:09.650Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.651Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-24T07:22:09.651Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:22:09.651Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.651Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-24T07:22:09.651Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-24T07:22:09.652Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=75588b84-379c-4285-a7fc-6e0dd133bcea
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-10-24T07:22:09.654Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.654Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-24T07:22:09.654Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:22:09.654Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.654Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-24T07:22:09.655Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=340c65d3-21b7-479f-83d8-ac2294c5568a
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-10-24T07:22:09.657Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.657Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:09.657Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6fe0f381-d4ae-4665-bf17-07c51b523eb6: basic_cnf
2022-10-24T07:22:09.657Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.657Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:09.657Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.658Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:09.658Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.658Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:09.658Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.658Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:09.659Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:22:09.659Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:22:09.659Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-24T07:22:09.720Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f3a7f47d-add2-4c31-ac02-17061d6e3b1f 1 ASDC deployResourceStructure
2022-10-24T07:22:09.721Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-10-24T07:22:09.721Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-10-24T07:22:09.722Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-24T07:22:09.722Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:09.724Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:09.724Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596129721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-24T07:22:09.824Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:09.825Z||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-10-24T07:22:09.825Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:09.836Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:09.836Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:10.726Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-10-24T07:22:10.726Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-10-24T07:22:10.726Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-24T07:22:10.726Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:10.728Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:10.729Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596130726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-24T07:22:10.829Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:10.830Z||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-10-24T07:22:10.830Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:10.841Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:10.842Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:22:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:22:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:22:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:11.160Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:11.161Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:22:11.161Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dca7008b-a0a6-49f4-b7f8-f0fa0f2eb465",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596059324,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:22:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:22:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:22:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:22:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:22:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-24T07:22:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:22:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:22:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:22:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:22:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:22:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:22:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:22:11.734Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-10-24T07:22:11.735Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-24T07:22:11.735Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:22:11.735Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:11.738Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:11.738Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596131734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:22:11.838Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:11.839Z||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-10-24T07:22:11.839Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:11.851Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:11.851Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:12.740Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-10-24T07:22:12.740Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-24T07:22:12.740Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:22:12.741Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:12.743Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:12.743Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596132740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:22:12.844Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:22:12.845Z||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-10-24T07:22:12.845Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:12.855Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:12.856Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:13.744Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-10-24T07:22:13.744Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-24T07:22:13.744Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:22:13.744Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:13.746Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:13.746Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596133744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:22:13.846Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:13.847Z||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-10-24T07:22:13.847Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:13.859Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:13.859Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:22:14.747Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-24T07:22:14.747Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-24T07:22:14.747Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:22:14.747Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:14.749Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:14.749Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596134747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:22:14.850Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:22:14.852Z||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-10-24T07:22:14.852Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:14.863Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:14.864Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:22:15.750Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97c73b25-2de6-4285-b188-04ed10ea21e1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:22:15.760Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97c73b25-2de6-4285-b188-04ed10ea21e1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:22:15.763Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:22:15.763Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:22:15.763Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:22:15.763Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:22:15.763Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:22:15.763Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:22:15.763Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:22:15.763Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:22:15.763Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:22:15.764Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||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-10-24T07:22:15.768Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:22:45.768Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97c73b25-2de6-4285-b188-04ed10ea21e1 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-10-24T07:22:45.773Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97c73b25-2de6-4285-b188-04ed10ea21e1 and serviceModelVersionId: 6fe0f381-d4ae-4665-bf17-07c51b523eb6
2022-10-24T07:22:45.774Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7173b218-f646-47b8-b872-a55910a9d2cf
2022-10-24T07:22:45.774Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7173b218-f646-47b8-b872-a55910a9d2cf/model-vers/model-ver/6fe0f381-d4ae-4665-bf17-07c51b523eb6?depth=0
2022-10-24T07:22:45.780Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:22:45.860Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7173b218-f646-47b8-b872-a55910a9d2cf/model-vers/model-ver/6fe0f381-d4ae-4665-bf17-07c51b523eb6?depth=0|INFO|500||Invoke
2022-10-24T07:22:45.861Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7173b218-f646-47b8-b872-a55910a9d2cf/model-vers/model-ver/6fe0f381-d4ae-4665-bf17-07c51b523eb6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7173b218-f646-47b8-b872-a55910a9d2cf/model-vers/model-ver/6fe0f381-d4ae-4665-bf17-07c51b523eb6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97c73b25-2de6-4285-b188-04ed10ea21e1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1d4f2ec9-4429-4d56-b5f7-13d4ab271b74], X-ECOMP-RequestID=[97c73b25-2de6-4285-b188-04ed10ea21e1], X-TransactionId=[], X-ONAP-RequestID=[97c73b25-2de6-4285-b188-04ed10ea21e1], Content-Type=[application/merge-patch+json]}
2022-10-24T07:22:45.879Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7173b218-f646-47b8-b872-a55910a9d2cf/model-vers/model-ver/6fe0f381-d4ae-4665-bf17-07c51b523eb6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-24T07:22:45.998Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7173b218-f646-47b8-b872-a55910a9d2cf/model-vers/model-ver/6fe0f381-d4ae-4665-bf17-07c51b523eb6?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/7173b218-f646-47b8-b872-a55910a9d2cf/model-vers/model-ver/6fe0f381-d4ae-4665-bf17-07c51b523eb6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221024-07:22:45:527-78321], vertex-id=[479400], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:22:45 GMT], Content-Type=[application/json]}
2022-10-24T07:22:45.998Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7173b218-f646-47b8-b872-a55910a9d2cf/model-vers/model-ver/6fe0f381-d4ae-4665-bf17-07c51b523eb6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:22:45.999Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7173b218-f646-47b8-b872-a55910a9d2cf/model-vers/model-ver/6fe0f381-d4ae-4665-bf17-07c51b523eb6?depth=0|INFO|500||InvokeReturn
2022-10-24T07:22:45.999Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:22:45.999Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||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-10-24T07:22:46.006Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||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-10-24T07:22:46.006Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97c73b25-2de6-4285-b188-04ed10ea21e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:22:46.006Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:22:46.006Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:22:46.008Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:22:46.008Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596166006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:22:46.108Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:22:46.109Z||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-10-24T07:22:46.109Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:46.123Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:46.124Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-24T07:22:47.019Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:22:47.019Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:22:47.020Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:22:56.555Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:22:56.556Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:22:56.556Z||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-10-24T07:22:56.557Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:23:06.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:23:06.097Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:23:06.098Z||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-10-24T07:23:06.098Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:23:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:23:11.135Z||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-10-24T07:23:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:23:11.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:23:11.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596072003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596074309,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596075363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596076414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596077550,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596078554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:23:11.163Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596079558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:23:11.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596080562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:23:11.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "295087e7-1665-4084-a858-c0dc85751f48",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596111756,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:23:11.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:23:11.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:23:11.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-24T07:23:11.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:23:11.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-24T07:23:11.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:23:11.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:23:11.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:23:11.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:23:11.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:23:11.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:23:11.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:23:11.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-24T07:23:11.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:23:11.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:23:11.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:23:11.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596060345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:23:11.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:23:11.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596122152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596124413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596125461,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596126512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596127570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596128620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:23:11.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596129721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-24T07:23:11.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:11.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:23:11.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596130726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-10-24T07:23:11.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:23:15.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:23:15.638Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:23:15.639Z||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-10-24T07:23:15.639Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:23:25.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:23:25.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:23:25.178Z||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-10-24T07:23:25.178Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:23:34.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:24:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:24:11.131Z||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-10-24T07:24:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:24:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:24:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:24:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:24:11.655Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:24:11.656Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:24:11.656Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596131734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:24:11.657Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:24:11.657Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:24:11.658Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596132740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:24:11.658Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:24:11.658Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:24:11.658Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596133744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:24:11.659Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:24:11.659Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:24:11.659Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596134747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:24:11.659Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:24:11.659Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:24:11.660Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97c73b25-2de6-4285-b188-04ed10ea21e1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596166006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:24:11.660Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:24:20.672Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:25:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:25:11.131Z||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-10-24T07:25:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:25:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:25:11.135Z||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-10-24T07:25:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:25:20.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:25:20.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:26:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:26:11.131Z||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-10-24T07:26:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:26:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:26:11.135Z||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-10-24T07:26:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:26:20.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:26:20.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:27:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:27:11.131Z||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-10-24T07:27:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:27:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:27:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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-10-24T07:27:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:27:20.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:27:20.681Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:28:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:28:11.134Z||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-10-24T07:28:11.134Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:28:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:28:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:28:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:28:20.674Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:28:20.676Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:29:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:29:11.131Z||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-10-24T07:29:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:29:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:29:11.135Z||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-10-24T07:29:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:29:20.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:29:20.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:30:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:30:11.131Z||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-10-24T07:30:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:30:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:30:11.135Z||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-10-24T07:30:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:30:20.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:30:20.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:11.130Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:31:11.130Z||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-10-24T07:31:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:11.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:31:11.135Z||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-10-24T07:31:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:11.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:11.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596632504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596633044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596632504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596633044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596632504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596633044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596632504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596633044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596632504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596633044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596637871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596632504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596633044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596637871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596632504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596633044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596637871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596632504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596633044,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596637871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596641337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.307Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596641783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596641173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596637871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.309Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596642399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.310Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596641173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596637871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.312Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596643453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596641173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.313Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596637871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.315Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "cds",
  "timestamp": 1666596644144,
  "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-10-24T07:31:11.345Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43d22e60-4422-4267-af07-15107f4dafa7
2022-10-24T07:31:11.345Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d22e60-4422-4267-af07-15107f4dafa7 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-10-24T07:31:11.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596644476,
  "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-10-24T07:31:11.364Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43d22e60-4422-4267-af07-15107f4dafa7
2022-10-24T07:31:11.365Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d22e60-4422-4267-af07-15107f4dafa7 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-10-24T07:31:11.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596641173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596637871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596645479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:31:11.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596641173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596646610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596641173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596641173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596641173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596649823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596649823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596649823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596649823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596654135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:31:11.381Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596649823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "aai-ml",
  "timestamp": 1666596655138,
  "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-10-24T07:31:11.388Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43d22e60-4422-4267-af07-15107f4dafa7
2022-10-24T07:31:11.388Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d22e60-4422-4267-af07-15107f4dafa7 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-10-24T07:31:11.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596649823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596649823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596649823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596658571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596661039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:31:11.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596662044,
  "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-10-24T07:31:11.413Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43d22e60-4422-4267-af07-15107f4dafa7
2022-10-24T07:31:11.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43d22e60-4422-4267-af07-15107f4dafa7 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-10-24T07:31:11.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596648044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596663848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596663666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596664907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "cds",
  "timestamp": 1666596665054,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:31:11.439Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12004ea0-3afa-446b-a9dc-275dd8e235fe
2022-10-24T07:31:11.439Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12004ea0-3afa-446b-a9dc-275dd8e235fe 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-10-24T07:31:11.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596665982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596667074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596668156,
  "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-10-24T07:31:11.454Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12004ea0-3afa-446b-a9dc-275dd8e235fe
2022-10-24T07:31:11.454Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12004ea0-3afa-446b-a9dc-275dd8e235fe 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-10-24T07:31:11.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:31:11.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596669161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:31:11.466Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:31:11.758Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:11.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-24T07:31:11.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"43d22e60-4422-4267-af07-15107f4dafa7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1be9a8be-f3ff-426c-9621-ac894328b3db","serviceDescription":"service","serviceInvariantUUID":"b91b801a-cb1b-46db-b657-d96b35168ad6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5d707fa-289c-408c-bd4e-500ea449af38","resourceInvariantUUID":"46052e4d-f1a1-4210-b1cf-223e6a9c6900","resourceCustomizationUUID":"a11ca15f-eaa2-4cb3-875a-b06af8895952","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":"NzIwMTI4MmU2MmViOTBhMTRkYjU2YzU0NzI5Y2E3Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"02ce6a12-c63e-4b14-b7c1-a6589cdd7028","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":"NjhjOWRkYzBhYTE2MDViYzY0OGMxM2MwNjE2M2M3N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"152c72c4-98cb-40f2-ad8f-90eb2eb200da","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":"7c7279a8-e42d-49f9-ba4b-a012e28c4fdc","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":"a3f3aa08-fb7f-4c8f-b1a4-f15ee082fab4","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":"9c924647-b093-4839-943f-bbed777dc15b","artifactVersion":"2","generatedFromUUID":"7c7279a8-e42d-49f9-ba4b-a012e28c4fdc"},{"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":"NDIwZGRmYzU5YTg3OTIwYjEwZmE5ZDdlZGVhOGE3NTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5eb1f228-4b03-429a-bd37-6eb066f3fdc8","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":"MDFjM2YyYmE1NjgyM2M4N2I4MjI5NTA1ZWI5MzJhOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30e3f68a-6fbf-4df8-9bf7-0cac9eff6147","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MThkMDBmZmE2NzQ4OTVjMmM4ZjYzNzJmZTdmNzhjZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e850a9c3-99eb-4940-ab41-9af03df4e2ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:31:11.762Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:31:11.763Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:11.767Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:11.767Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:11.867Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:11.868Z||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-10-24T07:31:11.868Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:11.880Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:11.880Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:12.768Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:31:12.768Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:12.770Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:12.771Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:31:12.871Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:12.872Z||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-10-24T07:31:12.872Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:12.883Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:12.884Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:13.771Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:31:13.772Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:13.774Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:13.774Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:31:13.874Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:13.875Z||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-10-24T07:31:13.875Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:13.888Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:13.889Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:14.775Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:31:14.776Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:14.778Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:14.778Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:14.878Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:14.879Z||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-10-24T07:31:14.879Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:14.890Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:14.891Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:31:15.779Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:31:15.779Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:15.781Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:15.781Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-24T07:31:15.882Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:15.882Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:31:15.882Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:15.894Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:15.894Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:16.782Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:31:16.783Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:16.785Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:16.786Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:16.886Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:31:16.886Z||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-10-24T07:31:16.887Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:16.899Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:16.900Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:17.786Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:31:17.787Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:17.789Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:17.790Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:31:17.890Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:17.891Z||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-10-24T07:31:17.891Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:17.904Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:17.905Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:18.790Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:31:18.791Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:18.793Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:18.793Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:31:18.894Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:31:18.894Z||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-10-24T07:31:18.894Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:18.914Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:18.914Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:19.795Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1be9a8be-f3ff-426c-9621-ac894328b3db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b91b801a-cb1b-46db-b657-d96b35168ad6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a11ca15f-eaa2-4cb3-875a-b06af8895952",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b5d707fa-289c-408c-bd4e-500ea449af38",
      "resourceInvariantUUID": "46052e4d-f1a1-4210-b1cf-223e6a9c6900",
      "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": "NjhjOWRkYzBhYTE2MDViYzY0OGMxM2MwNjE2M2M3N2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "152c72c4-98cb-40f2-ad8f-90eb2eb200da",
          "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": "7c7279a8-e42d-49f9-ba4b-a012e28c4fdc",
          "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": "9c924647-b093-4839-943f-bbed777dc15b",
            "generatedFromUUID": "7c7279a8-e42d-49f9-ba4b-a012e28c4fdc"
          },
          "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": "9c924647-b093-4839-943f-bbed777dc15b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MThkMDBmZmE2NzQ4OTVjMmM4ZjYzNzJmZTdmNzhjZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e850a9c3-99eb-4940-ab41-9af03df4e2ac"
    }
  ],
  "workloadContext": "Production"
}
2022-10-24T07:31:19.796Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:31:19.796Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1be9a8be-f3ff-426c-9621-ac894328b3db ASDC
2022-10-24T07:31:19.797Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:43d22e60-4422-4267-af07-15107f4dafa7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:1be9a8be-f3ff-426c-9621-ac894328b3db
ServiceInvariantUUID:b91b801a-cb1b-46db-b657-d96b35168ad6
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:e850a9c3-99eb-4940-ab41-9af03df4e2ac
ArtifactChecksum:MThkMDBmZmE2NzQ4OTVjMmM4ZjYzNzJmZTdmNzhjZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a11ca15f-eaa2-4cb3-875a-b06af8895952
ResourceInvariantUUID:46052e4d-f1a1-4210-b1cf-223e6a9c6900
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b5d707fa-289c-408c-bd4e-500ea449af38
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:152c72c4-98cb-40f2-ad8f-90eb2eb200da
ArtifactChecksum:NjhjOWRkYzBhYTE2MDViYzY0OGMxM2MwNjE2M2M3N2U=
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:7c7279a8-e42d-49f9-ba4b-a012e28c4fdc
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:9c924647-b093-4839-943f-bbed777dc15b
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:9c924647-b093-4839-943f-bbed777dc15b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-24T07:31:19.797Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1be9a8be-f3ff-426c-9621-ac894328b3db 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-10-24T07:31:19.843Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:31:19.845Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-24T07:31:19.845Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-24T07:31:19.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e850a9c3-99eb-4940-ab41-9af03df4e2ac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-24T07:31:19.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:31:19.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-24T07:31:19.934Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:31:19.940Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e850a9c3-99eb-4940-ab41-9af03df4e2ac 82623
2022-10-24T07:31:19.941Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-24T07:31:19.941Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-24T07:31:19.942Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:31:19.942Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:19.945Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:19.945Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596679941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:20.045Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:31:20.046Z||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-10-24T07:31:20.046Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:20.058Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:20.058Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:20.946Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:31:20.947Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-24T07:31:20.948Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e850a9c3-99eb-4940-ab41-9af03df4e2ac, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:20.948Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-24T07:31:20.948Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:20.949Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:21.153Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP322907472700505194/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-24T07:31:22.505Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:31:22.505Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-24T07:31:22.505Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:22.505Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.506Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:22.507Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-24T07:31:22.507Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-24T07:31:22.507Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:31:22.507Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.507Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:22.508Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-24T07:31:22.508Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-24T07:31:22.508Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:31:22.508Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.508Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:22.508Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.508Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-24T07:31:22.508Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-24T07:31:22.509Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-24T07:31:22.509Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-24T07:31:22.509Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-24T07:31:22.509Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-24T07:31:22.509Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.509Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:31:22.509Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.509Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-24T07:31:22.509Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:31:22.510Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.510Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-24T07:31:22.510Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:31:22.510Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.510Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-24T07:31:22.510Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:31:22.510Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.511Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-24T07:31:22.511Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-24T07:31:22.511Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-24T07:31:22.511Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a21b2401-1280-4386-9a03-856778a96216
2022-10-24T07:31:22.511Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.511Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:22.511Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.512Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:22.512Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.512Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:22.512Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:22.512Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:22.512Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:1be9a8be-f3ff-426c-9621-ac894328b3db
Model Version:NULL
Model InvariantUuid:b91b801a-cb1b-46db-b657-d96b35168ad6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a9061fa6-d02e-4ec9-9e2e-1c0b1a461241
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46052e4d-f1a1-4210-b1cf-223e6a9c6900
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a11ca15f-eaa2-4cb3-875a-b06af8895952
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3ca4d0c3-cb86-4eec-ae0c-a7a812f03783
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4ff520b4-1cbd-4bdb-bf49-1063abee7593
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a21b2401-1280-4386-9a03-856778a96216
ModelInvariantUuid:d0bad18a-a51b-4c99-8397-555f1555ab8f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:feec7bcc-d106-43c5-a8b7-d4125a12aef9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:10512570-cd6d-416f-bfb9-6947f929c84d
ModelInvariantUuid:59562643-a755-4db5-9841-98b5d180b057
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:58f60cc6-5882-43df-b24f-8fca68717bab
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-10-24T07:31:22.521Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b5d707fa-289c-408c-bd4e-500ea449af38
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-10-24T07:31:22.525Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-10-24T07:31:22.525Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5d707fa-289c-408c-bd4e-500ea449af38
2022-10-24T07:31:22.525Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 152c72c4-98cb-40f2-ad8f-90eb2eb200da from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-24T07:31:22.525Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:31:22.525Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:22.579Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:31:22.580Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 152c72c4-98cb-40f2-ad8f-90eb2eb200da 792
2022-10-24T07:31:22.580Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:22.580Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:22.580Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:31:22.580Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:22.582Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:22.582Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596682580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:22.682Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:22.683Z||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-10-24T07:31:22.683Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:22.699Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:22.699Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:23.583Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ca4d0c3-cb86-4eec-ae0c-a7a812f03783",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ff520b4-1cbd-4bdb-bf49-1063abee7593",
    "vfModuleModelCustomizationUUID": "57fefeb8-f31c-4f3c-b84c-77ddb2fc8d7e",
    "isBase": true,
    "artifacts": [
      "7c7279a8-e42d-49f9-ba4b-a012e28c4fdc",
      "9c924647-b093-4839-943f-bbed777dc15b"
    ],
    "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-10-24T07:31:23.588Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ff520b4-1cbd-4bdb-bf49-1063abee7593
VfModuleModelInvariantUUID:3ca4d0c3-cb86-4eec-ae0c-a7a812f03783
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c7279a8-e42d-49f9-ba4b-a012e28c4fdc
,
9c924647-b093-4839-943f-bbed777dc15b

}
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-10-24T07:31:23.590Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3ca4d0c3-cb86-4eec-ae0c-a7a812f03783",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ff520b4-1cbd-4bdb-bf49-1063abee7593",
    "vfModuleModelCustomizationUUID": "57fefeb8-f31c-4f3c-b84c-77ddb2fc8d7e",
    "isBase": true,
    "artifacts": [
      "7c7279a8-e42d-49f9-ba4b-a012e28c4fdc",
      "9c924647-b093-4839-943f-bbed777dc15b"
    ],
    "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-10-24T07:31:23.590Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ff520b4-1cbd-4bdb-bf49-1063abee7593
VfModuleModelInvariantUUID:3ca4d0c3-cb86-4eec-ae0c-a7a812f03783
VfModuleModelDescription:NULL
Artifacts UUID List:{
7c7279a8-e42d-49f9-ba4b-a012e28c4fdc
,
9c924647-b093-4839-943f-bbed777dc15b

}
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-10-24T07:31:23.590Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7c7279a8-e42d-49f9-ba4b-a012e28c4fdc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-24T07:31:23.590Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:31:23.590Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:23.633Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:31:23.633Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7c7279a8-e42d-49f9-ba4b-a012e28c4fdc 5033
2022-10-24T07:31:23.634Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:23.634Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:23.634Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:31:23.634Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:23.636Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:23.636Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596683634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:23.736Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:23.737Z||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-10-24T07:31:23.737Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:23.749Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:23.749Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:31:24.636Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9c924647-b093-4839-943f-bbed777dc15b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-24T07:31:24.637Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:31:24.637Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:24.682Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:31:24.682Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9c924647-b093-4839-943f-bbed777dc15b 903
2022-10-24T07:31:24.682Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:24.682Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:24.682Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:31:24.683Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:24.684Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:24.685Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596684682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:31:24.785Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:24.786Z||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-10-24T07:31:24.786Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:24.803Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:24.803Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:25.685Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1be9a8be-f3ff-426c-9621-ac894328b3db
2022-10-24T07:31:25.685Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b5d707fa-289c-408c-bd4e-500ea449af38 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-10-24T07:31:25.702Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ccf3fd8, org.onap.sdc.toscaparser.api.parameters.Input@2896c71, org.onap.sdc.toscaparser.api.parameters.Input@5ce9ff05, org.onap.sdc.toscaparser.api.parameters.Input@665e03db, org.onap.sdc.toscaparser.api.parameters.Input@434ad137]
2022-10-24T07:31:25.704Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.704Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:25.705Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-10-24T07:31:25.705Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a11ca15f-eaa2-4cb3-875a-b06af8895952
2022-10-24T07:31:25.705Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a11ca15f-eaa2-4cb3-875a-b06af8895952 matches Tosca VF Customization UUID: a11ca15f-eaa2-4cb3-875a-b06af8895952
2022-10-24T07:31:25.705Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a11ca15f-eaa2-4cb3-875a-b06af8895952  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-10-24T07:31:25.707Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.708Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:25.708Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a11ca15f-eaa2-4cb3-875a-b06af8895952: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-10-24T07:31:25.709Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fbd8869
2022-10-24T07:31:25.709Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.709Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:31:25.709Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 57fefeb8-f31c-4f3c-b84c-77ddb2fc8d7e
2022-10-24T07:31:25.709Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 57fefeb8-f31c-4f3c-b84c-77ddb2fc8d7e
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-10-24T07:31:25.712Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.712Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-24T07:31:25.713Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:31:25.713Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.713Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-24T07:31:25.713Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:31:25.714Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.714Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-24T07:31:25.714Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-24T07:31:25.714Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-24T07:31:25.714Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a21b2401-1280-4386-9a03-856778a96216
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-10-24T07:31:25.717Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.717Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-24T07:31:25.717Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:31:25.718Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.718Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-24T07:31:25.718Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a11ca15f-eaa2-4cb3-875a-b06af8895952
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-10-24T07:31:25.720Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.720Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:25.720Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1be9a8be-f3ff-426c-9621-ac894328b3db: basic_vm_macro
2022-10-24T07:31:25.720Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.721Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:25.721Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.721Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:25.721Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.722Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:25.722Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.722Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:25.722Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:31:25.722Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:31:25.723Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:25.819Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b5d707fa-289c-408c-bd4e-500ea449af38 1 ASDC deployResourceStructure
2022-10-24T07:31:25.819Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:25.819Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:25.819Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:31:25.820Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:25.821Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:25.822Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596685819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:31:25.922Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:25.923Z||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-10-24T07:31:25.924Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:25.933Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:25.933Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:26.823Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:26.823Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:26.823Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:31:26.824Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:26.826Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:26.826Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596686822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:31:26.926Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:26.927Z||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-10-24T07:31:26.927Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:26.938Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:26.939Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:27.827Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:27.827Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||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-10-24T07:31:27.827Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:31:27.828Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:27.829Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:27.830Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596687827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:31:27.930Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:27.931Z||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-10-24T07:31:27.931Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:27.940Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:27.941Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:31:28.830Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-24T07:31:28.831Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-24T07:31:28.831Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:31:28.831Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:31:28.833Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:31:28.833Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596688830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:31:28.933Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:31:28.934Z||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-10-24T07:31:28.934Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:31:28.944Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:31:28.944Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:31:29.833Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43d22e60-4422-4267-af07-15107f4dafa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:31:29.843Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43d22e60-4422-4267-af07-15107f4dafa7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:31:29.845Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:31:29.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:31:29.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:31:29.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:31:29.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:31:29.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:31:29.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:31:29.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:31:29.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:31:29.846Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-24T07:31:29.851Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:31:59.851Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43d22e60-4422-4267-af07-15107f4dafa7 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-10-24T07:31:59.856Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43d22e60-4422-4267-af07-15107f4dafa7 and serviceModelVersionId: 1be9a8be-f3ff-426c-9621-ac894328b3db
2022-10-24T07:31:59.856Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b91b801a-cb1b-46db-b657-d96b35168ad6
2022-10-24T07:31:59.857Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b91b801a-cb1b-46db-b657-d96b35168ad6/model-vers/model-ver/1be9a8be-f3ff-426c-9621-ac894328b3db?depth=0
2022-10-24T07:31:59.862Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:31:59.911Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b91b801a-cb1b-46db-b657-d96b35168ad6/model-vers/model-ver/1be9a8be-f3ff-426c-9621-ac894328b3db?depth=0|INFO|500||Invoke
2022-10-24T07:31:59.912Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b91b801a-cb1b-46db-b657-d96b35168ad6/model-vers/model-ver/1be9a8be-f3ff-426c-9621-ac894328b3db?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b91b801a-cb1b-46db-b657-d96b35168ad6/model-vers/model-ver/1be9a8be-f3ff-426c-9621-ac894328b3db?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[43d22e60-4422-4267-af07-15107f4dafa7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[323533a5-689b-40fc-a926-6c48b3af3828], X-ECOMP-RequestID=[43d22e60-4422-4267-af07-15107f4dafa7], X-TransactionId=[], X-ONAP-RequestID=[43d22e60-4422-4267-af07-15107f4dafa7], Content-Type=[application/merge-patch+json]}
2022-10-24T07:31:59.933Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b91b801a-cb1b-46db-b657-d96b35168ad6/model-vers/model-ver/1be9a8be-f3ff-426c-9621-ac894328b3db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-24T07:32:00.064Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b91b801a-cb1b-46db-b657-d96b35168ad6/model-vers/model-ver/1be9a8be-f3ff-426c-9621-ac894328b3db?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/b91b801a-cb1b-46db-b657-d96b35168ad6/model-vers/model-ver/1be9a8be-f3ff-426c-9621-ac894328b3db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221024-07:31:59:596-35511], vertex-id=[229456], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:31:59 GMT], Content-Type=[application/json]}
2022-10-24T07:32:00.064Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b91b801a-cb1b-46db-b657-d96b35168ad6/model-vers/model-ver/1be9a8be-f3ff-426c-9621-ac894328b3db?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:32:00.065Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b91b801a-cb1b-46db-b657-d96b35168ad6/model-vers/model-ver/1be9a8be-f3ff-426c-9621-ac894328b3db?depth=0|INFO|500||InvokeReturn
2022-10-24T07:32:00.066Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:32:00.067Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-24T07:32:00.071Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-24T07:32:00.072Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43d22e60-4422-4267-af07-15107f4dafa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:32:00.072Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:32:00.072Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:00.075Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:00.075Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596720072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:32:00.175Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:00.176Z||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-10-24T07:32:00.176Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:00.189Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:00.189Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-24T07:32:01.086Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-24T07:32:01.086Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"12004ea0-3afa-446b-a9dc-275dd8e235fe","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"e32073da-9e89-4aba-8eee-6fc752b48a84","serviceDescription":"service","serviceInvariantUUID":"a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1cd2942-4f5d-43d6-859b-ad8b523c2665","resourceInvariantUUID":"e4730695-7566-4fa3-9173-3cb92c46fffa","resourceCustomizationUUID":"da0baf25-e967-4f67-aad8-54c961205a30","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":"ODc4OTk4NTcxNTY4ZWY5MmY1YzdlZTE0Y2JjYjEwODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4ac68e8-62d6-4aac-bb11-5695086a46eb","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":"NTA1OWQwNDM0MGM1ZTJmNWExNTMzYzcyM2RmYjFmMDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d60d06f2-3955-4a6d-8384-dc62e911605b","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":"bd1e1455-4d27-4f28-ae24-48345e9b23ae","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":"c31e7289-9d32-4460-9dec-64b2accacbb0","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":"41da6a3e-ff94-4eed-b1c2-dfab0ebb86d5","artifactVersion":"2","generatedFromUUID":"77e50afe-f507-4285-9071-1c67f1a4a484"},{"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":"7e0b3678-8726-4d9b-9ee6-bba25e6191a5","artifactVersion":"2","generatedFromUUID":"bd1e1455-4d27-4f28-ae24-48345e9b23ae"},{"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":"77e50afe-f507-4285-9071-1c67f1a4a484","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":"a267427a-64ee-4bf1-b825-b08c1540289b","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":"MzkxM2Q1ODRiZjQ3MjYyODQyZDM0YTA2MzU2M2NhY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9d2335a-d4a7-46a2-9db3-2a2f23900e4b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTNiY2I2ZTQyOTMxMzk3YzVmZDhjN2U5MzE5YWFmMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0eb69c8-5ecd-4547-8607-650edb5defc4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:32:01.086Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:01.087Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:01.089Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:01.089Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:32:01.189Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:01.190Z||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-10-24T07:32:01.190Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:01.228Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:01.229Z||pool-106-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:32:02.090Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:02.090Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:02.092Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:02.092Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:32:02.194Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-24T07:32:02.194Z||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-10-24T07:32:02.195Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:02.217Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:02.218Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:32:03.093Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:03.093Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:03.095Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:03.095Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:32:03.195Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:03.196Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:03.196Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:03.207Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:03.207Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:04.096Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:04.096Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:04.098Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:04.098Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:32:04.198Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:04.199Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:04.199Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:04.212Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:04.212Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:05.099Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:05.099Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:05.101Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:05.101Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-24T07:32:05.201Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:05.202Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:05.202Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:05.215Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:05.217Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:06.102Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:06.103Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:06.104Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:06.105Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-24T07:32:06.205Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:06.205Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:06.206Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:06.216Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:06.217Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:07.106Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:07.107Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:07.109Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:07.109Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-24T07:32:07.209Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:07.210Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:07.210Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:07.222Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:07.222Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:08.109Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:08.110Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:08.112Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:08.112Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:32:08.212Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:08.213Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:08.213Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:08.244Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:08.245Z||pool-113-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:09.113Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:09.114Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:09.116Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:09.116Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:32:09.216Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:09.217Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:09.217Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:09.229Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:09.229Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:32:10.117Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:32:10.118Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:10.120Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:10.120Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:32:10.220Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:10.221Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:10.222Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:10.238Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:10.239Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:11.121Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e32073da-9e89-4aba-8eee-6fc752b48a84",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "da0baf25-e967-4f67-aad8-54c961205a30",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d1cd2942-4f5d-43d6-859b-ad8b523c2665",
      "resourceInvariantUUID": "e4730695-7566-4fa3-9173-3cb92c46fffa",
      "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": "NTA1OWQwNDM0MGM1ZTJmNWExNTMzYzcyM2RmYjFmMDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d60d06f2-3955-4a6d-8384-dc62e911605b",
          "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": "bd1e1455-4d27-4f28-ae24-48345e9b23ae",
          "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": "7e0b3678-8726-4d9b-9ee6-bba25e6191a5",
            "generatedFromUUID": "bd1e1455-4d27-4f28-ae24-48345e9b23ae"
          },
          "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": "41da6a3e-ff94-4eed-b1c2-dfab0ebb86d5",
          "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": "7e0b3678-8726-4d9b-9ee6-bba25e6191a5",
          "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": "77e50afe-f507-4285-9071-1c67f1a4a484",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTNiY2I2ZTQyOTMxMzk3YzVmZDhjN2U5MzE5YWFmMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d0eb69c8-5ecd-4547-8607-650edb5defc4"
    }
  ],
  "workloadContext": "Production"
}
2022-10-24T07:32:11.121Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:32:11.121Z|43d22e60-4422-4267-af07-15107f4dafa7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e32073da-9e89-4aba-8eee-6fc752b48a84 ASDC
2022-10-24T07:32:11.122Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:12004ea0-3afa-446b-a9dc-275dd8e235fe
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:e32073da-9e89-4aba-8eee-6fc752b48a84
ServiceInvariantUUID:a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1
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:d0eb69c8-5ecd-4547-8607-650edb5defc4
ArtifactChecksum:YTNiY2I2ZTQyOTMxMzk3YzVmZDhjN2U5MzE5YWFmMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:da0baf25-e967-4f67-aad8-54c961205a30
ResourceInvariantUUID:e4730695-7566-4fa3-9173-3cb92c46fffa
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:d1cd2942-4f5d-43d6-859b-ad8b523c2665
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:d60d06f2-3955-4a6d-8384-dc62e911605b
ArtifactChecksum:NTA1OWQwNDM0MGM1ZTJmNWExNTMzYzcyM2RmYjFmMDE=
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:bd1e1455-4d27-4f28-ae24-48345e9b23ae
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:7e0b3678-8726-4d9b-9ee6-bba25e6191a5
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:41da6a3e-ff94-4eed-b1c2-dfab0ebb86d5
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:7e0b3678-8726-4d9b-9ee6-bba25e6191a5
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:77e50afe-f507-4285-9071-1c67f1a4a484
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-24T07:32:11.123Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e32073da-9e89-4aba-8eee-6fc752b48a84 ASDC treatNotification
2022-10-24T07:32:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:32:11.135Z||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-10-24T07:32:11.135Z||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 RjBihX1uE6F8S7Dg) ...
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 (?, ?, ?, ?, ?)
2022-10-24T07:32:11.153Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:11.154Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:32:11.154Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:32:11.155Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:32:11.165Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:32:11.165Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-24T07:32:11.165Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-24T07:32:11.166Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d0eb69c8-5ecd-4547-8607-650edb5defc4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:11.166Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:32:11.166Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:11.231Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:32:11.238Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d0eb69c8-5ecd-4547-8607-650edb5defc4 162966
2022-10-24T07:32:11.238Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-24T07:32:11.238Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:11.238Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:32:11.238Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:11.240Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:11.240Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596731238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:32:11.341Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:32:11.341Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:11.341Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:11.354Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:11.354Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:32:12.241Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:32:12.242Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-24T07:32:12.242Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d0eb69c8-5ecd-4547-8607-650edb5defc4, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:12.243Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-24T07:32:12.243Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:12.243Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:12.338Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18357414772038397097/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-10-24T07:32:13.408Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:32:13.409Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-24T07:32:13.409Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:13.409Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-24T07:32:13.409Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:13.409Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:13.409Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:13.410Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:13.410Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-24T07:32:13.410Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.410Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:13.410Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-24T07:32:13.411Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-24T07:32:13.411Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:32:13.411Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.411Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:13.412Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-24T07:32:13.412Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-24T07:32:13.412Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:32:13.412Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.412Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:13.413Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.413Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-24T07:32:13.413Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-24T07:32:13.413Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-24T07:32:13.414Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-24T07:32:13.414Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.414Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:32:13.414Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.414Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-24T07:32:13.415Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:32:13.415Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.415Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-24T07:32:13.415Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:32:13.416Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.416Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-24T07:32:13.416Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:32:13.416Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.416Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-24T07:32:13.417Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:32:13.417Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.417Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-24T07:32:13.417Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-24T07:32:13.417Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0c20bfa1-d05b-429e-ba03-fa05da5066a6
2022-10-24T07:32:13.417Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.417Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:13.418Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.418Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:13.418Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.418Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:13.418Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:13.419Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:13.419Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:e32073da-9e89-4aba-8eee-6fc752b48a84
Model Version:NULL
Model InvariantUuid:a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:71f367ad-fc57-4ce0-8c1f-e9f1f3f8ac70
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e4730695-7566-4fa3-9173-3cb92c46fffa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:da0baf25-e967-4f67-aad8-54c961205a30
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0f615126-906c-4660-bb6e-d249ad0d800c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:ecd2d195-d9f4-4b44-9f22-ea05973647ac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:71a67c9a-9420-4af4-9c76-251da9ea6abe
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e0cbc1cd-5b0c-42c6-9105-a3cda6589bf3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0c20bfa1-d05b-429e-ba03-fa05da5066a6
ModelInvariantUuid:32ac0a2d-a7a4-458b-840b-fff72da7e04e
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:7d3142bc-4ff6-4334-afe7-b8f818817c65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e255ee76-7500-4680-8b8e-4329f8e6b0ac
ModelInvariantUuid:48734f19-9c4c-4c8d-bf80-37364db1648f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:649bb84c-58cf-4de9-9dc0-a3ee73e8fb57
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-10-24T07:32:13.426Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d1cd2942-4f5d-43d6-859b-ad8b523c2665
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-10-24T07:32:13.428Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-10-24T07:32:13.428Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1cd2942-4f5d-43d6-859b-ad8b523c2665
2022-10-24T07:32:13.428Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d60d06f2-3955-4a6d-8384-dc62e911605b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-24T07:32:13.428Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:32:13.429Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:13.475Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:32:13.475Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d60d06f2-3955-4a6d-8384-dc62e911605b 1565
2022-10-24T07:32:13.476Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:13.476Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:13.476Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:32:13.476Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:13.478Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:13.478Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596733476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:32:13.578Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:13.579Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:13.579Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:13.590Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:13.590Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:14.479Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "71a67c9a-9420-4af4-9c76-251da9ea6abe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0cbc1cd-5b0c-42c6-9105-a3cda6589bf3",
    "vfModuleModelCustomizationUUID": "556aceed-da80-4791-8ccb-2588a497f9cf",
    "isBase": true,
    "artifacts": [
      "bd1e1455-4d27-4f28-ae24-48345e9b23ae",
      "7e0b3678-8726-4d9b-9ee6-bba25e6191a5"
    ],
    "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": "0f615126-906c-4660-bb6e-d249ad0d800c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ecd2d195-d9f4-4b44-9f22-ea05973647ac",
    "vfModuleModelCustomizationUUID": "f9ad01a2-9d94-4874-9c9f-fc2189cf7ee3",
    "isBase": false,
    "artifacts": [
      "77e50afe-f507-4285-9071-1c67f1a4a484"
    ],
    "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-10-24T07:32:14.482Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0cbc1cd-5b0c-42c6-9105-a3cda6589bf3
VfModuleModelInvariantUUID:71a67c9a-9420-4af4-9c76-251da9ea6abe
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd1e1455-4d27-4f28-ae24-48345e9b23ae
,
7e0b3678-8726-4d9b-9ee6-bba25e6191a5

}
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:ecd2d195-d9f4-4b44-9f22-ea05973647ac
VfModuleModelInvariantUUID:0f615126-906c-4660-bb6e-d249ad0d800c
VfModuleModelDescription:NULL
Artifacts UUID List:{
77e50afe-f507-4285-9071-1c67f1a4a484

}
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-10-24T07:32:14.484Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "71a67c9a-9420-4af4-9c76-251da9ea6abe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e0cbc1cd-5b0c-42c6-9105-a3cda6589bf3",
    "vfModuleModelCustomizationUUID": "556aceed-da80-4791-8ccb-2588a497f9cf",
    "isBase": true,
    "artifacts": [
      "bd1e1455-4d27-4f28-ae24-48345e9b23ae",
      "7e0b3678-8726-4d9b-9ee6-bba25e6191a5"
    ],
    "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": "0f615126-906c-4660-bb6e-d249ad0d800c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ecd2d195-d9f4-4b44-9f22-ea05973647ac",
    "vfModuleModelCustomizationUUID": "f9ad01a2-9d94-4874-9c9f-fc2189cf7ee3",
    "isBase": false,
    "artifacts": [
      "77e50afe-f507-4285-9071-1c67f1a4a484"
    ],
    "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-10-24T07:32:14.485Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e0cbc1cd-5b0c-42c6-9105-a3cda6589bf3
VfModuleModelInvariantUUID:71a67c9a-9420-4af4-9c76-251da9ea6abe
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd1e1455-4d27-4f28-ae24-48345e9b23ae
,
7e0b3678-8726-4d9b-9ee6-bba25e6191a5

}
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:ecd2d195-d9f4-4b44-9f22-ea05973647ac
VfModuleModelInvariantUUID:0f615126-906c-4660-bb6e-d249ad0d800c
VfModuleModelDescription:NULL
Artifacts UUID List:{
77e50afe-f507-4285-9071-1c67f1a4a484

}
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-10-24T07:32:14.485Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bd1e1455-4d27-4f28-ae24-48345e9b23ae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-24T07:32:14.485Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:32:14.486Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:14.527Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:32:14.528Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml bd1e1455-4d27-4f28-ae24-48345e9b23ae 914
2022-10-24T07:32:14.528Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:14.529Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:14.529Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:32:14.529Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:14.531Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:14.532Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596734528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:32:14.632Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:14.633Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:14.633Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:14.644Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:14.644Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:15.532Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 41da6a3e-ff94-4eed-b1c2-dfab0ebb86d5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-24T07:32:15.533Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:32:15.533Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:15.585Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:32:15.585Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 41da6a3e-ff94-4eed-b1c2-dfab0ebb86d5 12
2022-10-24T07:32:15.585Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:15.586Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:15.586Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:32:15.586Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:15.588Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:15.588Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596735585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:32:15.688Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:15.688Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:15.689Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:15.698Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:15.699Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:16.589Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7e0b3678-8726-4d9b-9ee6-bba25e6191a5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-24T07:32:16.589Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:32:16.589Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:16.642Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:32:16.642Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7e0b3678-8726-4d9b-9ee6-bba25e6191a5 96
2022-10-24T07:32:16.643Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:16.643Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:16.643Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:32:16.643Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:16.645Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:16.645Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596736643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:32:16.745Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:16.746Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:16.746Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:16.757Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:16.758Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:32:17.646Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 77e50afe-f507-4285-9071-1c67f1a4a484 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-24T07:32:17.646Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:32:17.647Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:17.702Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:32:17.703Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 77e50afe-f507-4285-9071-1c67f1a4a484 20206
2022-10-24T07:32:17.703Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:17.703Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:17.703Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:32:17.703Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:17.705Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:17.705Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596737703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:32:17.805Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:17.806Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:17.806Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:17.836Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:17.837Z||pool-121-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:18.709Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e32073da-9e89-4aba-8eee-6fc752b48a84
2022-10-24T07:32:18.709Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d1cd2942-4f5d-43d6-859b-ad8b523c2665 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-10-24T07:32:18.718Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67cae5f4, org.onap.sdc.toscaparser.api.parameters.Input@65eda5eb, org.onap.sdc.toscaparser.api.parameters.Input@2d933bd1, org.onap.sdc.toscaparser.api.parameters.Input@7a54f7c9, org.onap.sdc.toscaparser.api.parameters.Input@4a815832]
2022-10-24T07:32:18.719Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.720Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:18.720Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-10-24T07:32:18.720Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= da0baf25-e967-4f67-aad8-54c961205a30
2022-10-24T07:32:18.721Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da0baf25-e967-4f67-aad8-54c961205a30 matches Tosca VF Customization UUID: da0baf25-e967-4f67-aad8-54c961205a30
2022-10-24T07:32:18.721Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: da0baf25-e967-4f67-aad8-54c961205a30  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-10-24T07:32:18.723Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.724Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:18.725Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id da0baf25-e967-4f67-aad8-54c961205a30: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-10-24T07:32:18.725Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b05c3ef
2022-10-24T07:32:18.725Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.725Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-24T07:32:18.726Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9ad01a2-9d94-4874-9c9f-fc2189cf7ee3
2022-10-24T07:32:18.726Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9ad01a2-9d94-4874-9c9f-fc2189cf7ee3
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-10-24T07:32:18.728Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.728Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-24T07:32:18.729Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:32:18.729Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.729Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-24T07:32:18.730Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-24T07:32:18.730Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.730Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-24T07:32:18.730Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=da0baf25-e967-4f67-aad8-54c961205a30
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-10-24T07:32:18.732Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.732Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:18.733Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e32073da-9e89-4aba-8eee-6fc752b48a84: basic_cnf_macro
2022-10-24T07:32:18.733Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.733Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:18.734Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.734Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:18.734Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.734Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:18.735Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.735Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:18.735Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:32:18.735Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:32:18.736Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:18.772Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d1cd2942-4f5d-43d6-859b-ad8b523c2665 2 ASDC deployResourceStructure
2022-10-24T07:32:18.773Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:18.773Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:18.773Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:32:18.773Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:18.775Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:18.775Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596738773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:32:18.875Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:18.876Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:18.876Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:18.887Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:18.887Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:19.776Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:19.777Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:19.777Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:32:19.778Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:19.780Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:19.780Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596739776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:32:19.880Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:32:19.881Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:19.881Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:19.891Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:19.892Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:20.782Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:20.782Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:20.782Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-24T07:32:20.783Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:20.785Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:20.785Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596740782,
  "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-10-24T07:32:20.885Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:20.886Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:20.886Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:20.895Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:20.896Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:21.786Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:21.786Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:21.786Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:32:21.787Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:21.789Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:21.789Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596741786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:32:21.889Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:32:21.889Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:21.890Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:21.901Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:21.901Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:22.790Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:22.791Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||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-10-24T07:32:22.791Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-24T07:32:22.791Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:22.793Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:22.793Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596742790,
  "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-10-24T07:32:22.894Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:32:22.895Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:22.895Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:22.906Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:22.906Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:32:23.794Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-24T07:32:23.794Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-24T07:32:23.794Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:32:23.795Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:32:23.797Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:32:23.797Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596743794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:32:23.898Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:32:23.899Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:32:23.899Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:32:23.913Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:32:23.913Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:32:24.801Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:32:24.812Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:32:24.814Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:32:24.814Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:32:24.814Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:32:54.815Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:32:54.825Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:32:54.830Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:32:54.830Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:32:54.830Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:33:11.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:33:11.136Z||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-10-24T07:33:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:33:11.166Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:33:11.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:33:11.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:33:11.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:33:24.831Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:33:24.841Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:33:24.843Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:33:24.843Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:33:24.843Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:33:54.844Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:33:54.853Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:33:54.855Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:33:54.855Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-24T07:33:54.855Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-24T07:34:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:34:11.135Z||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-10-24T07:34:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:34:11.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:34:11.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596661173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.168Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.169Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.169Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596667871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.170Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596678599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596679941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.171Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.171Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596682580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.172Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596683634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.173Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596684682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596685819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:34:11.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596685895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:34:11.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596686822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:34:11.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "aai-ml",
  "timestamp": 1666596686899,
  "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-10-24T07:34:11.185Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12004ea0-3afa-446b-a9dc-275dd8e235fe
2022-10-24T07:34:11.185Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12004ea0-3afa-446b-a9dc-275dd8e235fe 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-10-24T07:34:11.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.195Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596687827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:34:11.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596688830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:34:11.196Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.197Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596679824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596690602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596681173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596681173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596681173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596692504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596693001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:34:11.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596693044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596681173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596692504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596694004,
  "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-10-24T07:34:11.212Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12004ea0-3afa-446b-a9dc-275dd8e235fe
2022-10-24T07:34:11.212Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12004ea0-3afa-446b-a9dc-275dd8e235fe 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-10-24T07:34:11.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596693044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596681173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596692504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596693044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596681173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596692504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596693044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596681173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596692504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596693044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596681173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596692504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596697871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596693044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596681173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596692504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596697871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596693044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596699857,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596697871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596692504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596693044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596700912,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:34:11.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666596692504,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596697871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596693044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666596701916,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-24T07:34:11.240Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 93d6511c-1190-4ad7-b35d-99d0d6fccb53
2022-10-24T07:34:11.240Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6511c-1190-4ad7-b35d-99d0d6fccb53 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-10-24T07:34:11.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596697871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596702801,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.247Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596697871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596697871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "cds",
  "timestamp": 1666596704107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-24T07:34:11.252Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93d6511c-1190-4ad7-b35d-99d0d6fccb53
2022-10-24T07:34:11.252Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6511c-1190-4ad7-b35d-99d0d6fccb53 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-10-24T07:34:11.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596697871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596697871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596707635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596709823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596709823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596712691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:34:11.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596709823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "aai-ml",
  "timestamp": 1666596713696,
  "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-10-24T07:34:11.267Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93d6511c-1190-4ad7-b35d-99d0d6fccb53
2022-10-24T07:34:11.267Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6511c-1190-4ad7-b35d-99d0d6fccb53 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-10-24T07:34:11.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596709823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596709823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596709823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596709823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596709823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596709823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "43d22e60-4422-4267-af07-15107f4dafa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596720072,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:34:11.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596719583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:34:11.276Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596721500,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:34:11.277Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:34:11.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666596722504,
  "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-10-24T07:34:11.281Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93d6511c-1190-4ad7-b35d-99d0d6fccb53
2022-10-24T07:34:11.281Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93d6511c-1190-4ad7-b35d-99d0d6fccb53 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-10-24T07:34:11.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:34:11.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:11.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-24T07:34:11.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596671130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:34:11.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:34:24.855Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:34:24.865Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:34:24.867Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:34:24.867Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:34:24.867Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:34:24.867Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:34:24.867Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:34:24.868Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:34:24.868Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:34:24.868Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:34:24.868Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:34:24.868Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-24T07:34:24.873Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:34:54.878Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe 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-10-24T07:34:54.887Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12004ea0-3afa-446b-a9dc-275dd8e235fe and serviceModelVersionId: e32073da-9e89-4aba-8eee-6fc752b48a84
2022-10-24T07:34:54.887Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1
2022-10-24T07:34:54.888Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1/model-vers/model-ver/e32073da-9e89-4aba-8eee-6fc752b48a84?depth=0
2022-10-24T07:34:54.898Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:34:54.967Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1/model-vers/model-ver/e32073da-9e89-4aba-8eee-6fc752b48a84?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-10-24T07:34:54.968Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1/model-vers/model-ver/e32073da-9e89-4aba-8eee-6fc752b48a84?depth=0|INFO|500||Invoke
2022-10-24T07:34:55.010Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1/model-vers/model-ver/e32073da-9e89-4aba-8eee-6fc752b48a84?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-24T07:34:55.189Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1/model-vers/model-ver/e32073da-9e89-4aba-8eee-6fc752b48a84?depth=0|INFO|500||InvokeReturn
2022-10-24T07:34:55.192Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0a2b9a5-c2ae-442e-9a8e-b8d4816b67f1/model-vers/model-ver/e32073da-9e89-4aba-8eee-6fc752b48a84?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221024-07:34:54:678-94437], vertex-id=[270448], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:34:54 GMT], Content-Type=[application/json]}
2022-10-24T07:34:55.192Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:34:55.193Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:34:55.193Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-24T07:34:55.207Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-24T07:34:55.208Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12004ea0-3afa-446b-a9dc-275dd8e235fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:34:55.208Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:34:55.208Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:34:55.210Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:34:55.211Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596895208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:34:55.311Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:34:55.312Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:34:55.312Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:34:55.326Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:34:55.327Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-24T07:34:56.221Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:34:56.222Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|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-10-24T07:34:56.222Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:00.707Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:00.708Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-24T07:35:00.708Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"93d6511c-1190-4ad7-b35d-99d0d6fccb53","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2850c8fe-b038-441d-bdbc-09aa174245d5","serviceDescription":"service","serviceInvariantUUID":"794c3c46-fead-40ff-a209-2eb4673dd9a7","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e2d8e7c-137b-4ae9-b262-9432c5cc7444","resourceInvariantUUID":"9362b015-17d9-4853-810a-dc701751625c","resourceCustomizationUUID":"448c93d1-86dd-442b-bf81-0d83f392ac3a","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":"MGMyOTU3MjQ1OTFmYzVlMTliNTk0NjVlZTM0NDNjMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"767b283e-5cce-4794-8b3b-318811618ea3","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":"b335da47-ed81-44b1-92ef-0e6518011107","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":"66cb4a4a-0e41-4df0-9c70-cf4cc847138c","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":"ODE0NmI4ZTQxYzY1MjAyOWRjY2Q4MzkzNWIzNGZiZDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0b85c43b-b033-4185-b4ce-5cb2cad88f08","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":"e082275b-9590-4d24-8862-a40829657303","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":"b54534eb-d9e6-48ae-a340-b4822ca6ee87","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":"9d8ef7a6-6e8e-4572-97e1-971806b7d79d","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":"MGNjNTc0MzIwYTlkYTQzOWQ3NGMzNmIxZWQ0MTYwNjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48989d42-4fde-4dea-9faf-6593c1fa9e6f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGY0NjFiYjg4NTBiYjZjNzIwMWNjMzAwZDAyODVhOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2e6bac10-6c5d-4f7a-ab62-ad5c11eae68f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-24T07:35:00.716Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:35:00.717Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:00.719Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:00.719Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:35:00.819Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:35:00.820Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:00.820Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:00.831Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:00.831Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:35:01.720Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:35:01.721Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:01.725Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:01.725Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:35:01.825Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:35:01.826Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:01.826Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:01.838Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:01.839Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:35:02.727Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:35:02.727Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:02.730Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:02.730Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:35:02.830Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:35:02.831Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:02.831Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:02.840Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:02.841Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:35:03.730Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:35:03.731Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:03.733Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:03.733Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:35:03.832Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:35:03.833Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:03.833Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:03.842Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:03.843Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:35:04.733Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:35:04.733Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:04.735Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:04.735Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:35:04.835Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:35:04.836Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:04.836Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:04.846Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:04.847Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:35:05.736Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:35:05.736Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:05.738Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:05.738Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:35:05.838Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-24T07:35:05.838Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:05.839Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:05.857Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:05.857Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:35:06.738Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:35:06.738Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:06.740Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:06.740Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:35:06.840Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:35:06.841Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:06.841Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:06.853Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:06.853Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:35:07.741Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:35:07.741Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:07.743Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:07.743Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:35:07.843Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:35:07.843Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:07.843Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:07.855Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:07.855Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:35:08.743Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-24T07:35:08.744Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:08.746Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:08.746Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:35:08.846Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:35:08.846Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:08.846Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:08.859Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:08.859Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:35:09.746Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2850c8fe-b038-441d-bdbc-09aa174245d5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "794c3c46-fead-40ff-a209-2eb4673dd9a7",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "448c93d1-86dd-442b-bf81-0d83f392ac3a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5e2d8e7c-137b-4ae9-b262-9432c5cc7444",
      "resourceInvariantUUID": "9362b015-17d9-4853-810a-dc701751625c",
      "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": "NGY0NjFiYjg4NTBiYjZjNzIwMWNjMzAwZDAyODVhOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2e6bac10-6c5d-4f7a-ab62-ad5c11eae68f"
    }
  ],
  "workloadContext": "Production"
}
2022-10-24T07:35:09.747Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-24T07:35:09.747Z|12004ea0-3afa-446b-a9dc-275dd8e235fe|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2850c8fe-b038-441d-bdbc-09aa174245d5 ASDC
2022-10-24T07:35:09.748Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:93d6511c-1190-4ad7-b35d-99d0d6fccb53
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:2850c8fe-b038-441d-bdbc-09aa174245d5
ServiceInvariantUUID:794c3c46-fead-40ff-a209-2eb4673dd9a7
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:2e6bac10-6c5d-4f7a-ab62-ad5c11eae68f
ArtifactChecksum:NGY0NjFiYjg4NTBiYjZjNzIwMWNjMzAwZDAyODVhOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:448c93d1-86dd-442b-bf81-0d83f392ac3a
ResourceInvariantUUID:9362b015-17d9-4853-810a-dc701751625c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5e2d8e7c-137b-4ae9-b262-9432c5cc7444
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-24T07:35:09.748Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2850c8fe-b038-441d-bdbc-09aa174245d5 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-10-24T07:35:09.771Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:35:09.772Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-24T07:35:09.772Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-24T07:35:09.772Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2e6bac10-6c5d-4f7a-ab62-ad5c11eae68f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-24T07:35:09.773Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-10-24T07:35:09.773Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-24T07:35:09.882Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-10-24T07:35:09.893Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2e6bac10-6c5d-4f7a-ab62-ad5c11eae68f 110867
2022-10-24T07:35:09.893Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-24T07:35:09.893Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-24T07:35:09.894Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-24T07:35:09.894Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:09.896Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:09.896Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596909893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:35:09.996Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:35:09.997Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:09.997Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:10.006Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:10.006Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-10-24T07:35:10.896Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-24T07:35:10.897Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-10-24T07:35:10.897Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 2e6bac10-6c5d-4f7a-ab62-ad5c11eae68f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-24T07:35:10.898Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-24T07:35:10.898Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-24T07:35:10.898Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-24T07:35:11.051Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17641870544484747935/Definitions/service-TestPnfMacro-template.yml
2022-10-24T07:35:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:35:11.135Z||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-10-24T07:35:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:11.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:11.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596731238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:35:11.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596733476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:35:11.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596734528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596735585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596736643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596737703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596738773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596739776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596740782,
  "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-10-24T07:35:11.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596741786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596742790,
  "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-10-24T07:35:11.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-24T07:35:11.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596743794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:35:11.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:35:11.744Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-24T07:35:11.744Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-24T07:35:11.745Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-24T07:35:11.745Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-24T07:35:11.745Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||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-10-24T07:35:11.745Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||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-10-24T07:35:11.745Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||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-10-24T07:35:11.746Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||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-10-24T07:35:11.746Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-24T07:35:11.746Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-24T07:35:11.746Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-24T07:35:11.746Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-10-24T07:35:11.746Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:35:11.747Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:35:11.747Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-24T07:35:11.747Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-24T07:35:11.747Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:35:11.748Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:35:11.748Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:35:11.748Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-24T07:35:11.748Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-10-24T07:35:11.748Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-24T07:35:11.749Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:35:11.749Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:35:11.749Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:35:11.749Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:35:11.749Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:35:11.750Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:35:11.750Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:35:11.750Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:35:11.750Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:35:11.750Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:35:11.751Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:2850c8fe-b038-441d-bdbc-09aa174245d5
Model Version:NULL
Model InvariantUuid:794c3c46-fead-40ff-a209-2eb4673dd9a7
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-10-24T07:35:11.756Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e2d8e7c-137b-4ae9-b262-9432c5cc7444
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-10-24T07:35:11.759Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-10-24T07:35:11.759Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e2d8e7c-137b-4ae9-b262-9432c5cc7444
2022-10-24T07:35:11.759Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2850c8fe-b038-441d-bdbc-09aa174245d5
2022-10-24T07:35:11.759Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2850c8fe-b038-441d-bdbc-09aa174245d5
2022-10-24T07:35:11.759Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5e2d8e7c-137b-4ae9-b262-9432c5cc7444 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-10-24T07:35:11.763Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f4a9959, org.onap.sdc.toscaparser.api.parameters.Input@27ad8d89, org.onap.sdc.toscaparser.api.parameters.Input@5147076, org.onap.sdc.toscaparser.api.parameters.Input@62228747, org.onap.sdc.toscaparser.api.parameters.Input@69a94a0b]
2022-10-24T07:35:11.764Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:35:11.764Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:35:11.764Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2850c8fe-b038-441d-bdbc-09aa174245d5: test-pnf
2022-10-24T07:35:11.764Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||Processing PNF resource: 5e2d8e7c-137b-4ae9-b262-9432c5cc7444
2022-10-24T07:35:11.764Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-24T07:35:11.764Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-24T07:35:11.765Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||Resource customization UUID: 448c93d1-86dd-442b-bf81-0d83f392ac3a is the same as notified resource customizationUUID: 448c93d1-86dd-442b-bf81-0d83f392ac3a
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-10-24T07:35:11.792Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5e2d8e7c-137b-4ae9-b262-9432c5cc7444 0 ASDC deployResourceStructure
2022-10-24T07:35:11.792Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-24T07:35:11.792Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-24T07:35:11.792Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-24T07:35:11.792Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:11.794Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:11.794Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596911792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:35:11.894Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-24T07:35:11.895Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:11.895Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:11.905Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:11.906Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-24T07:35:12.795Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93d6511c-1190-4ad7-b35d-99d0d6fccb53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-24T07:35:12.804Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93d6511c-1190-4ad7-b35d-99d0d6fccb53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-24T07:35:12.806Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-24T07:35:12.806Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-24T07:35:12.806Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-24T07:35:12.806Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-24T07:35:12.806Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:35:12.807Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:35:12.807Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:35:12.807Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:35:12.807Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-24T07:35:12.807Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-24T07:35:12.812Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-24T07:35:42.813Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93d6511c-1190-4ad7-b35d-99d0d6fccb53 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-10-24T07:35:42.818Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93d6511c-1190-4ad7-b35d-99d0d6fccb53 and serviceModelVersionId: 2850c8fe-b038-441d-bdbc-09aa174245d5
2022-10-24T07:35:42.818Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 794c3c46-fead-40ff-a209-2eb4673dd9a7
2022-10-24T07:35:42.819Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/794c3c46-fead-40ff-a209-2eb4673dd9a7/model-vers/model-ver/2850c8fe-b038-441d-bdbc-09aa174245d5?depth=0
2022-10-24T07:35:42.823Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-10-24T07:35:42.858Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/794c3c46-fead-40ff-a209-2eb4673dd9a7/model-vers/model-ver/2850c8fe-b038-441d-bdbc-09aa174245d5?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-10-24T07:35:42.860Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/794c3c46-fead-40ff-a209-2eb4673dd9a7/model-vers/model-ver/2850c8fe-b038-441d-bdbc-09aa174245d5?depth=0|INFO|500||Invoke
2022-10-24T07:35:42.878Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/794c3c46-fead-40ff-a209-2eb4673dd9a7/model-vers/model-ver/2850c8fe-b038-441d-bdbc-09aa174245d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-24T07:35:42.960Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/794c3c46-fead-40ff-a209-2eb4673dd9a7/model-vers/model-ver/2850c8fe-b038-441d-bdbc-09aa174245d5?depth=0|INFO|500||InvokeReturn
2022-10-24T07:35:42.961Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/794c3c46-fead-40ff-a209-2eb4673dd9a7/model-vers/model-ver/2850c8fe-b038-441d-bdbc-09aa174245d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221024-07:35:42:548-91822], vertex-id=[299080], Content-Length=[0], Date=[Mon, 24 Oct 2022 07:35:42 GMT], Content-Type=[application/json]}
2022-10-24T07:35:42.961Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-10-24T07:35:42.962Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-24T07:35:42.962Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-24T07:35:42.965Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-24T07:35:42.966Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93d6511c-1190-4ad7-b35d-99d0d6fccb53 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-24T07:35:42.966Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-24T07:35:42.966Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-10-24T07:35:42.968Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-24T07:35:42.968Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596942966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:35:43.069Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-24T07:35:43.070Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-24T07:35:43.070Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:43.095Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:43.096Z||pool-140-thread-1|||||INFO|500||cambria reply ok (26 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-10-24T07:35:43.980Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:35:43.981Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|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-10-24T07:35:43.981Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:35:53.519Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:35:53.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:35:53.520Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:35:53.520Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:36:03.055Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:36:03.056Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:36:03.056Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:36:03.056Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:36:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:36:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:36:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:36:11.161Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:36:11.161Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.161Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "12004ea0-3afa-446b-a9dc-275dd8e235fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596895208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:36:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:36:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:36:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:36:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:36:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:36:11.162Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-24T07:36:11.163Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:36:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596896221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-24T07:36:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-24T07:36:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-24T07:36:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596909893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-24T07:36:11.164Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:36:12.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:36:12.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:36:12.596Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:36:12.596Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:36:22.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:37:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:37:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:37:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:37:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:37:11.135Z||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-10-24T07:37:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:37:11.656Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:37:11.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:37:11.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596911792,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-24T07:37:11.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:37:11.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-24T07:37:11.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "93d6511c-1190-4ad7-b35d-99d0d6fccb53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666596942966,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-24T07:37:11.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-24T07:37:20.788Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:38:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:38:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:38:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:38:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:38:11.134Z||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-10-24T07:38:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:38:20.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:38:20.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:39:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:39:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:39:11.130Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:39:11.134Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:39:11.135Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|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-10-24T07:39:11.135Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:39:20.677Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:39:20.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:40:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:40:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:40:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:40:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:40:11.134Z||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-10-24T07:40:11.134Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:40:20.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:40:20.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:41:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:41:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:41:11.130Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:41:11.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:41:11.135Z||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-10-24T07:41:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:41:20.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:41:20.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:42:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:42:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:42:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:42:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:42:11.134Z||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-10-24T07:42:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:42:20.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:42:20.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:43:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:43:11.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:43:11.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:43:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:43:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:43:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:43:20.678Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:43:20.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:44:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:44:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:44:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:44:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:44:11.135Z||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-10-24T07:44:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:44:20.668Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:44:20.668Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:45:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:45:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:45:11.130Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:45:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:45:11.135Z||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-10-24T07:45:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:45:20.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:45:20.675Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:46:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:46:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:46:11.130Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:46:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:46:11.135Z||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-10-24T07:46:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:46:20.674Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:46:20.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:47:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:47:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:47:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:47:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:47:11.134Z||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-10-24T07:47:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:47:20.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:47:20.675Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:48:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:48:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:48:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:48:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:48:11.135Z||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-10-24T07:48:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:48:20.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:48:20.672Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:49:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:49:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:49:11.130Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:49:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:49:11.136Z||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-10-24T07:49:11.136Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:49:20.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:49:20.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:50:11.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:50:11.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:50:11.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:50:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:50:11.134Z||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-10-24T07:50:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:50:20.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:50:20.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:51:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:51:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:51:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:51:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:51:11.134Z||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-10-24T07:51:11.134Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:51:20.670Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:51:20.671Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:52:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:52:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:52:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:52:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:52:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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-10-24T07:52:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:52:20.671Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:52:20.671Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:53:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:53:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:53:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:53:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:53:11.135Z||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-10-24T07:53:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:53:20.669Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:53:20.670Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:54:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:54:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:54:11.130Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:54:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:54:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:54:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:54:20.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:54:20.696Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:55:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:55:11.130Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:55:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:55:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:55:11.134Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:55:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:55:20.671Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:55:20.675Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:56:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:56:11.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:56:11.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:56:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:56:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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-10-24T07:56:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:56:20.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:56:20.672Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:57:11.130Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:57:11.131Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-24T07:57:11.131Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RjBihX1uE6F8S7Dg) ...
2022-10-24T07:57:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:57:11.134Z||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-10-24T07:57:11.134Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:57:20.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:57:20.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:58:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:58:11.131Z||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-10-24T07:58:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:58:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:58:11.135Z||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-10-24T07:58:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:58:20.671Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:58:20.672Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:59:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:59:11.131Z||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-10-24T07:59:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:59:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T07:59:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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-10-24T07:59:11.135Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T07:59:20.678Z|540ca8df-b025-4d4e-ad66-fb5992d1d581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T07:59:20.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:00:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:00:11.131Z||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-10-24T08:00:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:00:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:00:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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-10-24T08:00:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:00:20.670Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:00:20.672Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:01:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:01:11.130Z||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-10-24T08:01:11.130Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:01:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:01:11.134Z||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-10-24T08:01:11.134Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:01:20.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:01:20.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:02:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:02:11.131Z||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-10-24T08:02:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:02:11.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:02:11.135Z||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-10-24T08:02:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:02:20.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:02:20.677Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:03:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:03:11.131Z||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-10-24T08:03:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:03:11.134Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:03:11.135Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|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-10-24T08:03:11.135Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:03:20.678Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:03:20.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:04:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:04:11.131Z||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-10-24T08:04:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:04:11.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:04:11.135Z||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-10-24T08:04:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:04:20.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:04:20.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:05:11.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:05:11.131Z||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-10-24T08:05:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:05:11.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:05:11.135Z||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-10-24T08:05:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:05:20.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:05:20.675Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:06:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:06:11.130Z||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-10-24T08:06:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:06:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:06:11.137Z||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-10-24T08:06:11.138Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:06:20.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:06:20.739Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:07:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:07:11.131Z||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-10-24T08:07:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:07:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:07:11.135Z||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-10-24T08:07:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:07:20.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:07:20.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:08:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:08:11.130Z||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-10-24T08:08:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:08:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:08:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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-10-24T08:08:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:08:20.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:08:20.677Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:09:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:09:11.130Z||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-10-24T08:09:11.130Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:09:11.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:09:11.135Z||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-10-24T08:09:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:09:20.673Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:09:20.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:10:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:10:11.131Z||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-10-24T08:10:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:10:11.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:10:11.134Z||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-10-24T08:10:11.134Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:10:20.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:10:20.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:11:11.130Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:11:11.132Z||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-10-24T08:11:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:11:11.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:11:11.134Z||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-10-24T08:11:11.135Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:11:20.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:11:20.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:12:11.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:12:11.131Z||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-10-24T08:12:11.131Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:12:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:12:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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-10-24T08:12:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:12:20.674Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:12:20.675Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:13:11.130Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:13:11.130Z||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-10-24T08:13:11.130Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:13:11.134Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:13:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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-10-24T08:13:11.135Z|97c73b25-2de6-4285-b188-04ed10ea21e1|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:13:20.671Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:13:20.673Z|97c73b25-2de6-4285-b188-04ed10ea21e1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:14:11.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:14:11.132Z||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-10-24T08:14:11.132Z||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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:14:11.134Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-24T08:14:11.135Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|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-10-24T08:14:11.135Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|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 RjBihX1uE6F8S7Dg) ...
2022-10-24T08:14:20.675Z|93d6511c-1190-4ad7-b35d-99d0d6fccb53|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-24T08:14:20.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK