Results

By type

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

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

2022-11-09T05:18:59.973Z||main|||||INFO|500||The following profiles are active: basic
2022-11-09T05:19:14.955Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-09T05:19:14.956Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-09T05:19:15.105Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-09T05:19:20.804Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-09T05:19:21.368Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-09T05:19:22.076Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-09T05:19:22.090Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-09T05:19:22.262Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-09T05:19:22.517Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-09T05:19:23.353Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-09T05:19:25.954Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-09T05:19:29.208Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-09T05:19:29.273Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-09T05:19:30.144Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-09T05:19:30.505Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-09T05:19:32.269Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-09T05:19:33.944Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-09T05:19:33.966Z||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$$30e71889.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-09T05:19:33.967Z||main|||||WARN|500||The sdc end point is not alive
2022-11-09T05:19:38.452Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-09T05:19:42.813Z||main|||||WARN|500||---
2022-11-09T05:19:42.814Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-09T05:19:42.814Z||main|||||WARN|500||---
2022-11-09T05:19:43.542Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-09T05:19:50.877Z||main|||||INFO|500||Started Application in 54.793 seconds (JVM running for 57.39)
2022-11-09T05:19:50.899Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-09T05:19:50.902Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-09T05:19:50.922Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-09T05:19:50.966Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-09T05:19:51.019Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cdced70a-8859-4f23-9daa-115f63b0152a url= /sdc/v1/artifactTypes
2022-11-09T05:19:51.020Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-09T05:19:51.426Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-09T05:19:51.518Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-09T05:19:51.553Z||scheduling-1|||||DEBUG|500||create keys
2022-11-09T05:19:51.564Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-09T05:19:51.595Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:19:51.623Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 326f00d6-fb6c-4a2a-b4f8-221a6def3415 url= /sdc/v1/registerForDistribution
2022-11-09T05:19:51.711Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 326f00d6-fb6c-4a2a-b4f8-221a6def3415 url= /sdc/v1/registerForDistribution
2022-11-09T05:19:51.712Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-09T05:19:51.732Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:19:51.733Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:19:51.753Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-09T05:19:51.798Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:19:51.798Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:19:51.800Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:19:51.800Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:20:02.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:20:02.147Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:20:51.725Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:20:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:20:51.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:20:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:20:51.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:20:51.729Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:21:01.345Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:21:01.376Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:21:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:21:51.729Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:21:51.730Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:21:51.730Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:21:51.734Z||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-11-09T05:21:51.735Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:22:01.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:22:01.316Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:22:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:22:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:22:51.727Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:22:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:22:51.731Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:22:51.731Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:23:01.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:23:01.310Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:23:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:23:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:23:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:23:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:23:51.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:23:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:24:01.290Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:24:01.291Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:24:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:24:51.725Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:24:51.725Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:24:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:24:51.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:24:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:25:01.294Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:25:01.301Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:25:51.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:25:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:25:51.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:25:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:25:51.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:25:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:26:01.302Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:26:01.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:26:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:26:51.724Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:26:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:26:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:26:51.730Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:26:51.730Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:27:01.309Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:27:01.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:27:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:27:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:27:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:27:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:27:51.728Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:27:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:28:01.291Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:28:01.292Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:28:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:28:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:28:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:28:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:28:51.727Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:28:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:29:01.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:29:01.298Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:29:45.422Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-09T05:29:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:29:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:29:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:29:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:29:51.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:29:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:30:01.282Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:30:01.307Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:30:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:30:51.724Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:30:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:30:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:30:51.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:30:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:31:01.290Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:31:01.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:31:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:31:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:31:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:31:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:31:51.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:31:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:32:01.285Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:32:01.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:32:51.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:32:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:32:51.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:32:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:32:51.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:32:51.738Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:33:01.285Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:33:01.303Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:33:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:33:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:33:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:33:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:33:51.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:33:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:34:01.277Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:34:01.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:34:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:34:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:34:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:34:51.727Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:34:51.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:34:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:35:01.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:35:01.295Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:35:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:35:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:35:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:35:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:35:51.726Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:35:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:36:01.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:36:01.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:36:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:36:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:36:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:36:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:36:51.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:36:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:37:01.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:37:01.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:37:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:37:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:37:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:37:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:37:51.726Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:37:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:38:01.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:38:01.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:38:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:38:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:38:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:38:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:38:51.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:38:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:39:01.279Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:39:01.291Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:39:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:39:51.724Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:39:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:39:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:39:51.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:39:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:40:01.278Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:40:01.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:40:51.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:40:51.725Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:40:51.725Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:40:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:40:51.727Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:40:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:41:01.275Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:41:01.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:41:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:41:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:41:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:41:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:41:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:41:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:42:01.271Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:42:01.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:42:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:42:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:42:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:42:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:42:51.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:42:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:43:01.304Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:43:01.306Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:43:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:43:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:43:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:43:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:43:51.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:43:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:44:01.272Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:44:01.273Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:44:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:44:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:44:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:44:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:44:51.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:44:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:45:01.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:45:01.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:45:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:45:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:45:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:45:51.726Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:45:51.726Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:45:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:46:01.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:46:01.282Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:46:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:46:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:46:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:46:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:46:51.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:46:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:47:01.271Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:47:01.275Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:47:51.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:47:51.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:47:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:47:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:47:51.727Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:47:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:48:01.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:48:01.299Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:48:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:48:51.724Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:48:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:48:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:48:51.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:48:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:49:01.285Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:49:01.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:49:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:49:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:49:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:49:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:49:51.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:49:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:50:01.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:50:01.282Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:50:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:50:51.723Z||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-11-09T05:50:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:50:51.726Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:50:51.727Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:50:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:51:01.290Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:51:01.291Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:51:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:51:51.724Z||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-11-09T05:51:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:51:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:51:51.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:51:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:52:01.272Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:52:01.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:52:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:52:51.724Z||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-11-09T05:52:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:52:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:52:51.727Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:52:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:53:01.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:53:01.276Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:53:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:53:51.723Z||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-11-09T05:53:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:53:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:53:51.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:53:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:54:01.276Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:54:01.288Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:54:51.723Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:54:51.726Z||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-11-09T05:54:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:54:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:54:51.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:54:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:55:01.291Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:55:01.291Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:55:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:55:51.723Z||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-11-09T05:55:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:55:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:55:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:55:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:56:01.289Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:56:01.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:56:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:56:51.723Z||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-11-09T05:56:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:56:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:56:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:56:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:01.290Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:01.311Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:51.722Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:57:51.723Z||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-11-09T05:57:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:57:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:57:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:52.287Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:52.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "cds",
  "timestamp": 1667973452929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973444587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973444587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "cds",
  "timestamp": 1667973452929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973444587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "cds",
  "timestamp": 1667973452929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973444587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "cds",
  "timestamp": 1667973452929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "cds",
  "timestamp": 1667973452929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973444587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "cds",
  "timestamp": 1667973452929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973444587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973459252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "cds",
  "timestamp": 1667973452929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.332Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973444587,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T05:57:52.333Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.333Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.333Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973459252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.334Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.334Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.334Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973460489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.335Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.335Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.335Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "cds",
  "timestamp": 1667973461738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973461540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.336Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973459252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973461083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973460489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "cds",
  "timestamp": 1667973462758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-09T05:57:52.354Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:52.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"53dad6d5-5ff1-4787-ab97-45592de07e2e","serviceName":"vFW 2022-11-09 05-56-30","serviceVersion":"1.0","serviceUUID":"99012e55-46af-49f4-aea5-2076351cbeac","serviceDescription":"catalog service description","serviceInvariantUUID":"7e2cccfb-f4b1-41f4-9c45-a146598476c9","resources":[{"resourceInstanceName":"vFW 0f194ee5-bc56 0","resourceName":"vFW 0f194ee5-bc56","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"02bc51a2-97c3-4a21-9a91-35c4d60114d3","resourceInvariantUUID":"55356e47-4067-4234-9b4f-8f9d8b57c6e5","resourceCustomizationUUID":"09e9ee6e-7b61-4301-9753-d55419569f29","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml","artifactChecksum":"YTBjODMxZjM0NDI4ODM2YWViYzZmOTQ4NDg3ZjZkMzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74b8a8f0-8ee4-4972-86db-65d003b4007b","artifactVersion":"1"},{"artifactName":"vfw0f194ee5bc560_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json","artifactChecksum":"YWYxZjc5NTYwODc0M2RhYmZmNDIwOTkxNzBlMDY0OGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca219ae2-eb92-4254-b39a-ad74ee00cc26","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d59cfaf-faea-4215-9d40-ace411f963e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml","artifactChecksum":"ODI5MDA0MjY2YjA4YTcwODEzYjY3MGU2YTYxZTU0YTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b9634caa-fe96-4088-9b7c-25fb34b4ee7f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"afe30765-8df7-4700-86fd-adce68bfcac1","artifactVersion":"2","generatedFromUUID":"6d59cfaf-faea-4215-9d40-ace411f963e8"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221109055630-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml","artifactChecksum":"YjNkNjJhOTAyOGU0MmYxNDVmOTY1NzAwZjk4ZTZiNDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa34bff6-24c2-4b4c-b20a-32dbbb3912c2","artifactVersion":"1"},{"artifactName":"service-Vfw20221109055630-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar","artifactChecksum":"NjdlZjZjZTdlNmNmNmUxOTk2NThhMzc1Mzg1OTMzNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4612b413-9dac-47f3-9204-bfb6e15976fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T05:57:52.363Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:52.370Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:52.388Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:52.388Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T05:57:52.488Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-09T05:57:52.493Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:57:52.493Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:52.507Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:52.508Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T05:57:52.554Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53dad6d5-5ff1-4787-ab97-45592de07e2e
2022-11-09T05:57:52.582Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53dad6d5-5ff1-4787-ab97-45592de07e2e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T05:57:52.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973459252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973461083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T05:57:52.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973460489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973459252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973461083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-09T05:57:52.628Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973460489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973459252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973461083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973460489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973459252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973461083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-09T05:57:52.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973460489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973461083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973460489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973461083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973467969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973468328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973468907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973468974,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T05:57:52.663Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53dad6d5-5ff1-4787-ab97-45592de07e2e
2022-11-09T05:57:52.664Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53dad6d5-5ff1-4787-ab97-45592de07e2e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T05:57:52.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973469990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:52.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:57:52.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973471054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:57:52.678Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T05:57:53.396Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:53.397Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:53.399Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:53.399Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T05:57:53.499Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:53.501Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:57:53.501Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:53.518Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:53.519Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:57:54.400Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:54.401Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:54.404Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:54.404Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-09T05:57:54.504Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:54.506Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:57:54.506Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:54.522Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:54.523Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:57:55.405Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:55.406Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:55.410Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:55.411Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:55.511Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T05:57:55.512Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:57:55.512Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:55.525Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:55.526Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:57:56.411Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:56.413Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:56.416Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:56.416Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-09T05:57:56.516Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:56.517Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:57:56.518Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:56.535Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:56.537Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:57:57.417Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:57.418Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:57.422Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:57.422Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:57:57.522Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:57.523Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:57:57.523Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:57.546Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:57.547Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:57:58.423Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T05:57:58.424Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:58.426Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:58.427Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T05:57:58.527Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:58.528Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:57:58.528Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:58.542Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:58.543Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:57:59.429Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "serviceName": "vFW 2022-11-09 05-56-30",
  "serviceVersion": "1.0",
  "serviceUUID": "99012e55-46af-49f4-aea5-2076351cbeac",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7e2cccfb-f4b1-41f4-9c45-a146598476c9",
  "resources": [
    {
      "resourceInstanceName": "vFW 0f194ee5-bc56 0",
      "resourceCustomizationUUID": "09e9ee6e-7b61-4301-9753-d55419569f29",
      "resourceName": "vFW 0f194ee5-bc56",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "02bc51a2-97c3-4a21-9a91-35c4d60114d3",
      "resourceInvariantUUID": "55356e47-4067-4234-9b4f-8f9d8b57c6e5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0f194ee5bc560_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
          "artifactChecksum": "YWYxZjc5NTYwODc0M2RhYmZmNDIwOTkxNzBlMDY0OGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ca219ae2-eb92-4254-b39a-ad74ee00cc26",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d59cfaf-faea-4215-9d40-ace411f963e8",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "afe30765-8df7-4700-86fd-adce68bfcac1",
            "generatedFromUUID": "6d59cfaf-faea-4215-9d40-ace411f963e8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "afe30765-8df7-4700-86fd-adce68bfcac1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221109055630-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
      "artifactChecksum": "NjdlZjZjZTdlNmNmNmUxOTk2NThhMzc1Mzg1OTMzNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4612b413-9dac-47f3-9204-bfb6e15976fd"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T05:57:59.430Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T05:57:59.431Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 99012e55-46af-49f4-aea5-2076351cbeac ASDC
2022-11-09T05:57:59.571Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:53dad6d5-5ff1-4787-ab97-45592de07e2e
ServiceName:vFW 2022-11-09 05-56-30
ServiceVersion:1.0
ServiceUUID:99012e55-46af-49f4-aea5-2076351cbeac
ServiceInvariantUUID:7e2cccfb-f4b1-41f4-9c45-a146598476c9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221109055630-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
ArtifactUUID:4612b413-9dac-47f3-9204-bfb6e15976fd
ArtifactChecksum:NjdlZjZjZTdlNmNmNmUxOTk2NThhMzc1Mzg1OTMzNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f194ee5-bc56 0
ResourceCustomizationUUID:09e9ee6e-7b61-4301-9753-d55419569f29
ResourceInvariantUUID:55356e47-4067-4234-9b4f-8f9d8b57c6e5
ResourceName:vFW 0f194ee5-bc56
ResourceType:VF
ResourceUUID:02bc51a2-97c3-4a21-9a91-35c4d60114d3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f194ee5bc560_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
ArtifactUUID:ca219ae2-eb92-4254-b39a-ad74ee00cc26
ArtifactChecksum:YWYxZjc5NTYwODc0M2RhYmZmNDIwOTkxNzBlMDY0OGM=
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/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
ArtifactUUID:6d59cfaf-faea-4215-9d40-ace411f963e8
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/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
ArtifactUUID:afe30765-8df7-4700-86fd-adce68bfcac1
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/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
ArtifactUUID:afe30765-8df7-4700-86fd-adce68bfcac1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-09T05:57:59.572Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99012e55-46af-49f4-aea5-2076351cbeac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T05:57:59.631Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T05:57:59.633Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T05:57:59.634Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T05:57:59.634Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4612b413-9dac-47f3-9204-bfb6e15976fd from URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
2022-11-09T05:57:59.635Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T05:57:59.637Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
2022-11-09T05:57:59.745Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T05:57:59.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar 4612b413-9dac-47f3-9204-bfb6e15976fd 100691
2022-11-09T05:57:59.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar ASDC sendASDCNotification
2022-11-09T05:57:59.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
2022-11-09T05:57:59.771Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T05:57:59.772Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:57:59.775Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:57:59.775Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973479767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:57:59.875Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:57:59.877Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:57:59.877Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:57:59.892Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:57:59.893Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:00.776Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T05:58:00.777Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T05:58:00.777Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4612b413-9dac-47f3-9204-bfb6e15976fd, URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar to file: /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:00.778Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221109055630-csar.csar
2022-11-09T05:58:00.881Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:00.882Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:01.958Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11036824382201900354/Definitions/service-Vfw20221109055630-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-09T05:58:05.718Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T05:58:05.724Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-09T05:58:05.724Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.724Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.725Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.726Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.726Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.726Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f194ee5-bc56 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-Vfw20221109055630-csar.csar
2022-11-09T05:58:05.726Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-09T05:58:05.733Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.735Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.740Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.740Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-09T05:58:05.742Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T05:58:05.743Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.744Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.744Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.744Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-09T05:58:05.744Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T05:58:05.745Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.745Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.750Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.750Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:05.751Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:05.751Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:05.751Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:05.751Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.752Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.752Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:05.752Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.752Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:05.753Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.754Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:05.754Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.754Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T05:58:05.754Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.755Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T05:58:05.756Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.756Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.757Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:05.757Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.757Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.757Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.758Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:05.759Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.760Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=58361771-7d78-4b24-99b0-5beac7ad7411
2022-11-09T05:58:05.761Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.761Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:05.761Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.762Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:05.763Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.763Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-09T05:58:05.763Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:05.763Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.764Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:05.764Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eaf1b66e-26a1-4a99-9ecc-5de060fa1a1b
2022-11-09T05:58:05.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:05.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:05.766Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-09T05:58:05.767Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f2384cca-c37d-4d1a-ba4c-5fd83cbe1ac6
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.768Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:05.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:05.769Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-09 05-56-30
Description:catalog service description
Model UUID:99012e55-46af-49f4-aea5-2076351cbeac
Model Version:NULL
Model InvariantUuid:7e2cccfb-f4b1-41f4-9c45-a146598476c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0f194ee5-bc56
Model UUID:307ca0cd-fbe7-4a5c-af6b-9792298052b3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:55356e47-4067-4234-9b4f-8f9d8b57c6e5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:09e9ee6e-7b61-4301-9753-d55419569f29
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fe336473-5113-43f2-a26c-9ac91d03912c
ModelName:Vfw0f194ee5Bc56..base_vfw..module-0
ModelUuid:71d021a1-5d62-403c-b23f-517317b9f7d1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58361771-7d78-4b24-99b0-5beac7ad7411
ModelInvariantUuid:5107edb9-b06b-41ed-804f-c72dbef158aa
ModelName:vFW 0f194ee5-bc56-nodes.vfwCvfc
ModelUuid:6cf0d7f3-c1c4-4252-8fe0-5dd6bcc9f15c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:17545475-98af-4384-b412-1411f37b6fab
ModelInvariantUuid:92ced9b5-a25b-4f67-a84e-b05c0142ba7d
ModelName:Vfw0f194ee5Bc56.compute.nodes.heat.vfw
ModelUuid:38f52e03-6628-4fda-85f6-5511d06a66ac
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:eaf1b66e-26a1-4a99-9ecc-5de060fa1a1b
ModelInvariantUuid:f44d477f-24c0-4662-a44c-0dcc49ce2a45
ModelName:vFW 0f194ee5-bc56-nodes.vsnCvfc
ModelUuid:86740072-7a37-4e73-ab7d-61ca234f1c5a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ba29af5c-ed8f-4b53-945b-c7fddd72efea
ModelInvariantUuid:4f369f4f-e474-47ce-8d12-5c40b0ae3189
ModelName:Vfw0f194ee5Bc56.compute.nodes.heat.vsn
ModelUuid:c437f4e2-3bb6-4793-acaf-0dc74832a8c0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f2384cca-c37d-4d1a-ba4c-5fd83cbe1ac6
ModelInvariantUuid:e5c42a37-21dd-4a5c-b9c4-2958945ff117
ModelName:vFW 0f194ee5-bc56-nodes.vpgCvfc
ModelUuid:9b3fc025-9cf5-49c7-a72a-ae771d56ed9c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:47261ea6-e875-46a0-a7be-8be4dd6a58fc
ModelInvariantUuid:acac6252-c8a9-4c21-b399-fc556b0889b1
ModelName:Vfw0f194ee5Bc56.compute.nodes.heat.vpg
ModelUuid:3e9dcddb-ab77-4a97-abe8-f6b98ba6c3b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T05:58:05.783Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 02bc51a2-97c3-4a21-9a91-35c4d60114d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T05:58:05.898Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||vFW 0f194ee5-bc56 0
2022-11-09T05:58:05.906Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 02bc51a2-97c3-4a21-9a91-35c4d60114d3
2022-11-09T05:58:05.906Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ca219ae2-eb92-4254-b39a-ad74ee00cc26 from URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
2022-11-09T05:58:05.906Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T05:58:05.907Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
2022-11-09T05:58:05.968Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T05:58:05.969Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json ca219ae2-eb92-4254-b39a-ad74ee00cc26 785
2022-11-09T05:58:05.969Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json ASDC sendASDCNotification
2022-11-09T05:58:05.969Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
2022-11-09T05:58:05.969Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T05:58:05.970Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:05.973Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:05.973Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973485969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:58:06.073Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:06.074Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:58:06.074Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:06.086Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:58:06.087Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:06.974Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f194ee5Bc56..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fe336473-5113-43f2-a26c-9ac91d03912c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71d021a1-5d62-403c-b23f-517317b9f7d1",
    "vfModuleModelCustomizationUUID": "d892b28c-28c0-4296-8141-ba291dc6a2e4",
    "isBase": true,
    "artifacts": [
      "6d59cfaf-faea-4215-9d40-ace411f963e8",
      "afe30765-8df7-4700-86fd-adce68bfcac1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T05:58:06.992Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f194ee5Bc56..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71d021a1-5d62-403c-b23f-517317b9f7d1
VfModuleModelInvariantUUID:fe336473-5113-43f2-a26c-9ac91d03912c
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d59cfaf-faea-4215-9d40-ace411f963e8
,
afe30765-8df7-4700-86fd-adce68bfcac1

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

isBase:true


}

2022-11-09T05:58:06.995Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f194ee5Bc56..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fe336473-5113-43f2-a26c-9ac91d03912c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71d021a1-5d62-403c-b23f-517317b9f7d1",
    "vfModuleModelCustomizationUUID": "d892b28c-28c0-4296-8141-ba291dc6a2e4",
    "isBase": true,
    "artifacts": [
      "6d59cfaf-faea-4215-9d40-ace411f963e8",
      "afe30765-8df7-4700-86fd-adce68bfcac1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T05:58:06.995Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f194ee5Bc56..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71d021a1-5d62-403c-b23f-517317b9f7d1
VfModuleModelInvariantUUID:fe336473-5113-43f2-a26c-9ac91d03912c
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d59cfaf-faea-4215-9d40-ace411f963e8
,
afe30765-8df7-4700-86fd-adce68bfcac1

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

isBase:true


}

2022-11-09T05:58:06.996Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6d59cfaf-faea-4215-9d40-ace411f963e8 from URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
2022-11-09T05:58:06.996Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T05:58:06.996Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
2022-11-09T05:58:07.049Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T05:58:07.051Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml 6d59cfaf-faea-4215-9d40-ace411f963e8 20368
2022-11-09T05:58:07.052Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-09T05:58:07.053Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
2022-11-09T05:58:07.053Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T05:58:07.054Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:07.056Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:07.057Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973487051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:58:07.157Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:07.158Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:58:07.158Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:07.172Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:58:07.173Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:08.058Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: afe30765-8df7-4700-86fd-adce68bfcac1 from URL: /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
2022-11-09T05:58:08.059Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T05:58:08.059Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
2022-11-09T05:58:08.124Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T05:58:08.125Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env afe30765-8df7-4700-86fd-adce68bfcac1 2098
2022-11-09T05:58:08.125Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-09T05:58:08.126Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
2022-11-09T05:58:08.126Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T05:58:08.126Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:08.130Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:08.130Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973488125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T05:58:08.230Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:08.231Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:58:08.231Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:08.249Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:58:08.250Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:09.131Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 99012e55-46af-49f4-aea5-2076351cbeac
2022-11-09T05:58:09.132Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f194ee5-bc56 0 02bc51a2-97c3-4a21-9a91-35c4d60114d3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T05:58:09.180Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38dd8378, org.onap.sdc.toscaparser.api.parameters.Input@9ed7a6b, org.onap.sdc.toscaparser.api.parameters.Input@1cdf663f, org.onap.sdc.toscaparser.api.parameters.Input@11260773, org.onap.sdc.toscaparser.api.parameters.Input@4534806c]
2022-11-09T05:58:09.192Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.193Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.193Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-09T05:58:09.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 09e9ee6e-7b61-4301-9753-d55419569f29
2022-11-09T05:58:09.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09e9ee6e-7b61-4301-9753-d55419569f29 matches Tosca VF Customization UUID: 09e9ee6e-7b61-4301-9753-d55419569f29
2022-11-09T05:58:09.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 09e9ee6e-7b61-4301-9753-d55419569f29  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-09T05:58:09.208Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.208Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.210Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 09e9ee6e-7b61-4301-9753-d55419569f29: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-09T05:58:09.211Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d28da38
2022-11-09T05:58:09.211Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.211Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T05:58:09.212Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d892b28c-28c0-4296-8141-ba291dc6a2e4
2022-11-09T05:58:09.214Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d892b28c-28c0-4296-8141-ba291dc6a2e4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-09T05:58:09.224Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.225Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.225Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.227Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.227Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:09.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:09.229Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:09.229Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-09T05:58:09.229Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:09.230Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:09.230Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.230Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.230Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:09.231Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.231Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:09.231Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.232Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=58361771-7d78-4b24-99b0-5beac7ad7411
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-09T05:58:09.244Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.245Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.245Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:09.246Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-09T05:58:09.247Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.248Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-09T05:58:09.248Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.248Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=eaf1b66e-26a1-4a99-9ecc-5de060fa1a1b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-09T05:58:09.252Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.253Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.253Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is not matching search criteria
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-09T05:58:09.256Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-09T05:58:09.257Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-09T05:58:09.258Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-09T05:58:09.258Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-09T05:58:09.258Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-09T05:58:09.258Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f2384cca-c37d-4d1a-ba4c-5fd83cbe1ac6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-09T05:58:09.266Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.266Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.266Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T05:58:09.266Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.267Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Node template vFW 0f194ee5-bc56 0 is matching search criteria
2022-11-09T05:58:09.267Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 0f194ee5-bc56 0] matching following query criteria: sdcType=VF, customizationUUID=09e9ee6e-7b61-4301-9753-d55419569f29
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T05:58:09.270Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.270Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.270Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 99012e55-46af-49f4-aea5-2076351cbeac: vFW 0f194ee5-bc56
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.271Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.272Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.272Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.272Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T05:58:09.272Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-11-09 05-56-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T05:58:09.273Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-11-09 05-56-30 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T05:58:09.667Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f194ee5-bc56 02bc51a2-97c3-4a21-9a91-35c4d60114d3 1 ASDC deployResourceStructure
2022-11-09T05:58:09.668Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json ASDC sendASDCNotification
2022-11-09T05:58:09.668Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json
2022-11-09T05:58:09.668Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T05:58:09.669Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:09.671Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:09.671Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973489668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T05:58:09.771Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:09.772Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:58:09.772Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:09.785Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:58:09.786Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:10.672Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-09T05:58:10.673Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml
2022-11-09T05:58:10.673Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T05:58:10.674Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:10.676Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:10.676Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973490672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T05:58:10.776Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:10.778Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:58:10.778Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:10.826Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:58:10.827Z||pool-15-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:11.680Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-09T05:58:11.682Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env
2022-11-09T05:58:11.683Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T05:58:11.683Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:11.686Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:11.686Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973491680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-09T05:58:11.786Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T05:58:11.788Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:58:11.788Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:11.799Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:58:11.799Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-09T05:58:12.688Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar ASDC sendASDCNotification
2022-11-09T05:58:12.688Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar
2022-11-09T05:58:12.688Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T05:58:12.689Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T05:58:12.691Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T05:58:12.691Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973492688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T05:58:12.791Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T05:58:12.792Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T05:58:12.793Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:12.805Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:58:12.806Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T05:58:13.692Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T05:58:13.713Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T05:58:13.717Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T05:58:13.717Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T05:58:13.718Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T05:58:43.718Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T05:58:43.743Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T05:58:43.748Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T05:58:43.748Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T05:58:43.749Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T05:58:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:58:51.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:58:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:58:51.759Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:58:51.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:58:51.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973472151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T05:58:51.769Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53dad6d5-5ff1-4787-ab97-45592de07e2e
2022-11-09T05:58:51.769Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53dad6d5-5ff1-4787-ab97-45592de07e2e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T05:59:13.750Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T05:59:13.773Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T05:59:13.778Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T05:59:13.778Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T05:59:13.779Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T05:59:43.779Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T05:59:43.798Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T05:59:43.803Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T05:59:43.804Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T05:59:43.804Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T05:59:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T05:59:51.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T05:59:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T05:59:51.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T05:59:51.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T05:59:51.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T05:59:51.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:13.805Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:00:13.821Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:00:13.826Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:00:13.826Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:00:13.827Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:00:43.827Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:00:43.849Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:00:43.855Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:00:43.855Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:00:43.856Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:00:51.731Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:00:51.732Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:00:51.733Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:00:52.265Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:00:52.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973473157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:00:52.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973471722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973479767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973483856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:00:52.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "aai-ml",
  "timestamp": 1667973484862,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:00:52.288Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53dad6d5-5ff1-4787-ab97-45592de07e2e
2022-11-09T06:00:52.288Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53dad6d5-5ff1-4787-ab97-45592de07e2e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:00:52.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973485969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973487051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973481084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973479252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973488125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "cds",
  "timestamp": 1667973482929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973481084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973479252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "cds",
  "timestamp": 1667973482929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973489668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/vfw0f194ee5bc560_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:00:52.307Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973479252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973481084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "cds",
  "timestamp": 1667973482929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973490672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973490489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973479252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973481084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "cds",
  "timestamp": 1667973482929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973491680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/resourceInstances/vfw0f194ee5bc560/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:00:52.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973490489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973479252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973481084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "cds",
  "timestamp": 1667973482929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973492688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221109055630/1.0/artifacts/service-Vfw20221109055630-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:00:52.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973490489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973479252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973481084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "cds",
  "timestamp": 1667973482929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973490489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667973479252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973481084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "cds",
  "timestamp": 1667973482929,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973490489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973495248,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "cds",
  "timestamp": 1667973495587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973490489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973496315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "cds",
  "timestamp": 1667973496595,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:00:52.342Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06442636-79dc-4f50-9b05-132e1f193944
2022-11-09T06:00:52.342Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06442636-79dc-4f50-9b05-132e1f193944 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:00:52.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973490489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973497368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973498239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973498396,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:00:52.369Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06442636-79dc-4f50-9b05-132e1f193944
2022-11-09T06:00:52.369Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06442636-79dc-4f50-9b05-132e1f193944 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:00:52.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667973499401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:00:52.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973504587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973505468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:00:52.385Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973504587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "aai-ml",
  "timestamp": 1667973506472,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:00:52.395Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06442636-79dc-4f50-9b05-132e1f193944
2022-11-09T06:00:52.396Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06442636-79dc-4f50-9b05-132e1f193944 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:00:52.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973504587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973504587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973504587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973504587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973504587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:00:52.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:00:52.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973512388,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:00:52.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973514950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:00:52.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:00:52.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:00:52.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667973515955,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:00:52.422Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06442636-79dc-4f50-9b05-132e1f193944
2022-11-09T06:00:52.423Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06442636-79dc-4f50-9b05-132e1f193944 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:01:13.856Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:01:13.873Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:01:13.878Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:01:13.878Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:01:13.878Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:01:13.878Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:01:13.879Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:01:13.879Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:01:13.879Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:01:13.880Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:01:13.880Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:01:13.880Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:01:13.888Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:01:43.889Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:01:43.908Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53dad6d5-5ff1-4787-ab97-45592de07e2e and serviceModelVersionId: 99012e55-46af-49f4-aea5-2076351cbeac
2022-11-09T06:01:43.909Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e2cccfb-f4b1-41f4-9c45-a146598476c9
2022-11-09T06:01:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:01:51.727Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:01:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:01.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:01.531Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0
2022-11-09T06:02:01.679Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:02:02.354Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|INFO|500||Invoke
2022-11-09T06:02:02.367Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53dad6d5-5ff1-4787-ab97-45592de07e2e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3c149f8-0d90-4fdd-a8a7-f2fc89071143], X-ECOMP-RequestID=[53dad6d5-5ff1-4787-ab97-45592de07e2e], X-TransactionId=[], X-ONAP-RequestID=[53dad6d5-5ff1-4787-ab97-45592de07e2e], Content-Type=[application/merge-patch+json]}
2022-11-09T06:02:02.539Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:02:02.712Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?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/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221109-06:02:02:992-77934], vertex-id=[180224], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:02:02 GMT], Content-Type=[application/json]}
2022-11-09T06:02:02.714Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:02:02.715Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e2cccfb-f4b1-41f4-9c45-a146598476c9/model-vers/model-ver/99012e55-46af-49f4-aea5-2076351cbeac?depth=0|INFO|500||InvokeReturn
2022-11-09T06:02:02.719Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:02:02.719Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:02:02.728Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-09T06:02:02.729Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53dad6d5-5ff1-4787-ab97-45592de07e2e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:02:02.731Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:02:02.732Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:02.734Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:02.734Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973722729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:02:02.835Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:02:02.836Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:02.837Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:02.850Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:02.851Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:02:03.764Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:02:03.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|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-11-09T06:02:03.765Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:08.187Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:08.188Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-09T06:02:08.188Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"06442636-79dc-4f50-9b05-132e1f193944","serviceName":"basic_onboard_OkquuM","serviceVersion":"1.0","serviceUUID":"d4c507f9-b795-4239-b9c6-8618fe59a079","serviceDescription":"service","serviceInvariantUUID":"3f116e94-6b12-4561-94bc-0ae88aa7a239","resources":[{"resourceInstanceName":"basic_onboard_OkquuM 0","resourceName":"basic_onboard_OkquuM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c93d4a5-8a84-4de3-ade0-f5125799d464","resourceInvariantUUID":"a378f43d-4f14-4799-81f9-a7d32e25338d","resourceCustomizationUUID":"c824dedc-0408-452a-9487-65e176cc9aa5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml","artifactChecksum":"NmUzNmY4YmE0MWU2YTFlZDNmN2RlMWVlYTNlMTYxYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4a2920e-529e-4a62-bfcc-9450a520cae7","artifactVersion":"1"},{"artifactName":"basic_onboard_okquum0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json","artifactChecksum":"M2JjM2Q1M2EzNTZlNDdiODljOGZmMTdjYTVlNzZjYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1364edfb-da96-43d0-b981-86f28d7ccde3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8dc90cd4-0ae7-4067-be76-88698d899871","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3025cc7-c8a3-40bc-ad7f-4b77d5bd0f7b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fb7ae727-3580-4da2-bc40-231fc54401d9","artifactVersion":"2","generatedFromUUID":"8dc90cd4-0ae7-4067-be76-88698d899871"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOkquum-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml","artifactChecksum":"M2U1YjFmMWNjN2ZlZTMzNzE3MjRiODRiZjMxMGM3NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d2e8189-3b6f-410d-9bc3-5f43f8d0dcd6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOkquum-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar","artifactChecksum":"YjgxZTMwOWE2ODMwM2UwM2NhNjZjMzRlZWFkNGU5ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e1536cd-7042-4ca6-b6a3-55a77252eef7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:02:08.191Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:08.192Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:08.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:08.194Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:02:08.294Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:08.296Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:08.296Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:08.313Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:08.313Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:09.196Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:09.197Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:09.199Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:09.199Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:02:09.300Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:09.301Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:09.301Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:09.315Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:09.316Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:10.201Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:10.203Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:10.204Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:10.205Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:02:10.305Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:10.306Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:10.306Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:10.318Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:10.319Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:11.205Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:11.207Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:11.210Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:11.210Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:02:11.310Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:11.312Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:11.312Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:11.323Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:11.324Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:12.212Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:12.214Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:12.216Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:12.216Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-09T06:02:12.316Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:02:12.318Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:12.318Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:12.332Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:12.333Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:13.217Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:13.219Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:13.221Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:13.221Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:02:13.323Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-09T06:02:13.324Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:13.325Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:13.341Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:13.342Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:14.222Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:02:14.222Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:14.225Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:14.225Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:02:14.325Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:02:14.326Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:14.327Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:14.340Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:14.341Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:02:15.227Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "serviceName": "basic_onboard_OkquuM",
  "serviceVersion": "1.0",
  "serviceUUID": "d4c507f9-b795-4239-b9c6-8618fe59a079",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3f116e94-6b12-4561-94bc-0ae88aa7a239",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_OkquuM 0",
      "resourceCustomizationUUID": "c824dedc-0408-452a-9487-65e176cc9aa5",
      "resourceName": "basic_onboard_OkquuM",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3c93d4a5-8a84-4de3-ade0-f5125799d464",
      "resourceInvariantUUID": "a378f43d-4f14-4799-81f9-a7d32e25338d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_okquum0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
          "artifactChecksum": "M2JjM2Q1M2EzNTZlNDdiODljOGZmMTdjYTVlNzZjYTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1364edfb-da96-43d0-b981-86f28d7ccde3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8dc90cd4-0ae7-4067-be76-88698d899871",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "fb7ae727-3580-4da2-bc40-231fc54401d9",
            "generatedFromUUID": "8dc90cd4-0ae7-4067-be76-88698d899871"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "fb7ae727-3580-4da2-bc40-231fc54401d9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardOkquum-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
      "artifactChecksum": "YjgxZTMwOWE2ODMwM2UwM2NhNjZjMzRlZWFkNGU5ZDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e1536cd-7042-4ca6-b6a3-55a77252eef7"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T06:02:15.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:02:15.228Z|53dad6d5-5ff1-4787-ab97-45592de07e2e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d4c507f9-b795-4239-b9c6-8618fe59a079 ASDC
2022-11-09T06:02:15.229Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:06442636-79dc-4f50-9b05-132e1f193944
ServiceName:basic_onboard_OkquuM
ServiceVersion:1.0
ServiceUUID:d4c507f9-b795-4239-b9c6-8618fe59a079
ServiceInvariantUUID:3f116e94-6b12-4561-94bc-0ae88aa7a239
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOkquum-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
ArtifactUUID:8e1536cd-7042-4ca6-b6a3-55a77252eef7
ArtifactChecksum:YjgxZTMwOWE2ODMwM2UwM2NhNjZjMzRlZWFkNGU5ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OkquuM 0
ResourceCustomizationUUID:c824dedc-0408-452a-9487-65e176cc9aa5
ResourceInvariantUUID:a378f43d-4f14-4799-81f9-a7d32e25338d
ResourceName:basic_onboard_OkquuM
ResourceType:VF
ResourceUUID:3c93d4a5-8a84-4de3-ade0-f5125799d464
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_okquum0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
ArtifactUUID:1364edfb-da96-43d0-b981-86f28d7ccde3
ArtifactChecksum:M2JjM2Q1M2EzNTZlNDdiODljOGZmMTdjYTVlNzZjYTk=
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/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8dc90cd4-0ae7-4067-be76-88698d899871
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/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
ArtifactUUID:fb7ae727-3580-4da2-bc40-231fc54401d9
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/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
ArtifactUUID:fb7ae727-3580-4da2-bc40-231fc54401d9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-09T06:02:15.229Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4c507f9-b795-4239-b9c6-8618fe59a079 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:02:15.286Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:02:15.287Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T06:02:15.288Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T06:02:15.288Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8e1536cd-7042-4ca6-b6a3-55a77252eef7 from URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:15.288Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T06:02:15.289Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:15.446Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T06:02:15.450Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar 8e1536cd-7042-4ca6-b6a3-55a77252eef7 75310
2022-11-09T06:02:15.451Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar ASDC sendASDCNotification
2022-11-09T06:02:15.451Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:15.452Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:02:15.452Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:15.455Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:15.455Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973735450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:02:15.555Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:15.556Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:15.556Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:15.573Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:15.574Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:16.455Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:02:16.457Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-09T06:02:16.457Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8e1536cd-7042-4ca6-b6a3-55a77252eef7, URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar to file: /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:16.458Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:16.459Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:16.459Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:16.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4577995396687003360/Definitions/service-BasicOnboardOkquum-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-11-09T06:02:18.370Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:02:18.370Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.371Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OkquuM 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-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:18.372Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-09T06:02:18.373Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.373Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.373Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.374Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-09T06:02:18.374Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:02:18.374Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.374Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.375Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.375Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-09T06:02:18.375Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:02:18.375Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.376Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.376Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.376Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is not matching search criteria
2022-11-09T06:02:18.377Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-09T06:02:18.377Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-09T06:02:18.377Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-09T06:02:18.378Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-09T06:02:18.378Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T06:02:18.378Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.378Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:02:18.379Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.379Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.379Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.380Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is not matching search criteria
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-09T06:02:18.381Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-09T06:02:18.382Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9fc75c0d-e513-46db-b016-6fb096200c98
2022-11-09T06:02:18.382Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.382Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.382Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.383Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.383Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.383Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.384Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:18.384Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:18.384Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_OkquuM
Description:service
Model UUID:d4c507f9-b795-4239-b9c6-8618fe59a079
Model Version:NULL
Model InvariantUuid:3f116e94-6b12-4561-94bc-0ae88aa7a239
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_OkquuM
Model UUID:d741823c-2d26-47ad-a83f-3da997c0353c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a378f43d-4f14-4799-81f9-a7d32e25338d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c824dedc-0408-452a-9487-65e176cc9aa5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:97634c17-10c6-40a1-a658-6c5f59f9cf72
ModelName:BasicOnboardOkquum..base_ubuntu18..module-0
ModelUuid:2de464e3-cb34-4947-8155-f4493674aeae
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9fc75c0d-e513-46db-b016-6fb096200c98
ModelInvariantUuid:b8887fdb-bf5c-48f9-83cd-215a774f450a
ModelName:basic_onboard_OkquuM-nodes.ubuntu18Cvfc
ModelUuid:dc38bf71-ccec-4c36-9648-865d794364bb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7505a7d6-536d-4728-be24-fc65a1034b55
ModelInvariantUuid:66b3de2b-5eab-4695-a2db-53e32d260eb9
ModelName:BasicOnboardOkquum.compute.nodes.heat.ubuntu18
ModelUuid:8c49519b-cae0-4288-bc87-9f49b187009e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T06:02:18.391Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c93d4a5-8a84-4de3-ade0-f5125799d464
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:02:18.395Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||basic_onboard_OkquuM 0
2022-11-09T06:02:18.395Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c93d4a5-8a84-4de3-ade0-f5125799d464
2022-11-09T06:02:18.396Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1364edfb-da96-43d0-b981-86f28d7ccde3 from URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
2022-11-09T06:02:18.396Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T06:02:18.396Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
2022-11-09T06:02:18.445Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T06:02:18.446Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json 1364edfb-da96-43d0-b981-86f28d7ccde3 798
2022-11-09T06:02:18.447Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json ASDC sendASDCNotification
2022-11-09T06:02:18.447Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
2022-11-09T06:02:18.447Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:02:18.448Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:18.451Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:18.451Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973738447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:02:18.552Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T06:02:18.553Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:18.553Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:18.568Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:18.569Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:19.452Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOkquum..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "97634c17-10c6-40a1-a658-6c5f59f9cf72",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2de464e3-cb34-4947-8155-f4493674aeae",
    "vfModuleModelCustomizationUUID": "0f7098fd-1c4d-4209-8238-3596c3cfff67",
    "isBase": true,
    "artifacts": [
      "8dc90cd4-0ae7-4067-be76-88698d899871",
      "fb7ae727-3580-4da2-bc40-231fc54401d9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T06:02:19.458Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOkquum..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2de464e3-cb34-4947-8155-f4493674aeae
VfModuleModelInvariantUUID:97634c17-10c6-40a1-a658-6c5f59f9cf72
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dc90cd4-0ae7-4067-be76-88698d899871
,
fb7ae727-3580-4da2-bc40-231fc54401d9

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

isBase:true


}

2022-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardOkquum..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "97634c17-10c6-40a1-a658-6c5f59f9cf72",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2de464e3-cb34-4947-8155-f4493674aeae",
    "vfModuleModelCustomizationUUID": "0f7098fd-1c4d-4209-8238-3596c3cfff67",
    "isBase": true,
    "artifacts": [
      "8dc90cd4-0ae7-4067-be76-88698d899871",
      "fb7ae727-3580-4da2-bc40-231fc54401d9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOkquum..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2de464e3-cb34-4947-8155-f4493674aeae
VfModuleModelInvariantUUID:97634c17-10c6-40a1-a658-6c5f59f9cf72
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dc90cd4-0ae7-4067-be76-88698d899871
,
fb7ae727-3580-4da2-bc40-231fc54401d9

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

isBase:true


}

2022-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8dc90cd4-0ae7-4067-be76-88698d899871 from URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
2022-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T06:02:19.460Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
2022-11-09T06:02:19.516Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T06:02:19.517Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml 8dc90cd4-0ae7-4067-be76-88698d899871 5033
2022-11-09T06:02:19.517Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-09T06:02:19.517Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
2022-11-09T06:02:19.517Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:02:19.518Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:19.520Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:19.520Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973739517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:02:19.620Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:19.621Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:19.621Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:19.675Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:19.676Z||pool-28-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:02:20.520Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fb7ae727-3580-4da2-bc40-231fc54401d9 from URL: /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
2022-11-09T06:02:20.521Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-09T06:02:20.521Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
2022-11-09T06:02:20.574Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-09T06:02:20.575Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env fb7ae727-3580-4da2-bc40-231fc54401d9 909
2022-11-09T06:02:20.576Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-09T06:02:20.576Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
2022-11-09T06:02:20.576Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:02:20.576Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:20.581Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:20.581Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973740576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:02:20.680Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-09T06:02:20.681Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:20.681Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:20.696Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:20.696Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:02:21.582Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d4c507f9-b795-4239-b9c6-8618fe59a079
2022-11-09T06:02:21.584Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OkquuM 0 3c93d4a5-8a84-4de3-ade0-f5125799d464 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:02:21.598Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f19ad58, org.onap.sdc.toscaparser.api.parameters.Input@6530e476, org.onap.sdc.toscaparser.api.parameters.Input@3ad37d08, org.onap.sdc.toscaparser.api.parameters.Input@6da59c84, org.onap.sdc.toscaparser.api.parameters.Input@fb48f05]
2022-11-09T06:02:21.601Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.601Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.602Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-09T06:02:21.602Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= c824dedc-0408-452a-9487-65e176cc9aa5
2022-11-09T06:02:21.602Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c824dedc-0408-452a-9487-65e176cc9aa5 matches Tosca VF Customization UUID: c824dedc-0408-452a-9487-65e176cc9aa5
2022-11-09T06:02:21.602Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: c824dedc-0408-452a-9487-65e176cc9aa5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-09T06:02:21.605Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.605Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.606Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id c824dedc-0408-452a-9487-65e176cc9aa5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-09T06:02:21.606Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d5f36ff
2022-11-09T06:02:21.606Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.606Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:02:21.607Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f7098fd-1c4d-4209-8238-3596c3cfff67
2022-11-09T06:02:21.607Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f7098fd-1c4d-4209-8238-3596c3cfff67
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-09T06:02:21.609Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.609Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:21.609Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:21.610Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.610Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:21.610Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:21.611Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.611Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is not matching search criteria
2022-11-09T06:02:21.611Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-09T06:02:21.611Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-09T06:02:21.612Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9fc75c0d-e513-46db-b016-6fb096200c98
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-09T06:02:21.615Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.615Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:21.615Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:02:21.616Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.616Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_OkquuM 0 is matching search criteria
2022-11-09T06:02:21.616Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_OkquuM 0] matching following query criteria: sdcType=VF, customizationUUID=c824dedc-0408-452a-9487-65e176cc9aa5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:02:21.618Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.619Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.619Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d4c507f9-b795-4239-b9c6-8618fe59a079: basic_onboard_OkquuM
2022-11-09T06:02:21.619Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.619Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.620Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.621Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.621Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:02:21.621Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_OkquuM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:02:21.621Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_OkquuM 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:02:21.732Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OkquuM 3c93d4a5-8a84-4de3-ade0-f5125799d464 1 ASDC deployResourceStructure
2022-11-09T06:02:21.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json ASDC sendASDCNotification
2022-11-09T06:02:21.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json
2022-11-09T06:02:21.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:02:21.733Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:21.736Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:21.736Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973741732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:02:21.837Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:21.838Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:21.838Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:21.853Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:21.854Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:22.738Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-09T06:02:22.739Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml
2022-11-09T06:02:22.739Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:02:22.740Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:22.743Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:22.744Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973742738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:02:22.844Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:22.846Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:22.846Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:22.857Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:22.858Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:23.745Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-09T06:02:23.745Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env
2022-11-09T06:02:23.746Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:02:23.746Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:23.748Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:23.748Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973743745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:02:23.848Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:23.850Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:23.850Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:23.863Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:23.864Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:02:24.750Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar ASDC sendASDCNotification
2022-11-09T06:02:24.750Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar
2022-11-09T06:02:24.750Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:02:24.751Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:24.753Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:24.753Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973744749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:02:24.853Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:02:24.855Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:24.855Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:24.867Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:24.868Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:02:25.756Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06442636-79dc-4f50-9b05-132e1f193944
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:02:25.773Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06442636-79dc-4f50-9b05-132e1f193944
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:02:25.781Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:02:25.782Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:02:25.782Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:02:25.783Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:02:25.783Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:02:25.783Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:02:25.784Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:02:25.784Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:02:25.784Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:02:25.786Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:02:25.793Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:02:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:02:51.728Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:02:51.729Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:52.356Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:52.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "53dad6d5-5ff1-4787-ab97-45592de07e2e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973722729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:02:52.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:02:52.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:02:52.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-09T06:02:52.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973723763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973735450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973738447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973739517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973740576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:02:52.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973741732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/basic_onboard_okquum0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973742738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:02:52.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973743745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/resourceInstances/basic_onboard_okquum0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-09T06:02:52.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973744749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardOkquum/1.0/artifacts/service-BasicOnboardOkquum-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:02:52.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:02:55.794Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06442636-79dc-4f50-9b05-132e1f193944 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:02:55.803Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06442636-79dc-4f50-9b05-132e1f193944 and serviceModelVersionId: d4c507f9-b795-4239-b9c6-8618fe59a079
2022-11-09T06:02:55.803Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f116e94-6b12-4561-94bc-0ae88aa7a239
2022-11-09T06:02:55.805Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0
2022-11-09T06:02:55.813Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:02:55.891Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|INFO|500||Invoke
2022-11-09T06:02:55.893Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06442636-79dc-4f50-9b05-132e1f193944], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0e0b0b4-91ef-4d19-85bc-d7a29f9864ea], X-ECOMP-RequestID=[06442636-79dc-4f50-9b05-132e1f193944], X-TransactionId=[], X-ONAP-RequestID=[06442636-79dc-4f50-9b05-132e1f193944], Content-Type=[application/merge-patch+json]}
2022-11-09T06:02:55.971Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:02:56.068Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?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/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221109-06:02:56:424-47532], vertex-id=[188416], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:02:56 GMT], Content-Type=[application/json]}
2022-11-09T06:02:56.069Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:02:56.070Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f116e94-6b12-4561-94bc-0ae88aa7a239/model-vers/model-ver/d4c507f9-b795-4239-b9c6-8618fe59a079?depth=0|INFO|500||InvokeReturn
2022-11-09T06:02:56.070Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:02:56.071Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:02:56.076Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-09T06:02:56.077Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06442636-79dc-4f50-9b05-132e1f193944 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:02:56.077Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:02:56.078Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:02:56.080Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:02:56.081Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973776077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:02:56.181Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:02:56.182Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:02:56.182Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:02:56.201Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:02:56.203Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:02:57.101Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:02:57.102Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:02:57.102Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:06.675Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:03:06.676Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:06.677Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:03:06.677Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:16.255Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:03:16.256Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:16.257Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:03:16.257Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:25.809Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:03:25.810Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:25.811Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:03:25.811Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:35.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:03:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:51.723Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:03:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:03:51.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:03:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:03:52.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:03:52.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:03:52.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "06442636-79dc-4f50-9b05-132e1f193944",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667973776077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:03:52.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:04:01.265Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:04:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:04:51.723Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:04:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:04:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:04:51.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:04:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:05:01.272Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:05:01.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:05:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:05:51.723Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:05:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:05:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:05:51.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:05:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:06:01.280Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:06:01.287Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:06:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:06:51.723Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:06:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:06:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:06:51.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:06:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:07:01.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:07:01.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:07:51.723Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:07:51.724Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:07:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:07:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:07:51.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:07:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:08:01.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:08:01.277Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:08:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:08:51.723Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:08:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:08:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:08:51.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:08:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:09:01.295Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:09:01.295Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:09:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:09:51.724Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:09:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:09:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:09:51.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:09:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:10:01.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:10:01.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:10:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:10:51.723Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:10:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:10:51.726Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:10:51.726Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:10:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:01.276Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:01.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:51.722Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:11:51.724Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:11:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:11:51.729Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:11:51.730Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:52.362Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:52.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a419d197-47d8-4907-9660-c4c6bd3a2243","serviceName":"Demo_pNF_lrMpFOqbUeNycctj5cHz","serviceVersion":"1.0","serviceUUID":"5511d8c6-f6af-44ca-83e8-d490aad6ad9a","serviceDescription":"catalog service description","serviceInvariantUUID":"33f619b6-50b5-4f2a-b117-d4253dc6535a","resources":[{"resourceInstanceName":"pNF 76e79369-3c5b 0","resourceName":"pNF 76e79369-3c5b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0","resourceInvariantUUID":"1dbb4e74-87e5-47f2-8ffe-7c1ea96c10cf","resourceCustomizationUUID":"ea7e1df8-aaf5-4f12-a1a3-03f744c59c01","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml","artifactChecksum":"MjBiYmI3NTMxMmI0MmNmMDAzNWYwYzRjYTcxYjhlMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dad63e64-6049-4c9d-bc6a-d03d049f9237","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar","artifactChecksum":"YzQ0Mjk3ODQ5NzhjM2ZjOTUzMWRhYWJjM2EwMTI2ZWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c25a91eb-db43-442b-b2c0-423431bf3774","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f4c75f5-65fd-4899-aa43-dfa3a4ecad48","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmZmMzU1OTlmODU1ZDEwZTE4Y2FhYjU5YWZhMzViZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84c0dd62-132a-48bd-b6ae-8409fde8458a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6830fd4a-4588-47ab-9338-7a26d781a914","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28b8a925-bdc3-4383-ae41-deb3988815d8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLrmpfoqbuenycctj5chz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml","artifactChecksum":"MjViNDIzMzIyZDVmYzNkZDU4YmIzMDJlMTE5ODY0Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b541d28a-3453-42e4-ae75-06caf9318b24","artifactVersion":"1"},{"artifactName":"service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar","artifactChecksum":"NjQ3OWUyOTE5NTBlOWIxMDM2MjkxNjg5ODc2NjZmZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"84fbfc45-a811-4ce1-9940-6a98b8837220","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:11:52.366Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:52.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974284587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974292929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974284587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974292929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974284587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974292929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974284587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974292929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974284587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.373Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974292929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974284587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974292929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.374Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974284587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974292929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974299252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974284587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974292929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974299252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974300956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974300489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974301689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974299252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974301083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974300489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "cds",
  "timestamp": 1667974302694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-09T06:11:52.381Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:52.381Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:11:52.421Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a419d197-47d8-4907-9660-c4c6bd3a2243
2022-11-09T06:11:52.421Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419d197-47d8-4907-9660-c4c6bd3a2243 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:11:52.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974299252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974301083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974300489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974303150,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:11:52.445Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974299252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974301083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974300489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974304155,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:11:52.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a419d197-47d8-4907-9660-c4c6bd3a2243
2022-11-09T06:11:52.468Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419d197-47d8-4907-9660-c4c6bd3a2243 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:11:52.483Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-09T06:11:52.484Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:11:52.485Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:52.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974299252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:11:52.496Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.496Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974301083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974300489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974299252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974301083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974300489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.504Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:52.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974299252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974301083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974300489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974308064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974301083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974300489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "cds",
  "timestamp": 1667974307931,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:52.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974301083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974309285,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974309265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "cds",
  "timestamp": 1667974307931,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:11:52.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:11:52.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974310290,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
2022-11-09T06:11:52.511Z||pool-35-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:11:52.533Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a419d197-47d8-4907-9660-c4c6bd3a2243
2022-11-09T06:11:52.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419d197-47d8-4907-9660-c4c6bd3a2243 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:11:52.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "cds",
  "timestamp": 1667974310653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:11:52.544Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:11:52.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:11:52.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "cds",
  "timestamp": 1667974311658,
  "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-11-09T06:11:52.568Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2a2e2d6-443d-4214-bc05-21e9cf8e6735
2022-11-09T06:11:52.569Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2a2e2d6-443d-4214-bc05-21e9cf8e6735 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:11:53.381Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:53.382Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:53.385Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:53.386Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:53.486Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:11:53.487Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:11:53.487Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:53.499Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:53.500Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:11:54.386Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:54.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:54.399Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:54.399Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:54.491Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-11-09T06:11:54.492Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:11:54.493Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:54.511Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:54.512Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:11:55.400Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:55.400Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:55.410Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:55.411Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:55.509Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-09T06:11:55.510Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:11:55.510Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:55.523Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:55.524Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:11:56.411Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:56.412Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:56.421Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:56.422Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:56.517Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-09T06:11:56.519Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:11:56.519Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:56.537Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:56.538Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:11:57.423Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:57.424Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:57.429Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:57.430Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:57.533Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-09T06:11:57.535Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:11:57.535Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:57.547Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:57.548Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:11:58.430Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:58.431Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:58.437Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:58.437Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:11:58.535Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-09T06:11:58.536Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:11:58.537Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:58.552Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:58.552Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:11:59.438Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:11:59.439Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:11:59.442Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:11:59.442Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:11:59.542Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:11:59.543Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:11:59.544Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:11:59.559Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:11:59.560Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:12:00.449Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "serviceName": "Demo_pNF_lrMpFOqbUeNycctj5cHz",
  "serviceVersion": "1.0",
  "serviceUUID": "5511d8c6-f6af-44ca-83e8-d490aad6ad9a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "33f619b6-50b5-4f2a-b117-d4253dc6535a",
  "resources": [
    {
      "resourceInstanceName": "pNF 76e79369-3c5b 0",
      "resourceCustomizationUUID": "ea7e1df8-aaf5-4f12-a1a3-03f744c59c01",
      "resourceName": "pNF 76e79369-3c5b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0",
      "resourceInvariantUUID": "1dbb4e74-87e5-47f2-8ffe-7c1ea96c10cf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
      "artifactChecksum": "NjQ3OWUyOTE5NTBlOWIxMDM2MjkxNjg5ODc2NjZmZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "84fbfc45-a811-4ce1-9940-6a98b8837220"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T06:12:00.450Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:12:00.450Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5511d8c6-f6af-44ca-83e8-d490aad6ad9a ASDC
2022-11-09T06:12:00.451Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a419d197-47d8-4907-9660-c4c6bd3a2243
ServiceName:Demo_pNF_lrMpFOqbUeNycctj5cHz
ServiceVersion:1.0
ServiceUUID:5511d8c6-f6af-44ca-83e8-d490aad6ad9a
ServiceInvariantUUID:33f619b6-50b5-4f2a-b117-d4253dc6535a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
ArtifactUUID:84fbfc45-a811-4ce1-9940-6a98b8837220
ArtifactChecksum:NjQ3OWUyOTE5NTBlOWIxMDM2MjkxNjg5ODc2NjZmZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 76e79369-3c5b 0
ResourceCustomizationUUID:ea7e1df8-aaf5-4f12-a1a3-03f744c59c01
ResourceInvariantUUID:1dbb4e74-87e5-47f2-8ffe-7c1ea96c10cf
ResourceName:pNF 76e79369-3c5b
ResourceType:PNF
ResourceUUID:4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-09T06:12:00.451Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5511d8c6-f6af-44ca-83e8-d490aad6ad9a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:12:00.543Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:12:00.545Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:12:00.545Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:12:00.545Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 84fbfc45-a811-4ce1-9940-6a98b8837220 from URL: /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:00.545Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:12:00.546Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:00.665Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:12:00.670Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar 84fbfc45-a811-4ce1-9940-6a98b8837220 87764
2022-11-09T06:12:00.671Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar ASDC sendASDCNotification
2022-11-09T06:12:00.671Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:00.671Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:12:00.673Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:12:00.678Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:12:00.678Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974320671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:12:00.779Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:12:00.781Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:12:00.781Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:12:00.796Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:12:00.798Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:12:01.679Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:12:01.681Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:12:01.682Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 84fbfc45-a811-4ce1-9940-6a98b8837220, URL: /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar to file: /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:01.685Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:01.686Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:01.687Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:01.908Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17679338282049072673/Definitions/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml
2022-11-09T06:12:03.270Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 76e79369-3c5b 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-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.271Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:12:03.272Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:12:03.272Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.272Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Node template pNF 76e79369-3c5b 0 is matching search criteria
2022-11-09T06:12:03.272Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 76e79369-3c5b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Node template pNF 76e79369-3c5b 0 is matching search criteria
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 76e79369-3c5b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:12:03.273Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:12:03.274Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.275Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:12:03.275Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.275Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lrMpFOqbUeNycctj5cHz
Description:catalog service description
Model UUID:5511d8c6-f6af-44ca-83e8-d490aad6ad9a
Model Version:NULL
Model InvariantUuid:33f619b6-50b5-4f2a-b117-d4253dc6535a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T06:12:03.291Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:12:03.297Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||pNF 76e79369-3c5b 0
2022-11-09T06:12:03.297Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0
2022-11-09T06:12:03.298Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 5511d8c6-f6af-44ca-83e8-d490aad6ad9a
2022-11-09T06:12:03.298Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5511d8c6-f6af-44ca-83e8-d490aad6ad9a
2022-11-09T06:12:03.298Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 76e79369-3c5b 0 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:12:03.308Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55d66619, org.onap.sdc.toscaparser.api.parameters.Input@3edd698, org.onap.sdc.toscaparser.api.parameters.Input@16eb881, org.onap.sdc.toscaparser.api.parameters.Input@3ed9ce51, org.onap.sdc.toscaparser.api.parameters.Input@58d9913d]
2022-11-09T06:12:03.308Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:12:03.308Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.309Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5511d8c6-f6af-44ca-83e8-d490aad6ad9a: pNF 76e79369-3c5b
2022-11-09T06:12:03.309Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Processing PNF resource: 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0
2022-11-09T06:12:03.309Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:12:03.309Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_lrMpFOqbUeNycctj5cHz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:12:03.310Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||Resource customization UUID: ea7e1df8-aaf5-4f12-a1a3-03f744c59c01 is the same as notified resource customizationUUID: ea7e1df8-aaf5-4f12-a1a3-03f744c59c01
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-09T06:12:03.439Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 76e79369-3c5b 4f8f5cc6-c94a-4fd3-b139-80fe7ad897a0 0 ASDC deployResourceStructure
2022-11-09T06:12:03.439Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar ASDC sendASDCNotification
2022-11-09T06:12:03.440Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar
2022-11-09T06:12:03.440Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:12:03.440Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:12:03.442Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:12:03.443Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974323439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:12:03.543Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:12:03.544Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:12:03.544Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:12:03.583Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:12:03.584Z||pool-44-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:12:04.445Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:12:04.461Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:12:04.467Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:12:04.468Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:12:04.468Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:12:34.468Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:12:34.480Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:12:34.483Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:12:34.483Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:12:34.484Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:12:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:12:51.727Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:12:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:12:51.856Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:12:51.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:12:51.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:12:51.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:04.484Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:13:04.496Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:13:04.504Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:13:04.504Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:13:04.504Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:13:34.504Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:13:34.519Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:13:34.522Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:13:34.522Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:13:34.522Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:13:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:13:51.727Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:13:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:13:51.758Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:13:51.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974314955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974314587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "aai-ml",
  "timestamp": 1667974315959,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:13:51.773Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a419d197-47d8-4907-9660-c4c6bd3a2243
2022-11-09T06:13:51.773Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a419d197-47d8-4907-9660-c4c6bd3a2243 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:13:51.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974314587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974317294,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/resourceInstances/pnf76e793693c5b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974319268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974319252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974320278,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:13:51.796Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2a2e2d6-443d-4214-bc05-21e9cf8e6735
2022-11-09T06:13:51.797Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2a2e2d6-443d-4214-bc05-21e9cf8e6735 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:13:51.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974319252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974320671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974321083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974321083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974323439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrmpfoqbuenycctj5chz/1.0/artifacts/service-DemoPnfLrmpfoqbuenycctj5chz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "aai-ml",
  "timestamp": 1667974330489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "aai-ml",
  "timestamp": 1667974330489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "aai-ml",
  "timestamp": 1667974333186,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "aai-ml",
  "timestamp": 1667974337083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "aai-ml",
  "timestamp": 1667974338094,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:13:51.820Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2a2e2d6-443d-4214-bc05-21e9cf8e6735
2022-11-09T06:13:51.820Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2a2e2d6-443d-4214-bc05-21e9cf8e6735 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:13:51.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974341083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974344587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974339252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974341083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974339252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974344587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974341083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.844Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974339252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.844Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974344587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974341083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974339252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974344587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.849Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974339252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974341083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974344587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974339252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974341083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974344587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974341083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974339252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974344587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974339252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974341083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974344587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974337931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974339252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974341083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974344587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.868Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974355412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.868Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.868Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974355629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974355416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.870Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "cds",
  "timestamp": 1667974356635,
  "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-11-09T06:13:51.895Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e9649fb-56a8-43c6-87a7-8f01c68488be
2022-11-09T06:13:51.896Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9649fb-56a8-43c6-87a7-8f01c68488be and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:13:51.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974356557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.912Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974357666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.913Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974357924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:13:51.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974358753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.914Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974358929,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:13:51.922Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e9649fb-56a8-43c6-87a7-8f01c68488be
2022-11-09T06:13:51.922Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9649fb-56a8-43c6-87a7-8f01c68488be and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:13:51.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974359818,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:13:51.944Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e9649fb-56a8-43c6-87a7-8f01c68488be
2022-11-09T06:13:51.944Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9649fb-56a8-43c6-87a7-8f01c68488be and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:13:51.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974360822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974360489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974360489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974360489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974360489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974360489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "cds",
  "timestamp": 1667974357638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974359252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974361828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974360489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "cds",
  "timestamp": 1667974357638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974359252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974361828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974360489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "cds",
  "timestamp": 1667974357638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974359252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974361828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974360489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "cds",
  "timestamp": 1667974357638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974361828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974359252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974360489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "cds",
  "timestamp": 1667974357638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974361828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974359252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974370288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974361828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974359252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "cds",
  "timestamp": 1667974357638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:13:51.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:14:04.523Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:14:04.548Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:14:04.554Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:14:04.554Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:14:04.555Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:14:04.555Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:14:04.556Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:14:04.556Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:14:04.557Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:14:04.557Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:14:04.557Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:14:04.557Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:14:04.567Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:14:34.568Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a419d197-47d8-4907-9660-c4c6bd3a2243 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:14:34.593Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a419d197-47d8-4907-9660-c4c6bd3a2243 and serviceModelVersionId: 5511d8c6-f6af-44ca-83e8-d490aad6ad9a
2022-11-09T06:14:34.594Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33f619b6-50b5-4f2a-b117-d4253dc6535a
2022-11-09T06:14:34.596Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0
2022-11-09T06:14:34.613Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:14:34.776Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-09T06:14:34.778Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0|INFO|500||Invoke
2022-11-09T06:14:34.873Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:14:35.011Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0|INFO|500||InvokeReturn
2022-11-09T06:14:35.014Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33f619b6-50b5-4f2a-b117-d4253dc6535a/model-vers/model-ver/5511d8c6-f6af-44ca-83e8-d490aad6ad9a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221109-06:14:35:339-853], vertex-id=[131168], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:14:35 GMT], Content-Type=[application/json]}
2022-11-09T06:14:35.015Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:14:35.017Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:14:35.017Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:14:35.027Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-09T06:14:35.029Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a419d197-47d8-4907-9660-c4c6bd3a2243 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:14:35.030Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:14:35.031Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:14:35.038Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:14:35.040Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974475029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:14:35.140Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:14:35.142Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:14:35.142Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:35.165Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:14:35.165Z||pool-45-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:14:36.055Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-09T06:14:36.055Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2a2e2d6-443d-4214-bc05-21e9cf8e6735","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"847164cb-da4d-4322-941f-e33c80a8510d","serviceDescription":"service","serviceInvariantUUID":"7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"042cd3a3-61a1-4794-8fdd-c610a09773f8","resourceInvariantUUID":"9a99558f-2b1d-4985-a7dd-06ba6dbff016","resourceCustomizationUUID":"c51f9a60-a511-4fbb-a525-944afd3d9eb9","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":"ZWZhZDg0MWI3NmNjOTJmNDdkMzU0ZTMwNmY1YjUzODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"34911a37-6386-4feb-8667-bd2e5355156e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjZkMTZjZmY3MzQwYjA2NmRmZDA2NjRkYmRjNzdjNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78a27236-a43a-4643-a5af-e4bec748dc89","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:14:36.055Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:14:36.056Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:14:36.059Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:14:36.059Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:14:36.159Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:14:36.160Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:14:36.160Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:36.173Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:14:36.174Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:14:37.060Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:14:37.061Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:14:37.065Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:14:37.065Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:14:37.164Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:14:37.165Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:14:37.166Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:37.182Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:14:37.182Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:14:38.066Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "847164cb-da4d-4322-941f-e33c80a8510d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "c51f9a60-a511-4fbb-a525-944afd3d9eb9",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "042cd3a3-61a1-4794-8fdd-c610a09773f8",
      "resourceInvariantUUID": "9a99558f-2b1d-4985-a7dd-06ba6dbff016",
      "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": "ZjZkMTZjZmY3MzQwYjA2NmRmZDA2NjRkYmRjNzdjNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "78a27236-a43a-4643-a5af-e4bec748dc89"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T06:14:38.067Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:14:38.067Z|a419d197-47d8-4907-9660-c4c6bd3a2243|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 847164cb-da4d-4322-941f-e33c80a8510d ASDC
2022-11-09T06:14:38.068Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e2a2e2d6-443d-4214-bc05-21e9cf8e6735
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:847164cb-da4d-4322-941f-e33c80a8510d
ServiceInvariantUUID:7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822
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:78a27236-a43a-4643-a5af-e4bec748dc89
ArtifactChecksum:ZjZkMTZjZmY3MzQwYjA2NmRmZDA2NjRkYmRjNzdjNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:c51f9a60-a511-4fbb-a525-944afd3d9eb9
ResourceInvariantUUID:9a99558f-2b1d-4985-a7dd-06ba6dbff016
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:042cd3a3-61a1-4794-8fdd-c610a09773f8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-09T06:14:38.068Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 847164cb-da4d-4322-941f-e33c80a8510d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:14:38.106Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:14:38.107Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:14:38.107Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:14:38.108Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78a27236-a43a-4643-a5af-e4bec748dc89 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-09T06:14:38.108Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:14:38.108Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-09T06:14:38.174Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:14:38.176Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 78a27236-a43a-4643-a5af-e4bec748dc89 57666
2022-11-09T06:14:38.177Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-09T06:14:38.177Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-09T06:14:38.177Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:14:38.177Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:14:38.179Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:14:38.179Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974478176,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:14:38.280Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:14:38.281Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:14:38.281Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:38.299Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:14:38.300Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:14:39.180Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:14:39.181Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:14:39.182Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 78a27236-a43a-4643-a5af-e4bec748dc89, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:39.182Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-09T06:14:39.183Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:39.183Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:39.439Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3741098518722258569/Definitions/service-BasicNetwork-template.yml
2022-11-09T06:14:40.089Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:14:40.090Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:14:40.090Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.091Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.092Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.093Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-09T06:14:40.093Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:14:40.093Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:14:40.094Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.094Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.094Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-09T06:14:40.094Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.095Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.096Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.097Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.097Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:847164cb-da4d-4322-941f-e33c80a8510d
Model Version:NULL
Model InvariantUuid:7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9a99558f-2b1d-4985-a7dd-06ba6dbff016
Model UUID:67af9f3c-ffc8-4b32-961f-2c6c0e048a50
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:c51f9a60-a511-4fbb-a525-944afd3d9eb9
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T06:14:40.106Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 042cd3a3-61a1-4794-8fdd-c610a09773f8
2022-11-09T06:14:40.107Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||No resources found for Service: 847164cb-da4d-4322-941f-e33c80a8510d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:14:40.112Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||
2022-11-09T06:14:40.112Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-09T06:14:40.112Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 847164cb-da4d-4322-941f-e33c80a8510d
2022-11-09T06:14:40.113Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 847164cb-da4d-4322-941f-e33c80a8510d
2022-11-09T06:14:40.113Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-09T06:14:40.113Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:14:40.118Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45d42af5, org.onap.sdc.toscaparser.api.parameters.Input@4005ea76, org.onap.sdc.toscaparser.api.parameters.Input@4d8d90d9, org.onap.sdc.toscaparser.api.parameters.Input@76962635, org.onap.sdc.toscaparser.api.parameters.Input@12712990]
2022-11-09T06:14:40.119Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.120Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.120Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.120Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 847164cb-da4d-4322-941f-e33c80a8510d: Generic NeutronNet
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.121Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-09T06:14:40.156Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.156Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.156Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.157Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.157Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:14:40.157Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:14:40.157Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-09T06:14:40.205Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-09T06:14:40.206Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-09T06:14:40.206Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-09T06:14:40.206Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:14:40.206Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:14:40.208Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:14:40.208Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974480206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:14:40.309Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:14:40.310Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:14:40.310Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:40.322Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:14:40.323Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:14:41.209Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2a2e2d6-443d-4214-bc05-21e9cf8e6735
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:14:41.225Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2a2e2d6-443d-4214-bc05-21e9cf8e6735
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:14:41.230Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:14:41.230Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:14:41.230Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:14:41.230Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:14:41.230Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:14:41.230Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:14:41.230Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:14:41.230Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:14:41.231Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:14:41.240Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:14:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:14:51.727Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:14:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:14:51.747Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:14:51.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-09T06:14:51.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667974359252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:14:51.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:11.240Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2a2e2d6-443d-4214-bc05-21e9cf8e6735 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:15:11.247Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2a2e2d6-443d-4214-bc05-21e9cf8e6735 and serviceModelVersionId: 847164cb-da4d-4322-941f-e33c80a8510d
2022-11-09T06:15:11.247Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822
2022-11-09T06:15:11.248Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822/model-vers/model-ver/847164cb-da4d-4322-941f-e33c80a8510d?depth=0
2022-11-09T06:15:11.255Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:15:11.328Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822/model-vers/model-ver/847164cb-da4d-4322-941f-e33c80a8510d?depth=0|INFO|500||Invoke
2022-11-09T06:15:11.328Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822/model-vers/model-ver/847164cb-da4d-4322-941f-e33c80a8510d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822/model-vers/model-ver/847164cb-da4d-4322-941f-e33c80a8510d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e2a2e2d6-443d-4214-bc05-21e9cf8e6735], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ae90401-bfee-400d-96a6-d9b21da9bc37], X-ECOMP-RequestID=[e2a2e2d6-443d-4214-bc05-21e9cf8e6735], X-TransactionId=[], X-ONAP-RequestID=[e2a2e2d6-443d-4214-bc05-21e9cf8e6735], Content-Type=[application/merge-patch+json]}
2022-11-09T06:15:11.358Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822/model-vers/model-ver/847164cb-da4d-4322-941f-e33c80a8510d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:15:11.451Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822/model-vers/model-ver/847164cb-da4d-4322-941f-e33c80a8510d?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/7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822/model-vers/model-ver/847164cb-da4d-4322-941f-e33c80a8510d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221109-06:15:11:823-57786], vertex-id=[397384], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:15:11 GMT], Content-Type=[application/json]}
2022-11-09T06:15:11.452Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822/model-vers/model-ver/847164cb-da4d-4322-941f-e33c80a8510d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:15:11.452Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b95ed2a-e9e1-4b5a-8b94-145fcbdd6822/model-vers/model-ver/847164cb-da4d-4322-941f-e33c80a8510d?depth=0|INFO|500||InvokeReturn
2022-11-09T06:15:11.453Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:15:11.453Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:15:11.461Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-09T06:15:11.462Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2a2e2d6-443d-4214-bc05-21e9cf8e6735 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:15:11.462Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:15:11.462Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:11.464Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:11.465Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974511462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:15:11.564Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:15:11.574Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:11.576Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:11.597Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:11.598Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:15:12.480Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:15:12.481Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:15:12.481Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:16.890Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:16.891Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-09T06:15:16.891Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e9649fb-56a8-43c6-87a7-8f01c68488be","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c","serviceDescription":"service","serviceInvariantUUID":"0f9e52df-5522-4646-b4b8-fa784ab7a27f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e0c5029-e6bd-4832-b4b5-255f16a0f59e","resourceInvariantUUID":"249379dd-f931-4b68-87be-50e03fda8806","resourceCustomizationUUID":"b93a73c6-ce12-4f98-99e1-ebfd7384c13c","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":"ZTU2NzBkZTk0OTE0MGMyZTRkOThlZTBjM2E5NDAxNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a0eceb4-3a5f-4052-81fe-070c0f7ce0ae","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":"1a77510d-febd-401b-9059-c90fe562b294","artifactVersion":"2","generatedFromUUID":"b0193c76-9c85-4321-b556-1e83785e9b06"},{"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":"b0193c76-9c85-4321-b556-1e83785e9b06","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":"YTBkNzhhNWUyNGM4OTFhMDJjZGVhZmM5MGVhYmZiZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83299537-fe0c-4b4d-87c9-b2117c6bb1f1","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":"bb56f65a-00ae-4300-a6b1-400d4582b629","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":"ec7dfe23-24b8-45b2-9824-f946a1998ebc","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":"91e17d86-89b9-4380-872a-2425899af76a","artifactVersion":"2","generatedFromUUID":"bb56f65a-00ae-4300-a6b1-400d4582b629"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODZkMjZlNTkwMGZhMDkwYWQ2YjU4MTczOGIwYzc5MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"57b8bdc8-2785-473c-bbb2-15d1353eb179","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGJhMTc2ZGIzMzkyMGZjZGFhZjgwNGY0YTY2M2ZjYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5dc66ff-5c0f-4437-829a-c554bbfc348a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:15:16.895Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:15:16.895Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:16.897Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:16.897Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:16.997Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:15:16.999Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:16.999Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:17.017Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:17.018Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:15:17.898Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:15:17.899Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:17.901Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:17.901Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-09T06:15:18.001Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:18.002Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:18.002Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:18.014Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:18.015Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:18.902Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:15:18.903Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:18.906Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:18.906Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-09T06:15:19.007Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T06:15:19.008Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:19.008Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:19.037Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:19.037Z||pool-53-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:19.907Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:15:19.908Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:19.912Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:19.913Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:15:20.012Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:15:20.013Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:20.014Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:20.031Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:20.032Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:20.914Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:15:20.914Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:20.917Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:20.917Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:15:21.017Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:21.018Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:21.018Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:21.038Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:21.039Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:21.918Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:15:21.920Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:21.924Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:21.924Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:22.022Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-09T06:15:22.023Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:22.024Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:22.043Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:22.089Z||pool-56-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:22.925Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:15:22.925Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:22.933Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:22.934Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-09T06:15:23.037Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-09T06:15:23.038Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:23.038Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:23.050Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:23.051Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:23.934Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:15:23.935Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:23.938Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:23.938Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:24.038Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:24.039Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:24.039Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:24.053Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:24.054Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:24.939Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:15:24.940Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:24.943Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:24.943Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:15:25.043Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:25.044Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:25.044Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:25.076Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:25.077Z||pool-59-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:25.955Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0f9e52df-5522-4646-b4b8-fa784ab7a27f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b93a73c6-ce12-4f98-99e1-ebfd7384c13c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7e0c5029-e6bd-4832-b4b5-255f16a0f59e",
      "resourceInvariantUUID": "249379dd-f931-4b68-87be-50e03fda8806",
      "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": "1a77510d-febd-401b-9059-c90fe562b294",
          "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": "b0193c76-9c85-4321-b556-1e83785e9b06",
          "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": "YTBkNzhhNWUyNGM4OTFhMDJjZGVhZmM5MGVhYmZiZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83299537-fe0c-4b4d-87c9-b2117c6bb1f1",
          "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": "bb56f65a-00ae-4300-a6b1-400d4582b629",
          "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": "91e17d86-89b9-4380-872a-2425899af76a",
            "generatedFromUUID": "bb56f65a-00ae-4300-a6b1-400d4582b629"
          },
          "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": "91e17d86-89b9-4380-872a-2425899af76a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OGJhMTc2ZGIzMzkyMGZjZGFhZjgwNGY0YTY2M2ZjYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f5dc66ff-5c0f-4437-829a-c554bbfc348a"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T06:15:25.955Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:15:25.956Z|e2a2e2d6-443d-4214-bc05-21e9cf8e6735|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c ASDC
2022-11-09T06:15:25.957Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:8e9649fb-56a8-43c6-87a7-8f01c68488be
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c
ServiceInvariantUUID:0f9e52df-5522-4646-b4b8-fa784ab7a27f
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:f5dc66ff-5c0f-4437-829a-c554bbfc348a
ArtifactChecksum:OGJhMTc2ZGIzMzkyMGZjZGFhZjgwNGY0YTY2M2ZjYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b93a73c6-ce12-4f98-99e1-ebfd7384c13c
ResourceInvariantUUID:249379dd-f931-4b68-87be-50e03fda8806
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7e0c5029-e6bd-4832-b4b5-255f16a0f59e
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:1a77510d-febd-401b-9059-c90fe562b294
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:b0193c76-9c85-4321-b556-1e83785e9b06
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:83299537-fe0c-4b4d-87c9-b2117c6bb1f1
ArtifactChecksum:YTBkNzhhNWUyNGM4OTFhMDJjZGVhZmM5MGVhYmZiZWM=
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:bb56f65a-00ae-4300-a6b1-400d4582b629
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:91e17d86-89b9-4380-872a-2425899af76a
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:91e17d86-89b9-4380-872a-2425899af76a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-09T06:15:25.958Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:15:26.023Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:15:26.024Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:15:26.024Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:15:26.025Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f5dc66ff-5c0f-4437-829a-c554bbfc348a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-09T06:15:26.025Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:15:26.025Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-09T06:15:26.115Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:15:26.118Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f5dc66ff-5c0f-4437-829a-c554bbfc348a 73676
2022-11-09T06:15:26.119Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-09T06:15:26.119Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-09T06:15:26.119Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:15:26.120Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:26.122Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:26.122Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974526119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:26.222Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:26.223Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:26.223Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:26.237Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:26.238Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:27.124Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:15:27.125Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:15:27.126Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f5dc66ff-5c0f-4437-829a-c554bbfc348a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-09T06:15:27.126Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-09T06:15:27.126Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-09T06:15:27.127Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-09T06:15:27.399Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP763462561850587681/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-11-09T06:15:29.004Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:15:29.005Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:15:29.005Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-09T06:15:29.005Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-09T06:15:29.005Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-09T06:15:29.005Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||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-11-09T06:15:29.005Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-09T06:15:29.005Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-09T06:15:29.005Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:15:29.006Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.006Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:29.006Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-09T06:15:29.006Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:15:29.006Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:15:29.006Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.007Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:29.007Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-09T06:15:29.007Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:15:29.007Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:15:29.007Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.007Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:29.007Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.007Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-09T06:15:29.008Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-09T06:15:29.008Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-09T06:15:29.008Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T06:15:29.008Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.008Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:15:29.008Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.008Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-09T06:15:29.009Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:15:29.009Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.009Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-09T06:15:29.009Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:15:29.010Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.010Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-09T06:15:29.010Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:15:29.010Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.010Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-09T06:15:29.011Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-09T06:15:29.011Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bb5d9004-fe05-4578-bd1d-810235f5bb3e
2022-11-09T06:15:29.011Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.011Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:29.011Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.012Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:29.012Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.012Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:29.012Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:29.013Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:29.013Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c
Model Version:NULL
Model InvariantUuid:0f9e52df-5522-4646-b4b8-fa784ab7a27f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:ef438aa1-168d-4ce2-ad5c-614576114b17
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:249379dd-f931-4b68-87be-50e03fda8806
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b93a73c6-ce12-4f98-99e1-ebfd7384c13c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ed32955-6667-4bc6-8255-8cc988596f6b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1338b238-2c52-4ba5-9c42-bf51d0340cc5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bb5d9004-fe05-4578-bd1d-810235f5bb3e
ModelInvariantUuid:bd14209e-369c-4390-90ed-09a422e8fabe
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:1f909257-5ae3-41db-a10e-b5a1b5c7dc9c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4fc64bd0-cebb-472c-8eda-c07da81486b3
ModelInvariantUuid:a96ce20d-30ae-41bd-9eca-8a5c1d2af179
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:aa2e071e-7e82-4045-8ca3-3ec9fcb4f6c1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T06:15:29.022Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e0c5029-e6bd-4832-b4b5-255f16a0f59e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:15:29.026Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-11-09T06:15:29.027Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e0c5029-e6bd-4832-b4b5-255f16a0f59e
2022-11-09T06:15:29.027Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1a77510d-febd-401b-9059-c90fe562b294 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-09T06:15:29.027Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:15:29.027Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-09T06:15:29.079Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:15:29.080Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1a77510d-febd-401b-9059-c90fe562b294 12
2022-11-09T06:15:29.080Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-09T06:15:29.080Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-09T06:15:29.081Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:15:29.081Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:29.083Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:29.083Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974529080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:29.184Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:29.185Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:29.186Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:29.204Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:29.205Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:30.084Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b0193c76-9c85-4321-b556-1e83785e9b06 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-09T06:15:30.084Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:15:30.085Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-09T06:15:30.134Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:15:30.135Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b0193c76-9c85-4321-b556-1e83785e9b06 2688
2022-11-09T06:15:30.135Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-09T06:15:30.135Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-09T06:15:30.135Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:15:30.136Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:30.138Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:30.138Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974530135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:30.238Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:30.240Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:30.240Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:30.254Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:30.255Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:31.140Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 83299537-fe0c-4b4d-87c9-b2117c6bb1f1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-09T06:15:31.140Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:15:31.140Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-09T06:15:31.198Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:15:31.199Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 83299537-fe0c-4b4d-87c9-b2117c6bb1f1 828
2022-11-09T06:15:31.199Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-09T06:15:31.199Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-09T06:15:31.199Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:15:31.199Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:31.201Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:31.202Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974531199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:31.302Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:31.303Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:31.303Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:31.314Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:31.315Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:15:32.202Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6ed32955-6667-4bc6-8255-8cc988596f6b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1338b238-2c52-4ba5-9c42-bf51d0340cc5",
    "vfModuleModelCustomizationUUID": "1bb42b37-fc27-40ba-a382-e5674d72ef9a",
    "isBase": true,
    "artifacts": [
      "bb56f65a-00ae-4300-a6b1-400d4582b629",
      "b0193c76-9c85-4321-b556-1e83785e9b06",
      "91e17d86-89b9-4380-872a-2425899af76a"
    ],
    "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-11-09T06:15:32.207Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1338b238-2c52-4ba5-9c42-bf51d0340cc5
VfModuleModelInvariantUUID:6ed32955-6667-4bc6-8255-8cc988596f6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb56f65a-00ae-4300-a6b1-400d4582b629
,
b0193c76-9c85-4321-b556-1e83785e9b06
,
91e17d86-89b9-4380-872a-2425899af76a

}
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-11-09T06:15:32.211Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6ed32955-6667-4bc6-8255-8cc988596f6b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1338b238-2c52-4ba5-9c42-bf51d0340cc5",
    "vfModuleModelCustomizationUUID": "1bb42b37-fc27-40ba-a382-e5674d72ef9a",
    "isBase": true,
    "artifacts": [
      "bb56f65a-00ae-4300-a6b1-400d4582b629",
      "b0193c76-9c85-4321-b556-1e83785e9b06",
      "91e17d86-89b9-4380-872a-2425899af76a"
    ],
    "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-11-09T06:15:32.211Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1338b238-2c52-4ba5-9c42-bf51d0340cc5
VfModuleModelInvariantUUID:6ed32955-6667-4bc6-8255-8cc988596f6b
VfModuleModelDescription:NULL
Artifacts UUID List:{
bb56f65a-00ae-4300-a6b1-400d4582b629
,
b0193c76-9c85-4321-b556-1e83785e9b06
,
91e17d86-89b9-4380-872a-2425899af76a

}
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-11-09T06:15:32.211Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb56f65a-00ae-4300-a6b1-400d4582b629 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-09T06:15:32.211Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:15:32.211Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-09T06:15:32.269Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:15:32.270Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bb56f65a-00ae-4300-a6b1-400d4582b629 1164
2022-11-09T06:15:32.270Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-09T06:15:32.270Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-09T06:15:32.270Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:15:32.271Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:32.273Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:32.273Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974532270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:32.373Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:32.375Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:32.375Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:32.391Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:32.394Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:15:33.274Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 91e17d86-89b9-4380-872a-2425899af76a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-09T06:15:33.274Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:15:33.274Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-09T06:15:33.316Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:15:33.317Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 91e17d86-89b9-4380-872a-2425899af76a 200
2022-11-09T06:15:33.317Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-09T06:15:33.318Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-09T06:15:33.318Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:15:33.318Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:33.320Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:33.320Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974533317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:33.420Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:33.421Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:33.421Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:33.433Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:33.434Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:34.321Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c
2022-11-09T06:15:34.321Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7e0c5029-e6bd-4832-b4b5-255f16a0f59e 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 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-11-09T06:15:34.354Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:15:34.365Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f74276b, org.onap.sdc.toscaparser.api.parameters.Input@42d18da3, org.onap.sdc.toscaparser.api.parameters.Input@2fe982f4, org.onap.sdc.toscaparser.api.parameters.Input@43ef284e, org.onap.sdc.toscaparser.api.parameters.Input@1dfe0027]
2022-11-09T06:15:34.369Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.369Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:34.370Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-11-09T06:15:34.370Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b93a73c6-ce12-4f98-99e1-ebfd7384c13c
2022-11-09T06:15:34.370Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b93a73c6-ce12-4f98-99e1-ebfd7384c13c matches Tosca VF Customization UUID: b93a73c6-ce12-4f98-99e1-ebfd7384c13c
2022-11-09T06:15:34.370Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b93a73c6-ce12-4f98-99e1-ebfd7384c13c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-09T06:15:34.374Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.374Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:34.375Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b93a73c6-ce12-4f98-99e1-ebfd7384c13c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-09T06:15:34.375Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a061f1d
2022-11-09T06:15:34.375Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.376Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:15:34.376Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1bb42b37-fc27-40ba-a382-e5674d72ef9a
2022-11-09T06:15:34.376Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1bb42b37-fc27-40ba-a382-e5674d72ef9a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-09T06:15:34.380Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.380Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-09T06:15:34.380Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:15:34.381Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.381Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-09T06:15:34.381Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:15:34.381Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.382Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-09T06:15:34.382Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-09T06:15:34.382Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bb5d9004-fe05-4578-bd1d-810235f5bb3e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-09T06:15:34.386Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.386Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-09T06:15:34.386Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:15:34.387Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.387Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-09T06:15:34.387Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b93a73c6-ce12-4f98-99e1-ebfd7384c13c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:15:34.390Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.391Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:34.391Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c: basic_cnf
2022-11-09T06:15:34.391Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.391Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:34.392Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.392Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:34.392Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.393Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:34.393Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.393Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:34.393Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:15:34.394Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:15:34.394Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:15:34.491Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7e0c5029-e6bd-4832-b4b5-255f16a0f59e 1 ASDC deployResourceStructure
2022-11-09T06:15:34.492Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-09T06:15:34.492Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-09T06:15:34.492Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-09T06:15:34.493Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:34.496Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:34.496Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974534491,
  "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-11-09T06:15:34.596Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:34.597Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:34.597Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:34.610Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:34.610Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:35.497Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-09T06:15:35.498Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-09T06:15:35.498Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-09T06:15:35.498Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:35.500Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:35.500Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974535497,
  "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-11-09T06:15:35.601Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:35.602Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:35.602Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:35.617Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:35.618Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:36.501Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-09T06:15:36.501Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-09T06:15:36.502Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:15:36.503Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:36.506Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:36.506Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974536501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:15:36.605Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:15:36.606Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:36.606Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:36.622Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:36.622Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:37.507Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-09T06:15:37.507Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-09T06:15:37.507Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:15:37.508Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:37.509Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:37.509Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974537507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:15:37.610Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:37.611Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:37.611Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:37.624Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:37.624Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:15:38.510Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-09T06:15:38.511Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-09T06:15:38.512Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:15:38.513Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:38.518Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:38.518Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974538510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:15:38.618Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:15:38.619Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:38.619Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:38.632Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:38.633Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:39.519Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-09T06:15:39.520Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-09T06:15:39.520Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:15:39.520Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:15:39.522Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:15:39.522Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974539519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:15:39.623Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T06:15:39.626Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:15:39.626Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:39.642Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:39.643Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:15:40.523Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e9649fb-56a8-43c6-87a7-8f01c68488be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:15:40.534Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e9649fb-56a8-43c6-87a7-8f01c68488be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:15:40.537Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:15:40.537Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:15:40.537Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:15:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:15:51.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:15:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:15:51.758Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:15:51.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974361828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:15:51.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "cds",
  "timestamp": 1667974357638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:15:51.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "cds",
  "timestamp": 1667974373281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:51.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974373076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:51.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "cds",
  "timestamp": 1667974374287,
  "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-11-09T06:15:51.787Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d65f417c-313b-4720-a513-548c7eb861a2
2022-11-09T06:15:51.787Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d65f417c-313b-4720-a513-548c7eb861a2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:15:51.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974374138,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:51.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974375193,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:51.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974374587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974376217,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:15:51.820Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d65f417c-313b-4720-a513-548c7eb861a2
2022-11-09T06:15:51.820Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d65f417c-313b-4720-a513-548c7eb861a2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:15:51.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974374587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667974377221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:15:51.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974374587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974377753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:15:51.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974374587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "aai-ml",
  "timestamp": 1667974378758,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:15:51.874Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e9649fb-56a8-43c6-87a7-8f01c68488be
2022-11-09T06:15:51.874Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e9649fb-56a8-43c6-87a7-8f01c68488be and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:15:51.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974374587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974374587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974374587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:15:51.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974382359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:51.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974385154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:15:51.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667974386160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:15:51.906Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d65f417c-313b-4720-a513-548c7eb861a2
2022-11-09T06:15:51.906Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d65f417c-313b-4720-a513-548c7eb861a2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:15:51.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974390489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974390489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974390489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974390489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974390489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974390489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:15:51.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974390489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:15:51.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:15:51.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974398220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:15:51.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974405758,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:15:51.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:15:51.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:15:51.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "aai-ml",
  "timestamp": 1667974406763,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:15:51.939Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d65f417c-313b-4720-a513-548c7eb861a2
2022-11-09T06:15:51.940Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d65f417c-313b-4720-a513-548c7eb861a2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:16:10.537Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e9649fb-56a8-43c6-87a7-8f01c68488be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:16:10.559Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e9649fb-56a8-43c6-87a7-8f01c68488be
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:16:10.562Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:16:10.562Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:16:10.562Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:16:10.562Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:16:10.562Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:10.562Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:10.563Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:10.563Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:10.563Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:10.563Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:16:10.568Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:16:40.569Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e9649fb-56a8-43c6-87a7-8f01c68488be and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:16:40.575Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e9649fb-56a8-43c6-87a7-8f01c68488be and serviceModelVersionId: 6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c
2022-11-09T06:16:40.575Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f9e52df-5522-4646-b4b8-fa784ab7a27f
2022-11-09T06:16:40.576Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f9e52df-5522-4646-b4b8-fa784ab7a27f/model-vers/model-ver/6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c?depth=0
2022-11-09T06:16:40.581Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:16:40.647Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9e52df-5522-4646-b4b8-fa784ab7a27f/model-vers/model-ver/6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c?depth=0|INFO|500||Invoke
2022-11-09T06:16:40.647Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9e52df-5522-4646-b4b8-fa784ab7a27f/model-vers/model-ver/6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9e52df-5522-4646-b4b8-fa784ab7a27f/model-vers/model-ver/6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e9649fb-56a8-43c6-87a7-8f01c68488be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc8c0549-b86e-432f-b01c-669eace025d8], X-ECOMP-RequestID=[8e9649fb-56a8-43c6-87a7-8f01c68488be], X-TransactionId=[], X-ONAP-RequestID=[8e9649fb-56a8-43c6-87a7-8f01c68488be], Content-Type=[application/merge-patch+json]}
2022-11-09T06:16:40.671Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9e52df-5522-4646-b4b8-fa784ab7a27f/model-vers/model-ver/6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:16:40.800Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9e52df-5522-4646-b4b8-fa784ab7a27f/model-vers/model-ver/6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c?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/0f9e52df-5522-4646-b4b8-fa784ab7a27f/model-vers/model-ver/6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221109-06:16:41:157-45766], vertex-id=[225408], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:16:41 GMT], Content-Type=[application/json]}
2022-11-09T06:16:40.801Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9e52df-5522-4646-b4b8-fa784ab7a27f/model-vers/model-ver/6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:16:40.802Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f9e52df-5522-4646-b4b8-fa784ab7a27f/model-vers/model-ver/6cf0b59f-3d67-48c0-8978-5b2a22f3fc7c?depth=0|INFO|500||InvokeReturn
2022-11-09T06:16:40.803Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:16:40.803Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:16:40.810Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-09T06:16:40.810Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e9649fb-56a8-43c6-87a7-8f01c68488be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:16:40.811Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:16:40.811Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:40.813Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:40.813Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974600810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:16:40.913Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:40.914Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:40.915Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:40.938Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:40.939Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:16:41.825Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-09T06:16:41.826Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d65f417c-313b-4720-a513-548c7eb861a2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2ddcf628-6455-4939-bc46-fbbaf8fac74d","serviceDescription":"service","serviceInvariantUUID":"9ade7672-93a3-4fba-964f-b578df9fc61b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b78e461-04df-41d0-b5c6-89dc3ebf5a80","resourceInvariantUUID":"2ec90983-14c4-4bce-9a4c-6be68da76843","resourceCustomizationUUID":"979e046f-27b5-42a5-b19b-877d646bc1a3","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":"ZDJkY2IwMDFjODZlMWM0OGFkMjM0NGRkMWQwN2FjNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"796b6121-0c14-49d4-8fd0-e2eecf6d4d46","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":"NmY4ZTExNWEwYmJmZmFkNTM3MTAxNWIzMzZlNTJiYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c4c847ed-30c1-4a51-b810-5bd56c687690","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":"8bc5bccc-e213-4b87-bc26-29d5e37b9586","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":"16b8f56f-d782-4f82-aa4f-ad0fd0d0dbf7","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":"1409c29f-2374-442c-bb8b-76b5ee628e87","artifactVersion":"2","generatedFromUUID":"8bc5bccc-e213-4b87-bc26-29d5e37b9586"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmUzMGJjOGM5MDMyNzAwY2U2YmI5YjZmZTU5YmYwODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b29b623d-eb42-4d35-adbf-0e6a9d9e9113","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzllMGU4M2MxM2U1MTNiMWFjM2RmNzM2Zjc3Y2QwMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"453701d5-6696-4c0c-8145-56f8da95d6db","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:16:41.826Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:16:41.827Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:41.829Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:41.830Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:16:41.929Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:16:41.930Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:41.930Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:41.948Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:41.948Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:16:42.831Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:16:42.832Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:42.835Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:42.835Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:16:42.935Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:42.936Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:42.936Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:42.962Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:42.963Z||pool-74-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:16:43.836Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:16:43.837Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:43.840Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:43.840Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:16:43.940Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:43.941Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:43.941Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:43.957Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:43.957Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:16:44.840Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:16:44.841Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:44.843Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:44.843Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:16:44.943Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:44.945Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:44.945Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:44.972Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:44.973Z||pool-76-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:16:45.845Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:16:45.845Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:45.849Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:45.849Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-09T06:16:45.949Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:16:45.950Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:45.950Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:45.965Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:45.966Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:16:46.850Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:16:46.851Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:46.854Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:46.854Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:16:46.955Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:46.956Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:46.956Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:46.985Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:46.986Z||pool-78-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:16:47.855Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:16:47.857Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:47.859Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:47.859Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:16:47.959Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:47.961Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:47.961Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:48.001Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:48.002Z||pool-79-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:16:48.860Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2ddcf628-6455-4939-bc46-fbbaf8fac74d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9ade7672-93a3-4fba-964f-b578df9fc61b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "979e046f-27b5-42a5-b19b-877d646bc1a3",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6b78e461-04df-41d0-b5c6-89dc3ebf5a80",
      "resourceInvariantUUID": "2ec90983-14c4-4bce-9a4c-6be68da76843",
      "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": "NmY4ZTExNWEwYmJmZmFkNTM3MTAxNWIzMzZlNTJiYjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c4c847ed-30c1-4a51-b810-5bd56c687690",
          "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": "8bc5bccc-e213-4b87-bc26-29d5e37b9586",
          "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": "1409c29f-2374-442c-bb8b-76b5ee628e87",
            "generatedFromUUID": "8bc5bccc-e213-4b87-bc26-29d5e37b9586"
          },
          "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": "1409c29f-2374-442c-bb8b-76b5ee628e87",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MzllMGU4M2MxM2U1MTNiMWFjM2RmNzM2Zjc3Y2QwMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "453701d5-6696-4c0c-8145-56f8da95d6db"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T06:16:48.861Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:16:48.861Z|8e9649fb-56a8-43c6-87a7-8f01c68488be|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2ddcf628-6455-4939-bc46-fbbaf8fac74d ASDC
2022-11-09T06:16:48.862Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d65f417c-313b-4720-a513-548c7eb861a2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2ddcf628-6455-4939-bc46-fbbaf8fac74d
ServiceInvariantUUID:9ade7672-93a3-4fba-964f-b578df9fc61b
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:453701d5-6696-4c0c-8145-56f8da95d6db
ArtifactChecksum:MzllMGU4M2MxM2U1MTNiMWFjM2RmNzM2Zjc3Y2QwMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:979e046f-27b5-42a5-b19b-877d646bc1a3
ResourceInvariantUUID:2ec90983-14c4-4bce-9a4c-6be68da76843
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6b78e461-04df-41d0-b5c6-89dc3ebf5a80
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:c4c847ed-30c1-4a51-b810-5bd56c687690
ArtifactChecksum:NmY4ZTExNWEwYmJmZmFkNTM3MTAxNWIzMzZlNTJiYjU=
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:8bc5bccc-e213-4b87-bc26-29d5e37b9586
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:1409c29f-2374-442c-bb8b-76b5ee628e87
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:1409c29f-2374-442c-bb8b-76b5ee628e87
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-09T06:16:48.863Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2ddcf628-6455-4939-bc46-fbbaf8fac74d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:16:48.946Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:16:48.947Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:16:48.948Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:16:48.948Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 453701d5-6696-4c0c-8145-56f8da95d6db from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-09T06:16:48.949Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:16:48.949Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-09T06:16:49.181Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:16:49.185Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 453701d5-6696-4c0c-8145-56f8da95d6db 74822
2022-11-09T06:16:49.185Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-09T06:16:49.185Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-09T06:16:49.185Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:16:49.186Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:49.188Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:49.188Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974609185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:16:49.288Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:49.289Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:49.290Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:49.311Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:49.312Z||pool-80-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:16:50.188Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:16:50.189Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-09T06:16:50.190Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 453701d5-6696-4c0c-8145-56f8da95d6db, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-09T06:16:50.190Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-09T06:16:50.190Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-09T06:16:50.191Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-09T06:16:50.342Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4137978953441875661/Definitions/service-BasicVm-template.yml
2022-11-09T06:16:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:16:51.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:16:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:51.749Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:51.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:16:51.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a419d197-47d8-4907-9660-c4c6bd3a2243",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974475029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:16:51.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:16:51.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:16:51.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:16:51.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:16:51.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:16:51.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974311722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:16:51.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:16:51.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:16:51.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974478176,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:16:51.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:16:51.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:16:51.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974480206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:16:51.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-11-09T06:16:52.102Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:16:52.102Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:16:52.102Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-09T06:16:52.102Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T06:16:52.103Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-09T06:16:52.103Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-09T06:16:52.103Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||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-11-09T06:16:52.103Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||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-11-09T06:16:52.103Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-09T06:16:52.103Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-09T06:16:52.103Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-09T06:16:52.104Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-09T06:16:52.104Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.104Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:52.104Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-09T06:16:52.104Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:16:52.104Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:16:52.105Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.105Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:52.105Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-09T06:16:52.105Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-09T06:16:52.105Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:16:52.106Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.106Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:52.106Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.106Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-09T06:16:52.106Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-09T06:16:52.106Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-09T06:16:52.107Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-09T06:16:52.107Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-09T06:16:52.107Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T06:16:52.107Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.107Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:16:52.108Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.108Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-09T06:16:52.108Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:16:52.108Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.108Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-09T06:16:52.109Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:16:52.109Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.109Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-09T06:16:52.109Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:16:52.109Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.109Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-09T06:16:52.109Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-09T06:16:52.109Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-09T06:16:52.110Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=396dd00b-75de-499a-b6e2-b0fc633500df
2022-11-09T06:16:52.110Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.110Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:52.110Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.110Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:52.110Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.110Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:52.110Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:52.111Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:52.111Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2ddcf628-6455-4939-bc46-fbbaf8fac74d
Model Version:NULL
Model InvariantUuid:9ade7672-93a3-4fba-964f-b578df9fc61b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4fdcb6a1-3d24-495d-9287-f72ac90e2d8c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2ec90983-14c4-4bce-9a4c-6be68da76843
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:979e046f-27b5-42a5-b19b-877d646bc1a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:17e88b07-d4f9-4a20-81c2-0922cecb1009
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c639275f-f196-4f06-ab6e-bf5472aed064
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:396dd00b-75de-499a-b6e2-b0fc633500df
ModelInvariantUuid:22105762-d9f3-4b31-acf1-dd00e2006c09
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cecd7402-dff7-45cc-81c2-1e08160ff9a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:84dbaa3b-3cdf-4b60-8a5c-6c564b979569
ModelInvariantUuid:d30babb9-e05c-4f9b-b073-5ef12f095e7b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5ac5cc3d-8bfd-4eb2-9053-1483eea6b0da
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T06:16:52.129Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b78e461-04df-41d0-b5c6-89dc3ebf5a80
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:16:52.134Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-11-09T06:16:52.135Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b78e461-04df-41d0-b5c6-89dc3ebf5a80
2022-11-09T06:16:52.135Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c4c847ed-30c1-4a51-b810-5bd56c687690 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-09T06:16:52.135Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:16:52.135Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-09T06:16:52.183Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:16:52.184Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c4c847ed-30c1-4a51-b810-5bd56c687690 787
2022-11-09T06:16:52.184Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-09T06:16:52.184Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-09T06:16:52.184Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:16:52.185Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:52.187Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:52.187Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974612184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:16:52.288Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:52.289Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:52.289Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:52.302Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:52.303Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:16:53.188Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "17e88b07-d4f9-4a20-81c2-0922cecb1009",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c639275f-f196-4f06-ab6e-bf5472aed064",
    "vfModuleModelCustomizationUUID": "ea3f9e2c-2d48-4f4f-8e7c-6e289deb08c5",
    "isBase": true,
    "artifacts": [
      "8bc5bccc-e213-4b87-bc26-29d5e37b9586",
      "1409c29f-2374-442c-bb8b-76b5ee628e87"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T06:16:53.192Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c639275f-f196-4f06-ab6e-bf5472aed064
VfModuleModelInvariantUUID:17e88b07-d4f9-4a20-81c2-0922cecb1009
VfModuleModelDescription:NULL
Artifacts UUID List:{
8bc5bccc-e213-4b87-bc26-29d5e37b9586
,
1409c29f-2374-442c-bb8b-76b5ee628e87

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

isBase:true


}

2022-11-09T06:16:53.195Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "17e88b07-d4f9-4a20-81c2-0922cecb1009",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c639275f-f196-4f06-ab6e-bf5472aed064",
    "vfModuleModelCustomizationUUID": "ea3f9e2c-2d48-4f4f-8e7c-6e289deb08c5",
    "isBase": true,
    "artifacts": [
      "8bc5bccc-e213-4b87-bc26-29d5e37b9586",
      "1409c29f-2374-442c-bb8b-76b5ee628e87"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T06:16:53.195Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c639275f-f196-4f06-ab6e-bf5472aed064
VfModuleModelInvariantUUID:17e88b07-d4f9-4a20-81c2-0922cecb1009
VfModuleModelDescription:NULL
Artifacts UUID List:{
8bc5bccc-e213-4b87-bc26-29d5e37b9586
,
1409c29f-2374-442c-bb8b-76b5ee628e87

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

isBase:true


}

2022-11-09T06:16:53.195Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8bc5bccc-e213-4b87-bc26-29d5e37b9586 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-09T06:16:53.195Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:16:53.195Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-09T06:16:53.254Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:16:53.254Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8bc5bccc-e213-4b87-bc26-29d5e37b9586 5033
2022-11-09T06:16:53.255Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-09T06:16:53.255Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-09T06:16:53.255Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:16:53.255Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:53.258Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:53.258Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974613255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:16:53.358Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:53.359Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:53.359Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:53.372Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:53.373Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:16:54.258Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1409c29f-2374-442c-bb8b-76b5ee628e87 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-09T06:16:54.259Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-09T06:16:54.259Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-09T06:16:54.309Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-09T06:16:54.310Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1409c29f-2374-442c-bb8b-76b5ee628e87 903
2022-11-09T06:16:54.310Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-09T06:16:54.310Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-09T06:16:54.310Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:16:54.311Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:54.314Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:54.314Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974614310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:16:54.414Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:54.415Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:54.415Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:54.433Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:54.434Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:16:55.315Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2ddcf628-6455-4939-bc46-fbbaf8fac74d
2022-11-09T06:16:55.316Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6b78e461-04df-41d0-b5c6-89dc3ebf5a80 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:16:55.345Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a477e8, org.onap.sdc.toscaparser.api.parameters.Input@55322721, org.onap.sdc.toscaparser.api.parameters.Input@629a23a, org.onap.sdc.toscaparser.api.parameters.Input@76ba7dcc, org.onap.sdc.toscaparser.api.parameters.Input@56014fc4]
2022-11-09T06:16:55.347Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.347Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:55.347Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-11-09T06:16:55.347Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 979e046f-27b5-42a5-b19b-877d646bc1a3
2022-11-09T06:16:55.348Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 979e046f-27b5-42a5-b19b-877d646bc1a3 matches Tosca VF Customization UUID: 979e046f-27b5-42a5-b19b-877d646bc1a3
2022-11-09T06:16:55.348Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 979e046f-27b5-42a5-b19b-877d646bc1a3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-09T06:16:55.359Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.360Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:55.361Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 979e046f-27b5-42a5-b19b-877d646bc1a3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-09T06:16:55.361Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ccc6bfd
2022-11-09T06:16:55.361Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.361Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:16:55.362Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ea3f9e2c-2d48-4f4f-8e7c-6e289deb08c5
2022-11-09T06:16:55.362Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ea3f9e2c-2d48-4f4f-8e7c-6e289deb08c5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-09T06:16:55.366Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.366Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-09T06:16:55.367Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:16:55.368Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.368Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-09T06:16:55.369Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:16:55.369Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.370Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-09T06:16:55.370Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-09T06:16:55.370Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-09T06:16:55.370Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=396dd00b-75de-499a-b6e2-b0fc633500df
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-09T06:16:55.374Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.375Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-09T06:16:55.375Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:16:55.375Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.375Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-09T06:16:55.375Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=979e046f-27b5-42a5-b19b-877d646bc1a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:16:55.379Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.379Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:55.379Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2ddcf628-6455-4939-bc46-fbbaf8fac74d: basic_vm
2022-11-09T06:16:55.379Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.380Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:55.380Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.380Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:55.380Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.380Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:55.380Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.381Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:55.381Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:16:55.381Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:16:55.381Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:16:55.516Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6b78e461-04df-41d0-b5c6-89dc3ebf5a80 1 ASDC deployResourceStructure
2022-11-09T06:16:55.516Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-09T06:16:55.516Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-09T06:16:55.517Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:16:55.517Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:55.521Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:55.521Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974615516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:16:55.620Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:16:55.623Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:55.623Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:55.639Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:55.640Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:16:56.524Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-09T06:16:56.525Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-09T06:16:56.531Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:16:56.532Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:56.534Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:56.535Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974616524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:16:56.635Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:16:56.636Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:56.636Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:56.650Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:56.650Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:16:57.537Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-09T06:16:57.537Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-09T06:16:57.537Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:16:57.538Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:57.555Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:57.556Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974617537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:16:57.652Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-09T06:16:57.655Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:57.656Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:57.683Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:57.684Z||pool-86-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:16:58.556Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-09T06:16:58.557Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-09T06:16:58.557Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:16:58.562Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:16:58.565Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:16:58.565Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974618556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:16:58.669Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-09T06:16:58.670Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:16:58.670Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:16:58.685Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:16:58.686Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:16:59.567Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d65f417c-313b-4720-a513-548c7eb861a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:16:59.587Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d65f417c-313b-4720-a513-548c7eb861a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:16:59.590Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:16:59.599Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:17:29.599Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d65f417c-313b-4720-a513-548c7eb861a2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:17:29.612Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d65f417c-313b-4720-a513-548c7eb861a2 and serviceModelVersionId: 2ddcf628-6455-4939-bc46-fbbaf8fac74d
2022-11-09T06:17:29.612Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ade7672-93a3-4fba-964f-b578df9fc61b
2022-11-09T06:17:29.613Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ade7672-93a3-4fba-964f-b578df9fc61b/model-vers/model-ver/2ddcf628-6455-4939-bc46-fbbaf8fac74d?depth=0
2022-11-09T06:17:29.619Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:17:29.682Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade7672-93a3-4fba-964f-b578df9fc61b/model-vers/model-ver/2ddcf628-6455-4939-bc46-fbbaf8fac74d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-09T06:17:29.684Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade7672-93a3-4fba-964f-b578df9fc61b/model-vers/model-ver/2ddcf628-6455-4939-bc46-fbbaf8fac74d?depth=0|INFO|500||Invoke
2022-11-09T06:17:29.709Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade7672-93a3-4fba-964f-b578df9fc61b/model-vers/model-ver/2ddcf628-6455-4939-bc46-fbbaf8fac74d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:17:29.801Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade7672-93a3-4fba-964f-b578df9fc61b/model-vers/model-ver/2ddcf628-6455-4939-bc46-fbbaf8fac74d?depth=0|INFO|500||InvokeReturn
2022-11-09T06:17:29.802Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ade7672-93a3-4fba-964f-b578df9fc61b/model-vers/model-ver/2ddcf628-6455-4939-bc46-fbbaf8fac74d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221109-06:17:30:177-55895], vertex-id=[184456], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:17:30 GMT], Content-Type=[application/json]}
2022-11-09T06:17:29.802Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:17:29.802Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:17:29.802Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:17:29.807Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-09T06:17:29.808Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d65f417c-313b-4720-a513-548c7eb861a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:17:29.808Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:17:29.809Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:17:29.811Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:17:29.811Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974649808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:17:29.911Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:17:29.913Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:17:29.913Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:17:29.936Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:17:29.936Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:17:30.834Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:17:30.835Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:17:30.835Z|d65f417c-313b-4720-a513-548c7eb861a2|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:17:41.164Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:17:41.165Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:17:41.166Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:17:41.166Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:17:50.733Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:17:50.734Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:17:50.735Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:17:50.735Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:17:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:17:51.727Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:17:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:17:51.757Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:17:51.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2a2e2d6-443d-4214-bc05-21e9cf8e6735",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974511462,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:17:51.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:17:51.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:17:51.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-09T06:17:51.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:17:51.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-09T06:17:51.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:17:51.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:17:51.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:17:51.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:17:51.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:17:51.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:17:51.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:17:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-09T06:17:51.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:17:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:17:51.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:17:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:17:51.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:17:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974526119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974529080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974530135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974531199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:17:51.764Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974532270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:17:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974533317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:17:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974534491,
  "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-11-09T06:17:51.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974535497,
  "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-11-09T06:17:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974536501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974537507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974538510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:17:51.766Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:17:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-09T06:17:51.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974539519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:17:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:18:00.331Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:18:00.331Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:18:00.332Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:18:00.332Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:18:09.945Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:18:09.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:18:09.946Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:18:09.946Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:18:19.538Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:18:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:18:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:18:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:18:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:18:51.728Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:18:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:18:51.782Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:18:51.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-09T06:18:51.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e9649fb-56a8-43c6-87a7-8f01c68488be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974600810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:18:51.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:18:51.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-09T06:18:51.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:18:51.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:18:51.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-09T06:18:51.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:18:51.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:18:51.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-09T06:18:51.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:18:51.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:18:51.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-09T06:18:51.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:18:51.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:18:51.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-09T06:18:51.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-09T06:18:51.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:18:51.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-09T06:18:51.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:18:51.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:18:51.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-09T06:18:51.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974512480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:18:51.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:18:51.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-09T06:18:51.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974609185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:18:51.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:19:01.309Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:19:51.723Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:19:51.725Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:19:51.725Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:19:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:19:51.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:19:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:19:52.283Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:19:52.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:19:52.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974612184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:19:52.286Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:19:52.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:19:52.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974613255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:19:52.286Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:19:52.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:19:52.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974614310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:19:52.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:19:52.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:19:52.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974615516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:19:52.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:19:52.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:19:52.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974616524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974617537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974618556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d65f417c-313b-4720-a513-548c7eb861a2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667974649808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:19:52.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:20:01.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:20:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:20:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:20:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:20:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:20:51.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:20:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:21:01.292Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:21:01.293Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:21:51.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:21:51.723Z||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-11-09T06:21:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:21:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:21:51.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:21:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:22:01.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:22:01.305Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:22:51.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:22:51.723Z||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-11-09T06:22:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:22:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:22:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:22:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:23:01.275Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:23:01.275Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:23:51.722Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:23:51.723Z||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-11-09T06:23:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:23:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:23:51.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:23:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:23:58.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:23:58.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-09T06:23:58.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef4349c2-5612-41fd-9636-ea54ef825c56","serviceName":"Demo_pNF_HY8EDzVHrfCuAM71lf6a","serviceVersion":"1.0","serviceUUID":"9d9c7bd4-3b1d-4434-888d-d005054f8e3c","serviceDescription":"catalog service description","serviceInvariantUUID":"c646d7fe-b06d-4782-b2fb-cb089bf991f2","resources":[{"resourceInstanceName":"pNF 246288c8-75a4 0","resourceName":"pNF 246288c8-75a4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"52da6edc-f9c9-4717-b66c-93c6b497cba8","resourceInvariantUUID":"126a85eb-29ce-4392-a606-41d051d151b3","resourceCustomizationUUID":"35b43c74-6633-49b2-a4c1-4fef6ee1e471","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vf-license-model.xml","artifactChecksum":"OTE4OTg3MTE2MDRkNzY2Yzk2YTY5OTg5OTQ2MDk4ZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c902f13b-3f9c-449d-adb2-c3c950a0bfe7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/pNF.csar","artifactChecksum":"YzQ0Mjk3ODQ5NzhjM2ZjOTUzMWRhYWJjM2EwMTI2ZWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfe1b226-ceee-4d83-9e97-662ec2f9011c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48eeee4f-bab6-4ee1-8b28-193b06e099d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vendor-license-model.xml","artifactChecksum":"NTYzM2UwMGYxZDVmY2VjYzZlZDRjYjI3M2ViZmZiMmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b06004b5-256d-47ab-a69f-50745fa38119","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad72321a-e039-490f-b638-15f1ff4378b0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f9f0f37-48d8-44d2-9175-c6e11ad4040f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml","artifactChecksum":"ZjkwMTIwMDM5OTQ2YzgyOWEzNTU2MTZmMDBiYTAxNzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"355b7082-5d1b-43bb-bf5b-1557555d5798","artifactVersion":"1"},{"artifactName":"service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar","artifactChecksum":"MDViMjc2YWZlNmU3ZGU5NGY1ZTRkYjUyYTJmZjBlMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f448081a-26cb-4fa8-a380-efb3ddd06bf5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:23:58.157Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:23:58.159Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:23:58.164Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:23:58.165Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:23:58.267Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-09T06:23:58.269Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:23:58.270Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:23:58.296Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:23:58.297Z||pool-89-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":8,"count":1}
2022-11-09T06:23:58.986Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:23:58.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:23:58.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:23:58.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:23:58.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:23:58.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975034587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:23:58.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:23:59.166Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:23:59.166Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:23:59.171Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:23:59.171Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:23:59.274Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-09T06:23:59.276Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:23:59.276Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:23:59.333Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:23:59.334Z||pool-90-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:24:00.172Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:24:00.173Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:24:00.179Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:24:00.179Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:24:00.280Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T06:24:00.282Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:24:00.282Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:24:00.301Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:24:00.302Z||pool-91-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:24:01.181Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:24:01.184Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:24:01.186Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:24:01.186Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:24:01.307Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 121 ms
2022-11-09T06:24:01.308Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:24:01.308Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:24:01.322Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:24:01.322Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:24:02.187Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:24:02.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:24:02.192Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:24:02.192Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:24:02.297Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-09T06:24:02.298Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:24:02.298Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:24:02.313Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:24:02.314Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:24:03.194Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:24:03.195Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:24:03.203Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:24:03.203Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:24:03.305Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-09T06:24:03.306Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:24:03.308Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:24:03.321Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:24:03.323Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:24:04.204Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:24:04.206Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:24:04.209Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:24:04.209Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:24:04.309Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:24:04.310Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:24:04.311Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:24:04.325Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:24:04.326Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:24:05.211Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:24:05.212Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:24:05.216Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:24:05.219Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:24:05.317Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-09T06:24:05.330Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:24:05.330Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:24:05.356Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:24:05.358Z||pool-96-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:24:06.222Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "serviceName": "Demo_pNF_HY8EDzVHrfCuAM71lf6a",
  "serviceVersion": "1.0",
  "serviceUUID": "9d9c7bd4-3b1d-4434-888d-d005054f8e3c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c646d7fe-b06d-4782-b2fb-cb089bf991f2",
  "resources": [
    {
      "resourceInstanceName": "pNF 246288c8-75a4 0",
      "resourceCustomizationUUID": "35b43c74-6633-49b2-a4c1-4fef6ee1e471",
      "resourceName": "pNF 246288c8-75a4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "52da6edc-f9c9-4717-b66c-93c6b497cba8",
      "resourceInvariantUUID": "126a85eb-29ce-4392-a606-41d051d151b3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
      "artifactChecksum": "MDViMjc2YWZlNmU3ZGU5NGY1ZTRkYjUyYTJmZjBlMGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f448081a-26cb-4fa8-a380-efb3ddd06bf5"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T06:24:06.223Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:24:06.223Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9d9c7bd4-3b1d-4434-888d-d005054f8e3c ASDC
2022-11-09T06:24:06.230Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ef4349c2-5612-41fd-9636-ea54ef825c56
ServiceName:Demo_pNF_HY8EDzVHrfCuAM71lf6a
ServiceVersion:1.0
ServiceUUID:9d9c7bd4-3b1d-4434-888d-d005054f8e3c
ServiceInvariantUUID:c646d7fe-b06d-4782-b2fb-cb089bf991f2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
ArtifactUUID:f448081a-26cb-4fa8-a380-efb3ddd06bf5
ArtifactChecksum:MDViMjc2YWZlNmU3ZGU5NGY1ZTRkYjUyYTJmZjBlMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 246288c8-75a4 0
ResourceCustomizationUUID:35b43c74-6633-49b2-a4c1-4fef6ee1e471
ResourceInvariantUUID:126a85eb-29ce-4392-a606-41d051d151b3
ResourceName:pNF 246288c8-75a4
ResourceType:PNF
ResourceUUID:52da6edc-f9c9-4717-b66c-93c6b497cba8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-09T06:24:06.230Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d9c7bd4-3b1d-4434-888d-d005054f8e3c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:24:06.287Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:24:06.289Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:24:06.289Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:24:06.290Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f448081a-26cb-4fa8-a380-efb3ddd06bf5 from URL: /sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:06.290Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:24:06.290Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:06.371Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:24:06.378Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar f448081a-26cb-4fa8-a380-efb3ddd06bf5 87782
2022-11-09T06:24:06.378Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar ASDC sendASDCNotification
2022-11-09T06:24:06.379Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:06.379Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:24:06.379Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:24:06.387Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:24:06.388Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975046378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:24:06.490Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-09T06:24:06.491Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:24:06.494Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:24:06.506Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:24:06.507Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:24:07.393Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:24:07.394Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:24:07.394Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f448081a-26cb-4fa8-a380-efb3ddd06bf5, URL: /sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar to file: /app/ASDC/1/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:07.395Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:07.396Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:07.396Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:07.745Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1253002780413373959/Definitions/service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml
2022-11-09T06:24:08.920Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:24:08.921Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-09T06:24:08.921Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:08.921Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T06:24:08.921Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:08.921Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:08.921Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 246288c8-75a4 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-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:08.921Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:08.921Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:08.922Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:08.922Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:08.922Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-09T06:24:08.922Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:24:08.922Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HY8EDzVHrfCuAM71lf6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:24:08.922Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Node template pNF 246288c8-75a4 0 is matching search criteria
2022-11-09T06:24:08.922Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-09T06:24:08.923Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 246288c8-75a4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:24:08.923Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:24:08.923Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HY8EDzVHrfCuAM71lf6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:24:08.923Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Node template pNF 246288c8-75a4 0 is matching search criteria
2022-11-09T06:24:08.923Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-09T06:24:08.923Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 246288c8-75a4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:24:08.923Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:24:08.924Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HY8EDzVHrfCuAM71lf6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:24:08.924Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:24:08.924Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HY8EDzVHrfCuAM71lf6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:24:08.924Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:24:08.924Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HY8EDzVHrfCuAM71lf6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:24:08.924Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:24:08.924Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HY8EDzVHrfCuAM71lf6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:24:08.924Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:24:08.924Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HY8EDzVHrfCuAM71lf6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:24:08.925Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HY8EDzVHrfCuAM71lf6a
Description:catalog service description
Model UUID:9d9c7bd4-3b1d-4434-888d-d005054f8e3c
Model Version:NULL
Model InvariantUuid:c646d7fe-b06d-4782-b2fb-cb089bf991f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T06:24:08.935Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 52da6edc-f9c9-4717-b66c-93c6b497cba8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:24:08.941Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||pNF 246288c8-75a4 0
2022-11-09T06:24:08.942Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 52da6edc-f9c9-4717-b66c-93c6b497cba8
2022-11-09T06:24:08.942Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 9d9c7bd4-3b1d-4434-888d-d005054f8e3c
2022-11-09T06:24:08.943Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9d9c7bd4-3b1d-4434-888d-d005054f8e3c
2022-11-09T06:24:08.943Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 246288c8-75a4 0 52da6edc-f9c9-4717-b66c-93c6b497cba8 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:24:08.949Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20d42df1, org.onap.sdc.toscaparser.api.parameters.Input@7ebbeed9, org.onap.sdc.toscaparser.api.parameters.Input@22fa6711, org.onap.sdc.toscaparser.api.parameters.Input@1f787a48, org.onap.sdc.toscaparser.api.parameters.Input@1ec277f3]
2022-11-09T06:24:08.950Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:24:08.950Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HY8EDzVHrfCuAM71lf6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:24:08.950Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9d9c7bd4-3b1d-4434-888d-d005054f8e3c: pNF 246288c8-75a4
2022-11-09T06:24:08.951Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||Processing PNF resource: 52da6edc-f9c9-4717-b66c-93c6b497cba8
2022-11-09T06:24:08.951Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:24:08.951Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_HY8EDzVHrfCuAM71lf6a is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:24:08.951Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||Resource customization UUID: 35b43c74-6633-49b2-a4c1-4fef6ee1e471 is the same as notified resource customizationUUID: 35b43c74-6633-49b2-a4c1-4fef6ee1e471
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-09T06:24:09.006Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 246288c8-75a4 52da6edc-f9c9-4717-b66c-93c6b497cba8 0 ASDC deployResourceStructure
2022-11-09T06:24:09.007Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar ASDC sendASDCNotification
2022-11-09T06:24:09.007Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar
2022-11-09T06:24:09.007Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:24:09.008Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:24:09.011Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:24:09.012Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975049007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:24:09.113Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:24:09.115Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:24:09.116Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:24:09.138Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:24:09.139Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:24:10.014Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:24:10.026Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:24:10.028Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:24:10.028Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:24:10.029Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:24:40.029Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:24:40.041Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:24:40.043Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:24:40.043Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:24:40.043Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:24:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:24:51.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:24:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:24:51.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:24:51.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:24:51.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975034587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:24:51.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:10.044Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:25:10.065Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:25:10.067Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:25:10.068Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:25:10.068Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:25:40.068Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:25:40.078Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:25:40.080Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:25:40.080Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:25:40.080Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:25:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:25:51.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:25:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:25:52.256Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:25:52.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975039252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975034587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975039252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975034587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975039252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975041083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975034587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975039252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975041083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975034587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975042929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975039252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975041083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975034587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975042929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975039252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:25:52.273Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975041083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975034587,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:25:52.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975031722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:25:52.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975042929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975039252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975041083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975046342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:25:52.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:25:52.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975042929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975046378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:25:52.279Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:25:52.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975039252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975041083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975042929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975048039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:25:52.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:25:52.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975041083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975042929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975048608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:25:52.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:25:52.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975049072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:25:52.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:25:52.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975041083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:25:52.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975049007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:25:52.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:25:52.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975042929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975049613,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:25:52.295Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef4349c2-5612-41fd-9636-ea54ef825c56
2022-11-09T06:25:52.295Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef4349c2-5612-41fd-9636-ea54ef825c56 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:25:52.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975050075,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:25:52.309Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ef4349c2-5612-41fd-9636-ea54ef825c56
2022-11-09T06:25:52.310Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef4349c2-5612-41fd-9636-ea54ef825c56 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:25:52.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975042929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:25:52.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975050489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975051672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:25:52.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:25:52.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975050489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "cds",
  "timestamp": 1667975052693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:25:52.323Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef4349c2-5612-41fd-9636-ea54ef825c56
2022-11-09T06:25:52.324Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef4349c2-5612-41fd-9636-ea54ef825c56 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:25:52.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975050489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975050489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975050489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975050489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/resourceInstances/pnf246288c875a40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975050489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975050489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:25:52.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:25:52.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975059309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:25:52.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:25:52.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975064638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHy8edzvhrfcuam71lf6a/1.0/artifacts/service-DemoPnfHy8edzvhrfcuam71lf6a-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:25:52.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:25:52.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:25:52.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "aai-ml",
  "timestamp": 1667975065643,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:25:52.339Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef4349c2-5612-41fd-9636-ea54ef825c56
2022-11-09T06:25:52.339Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef4349c2-5612-41fd-9636-ea54ef825c56 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:26:10.080Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:26:10.092Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:26:10.094Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:26:10.095Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:26:10.095Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:26:10.095Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:26:10.095Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:26:10.095Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:26:10.095Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:26:10.095Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:26:10.095Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:26:10.095Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:26:10.102Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:26:40.103Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef4349c2-5612-41fd-9636-ea54ef825c56 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:26:40.113Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef4349c2-5612-41fd-9636-ea54ef825c56 and serviceModelVersionId: 9d9c7bd4-3b1d-4434-888d-d005054f8e3c
2022-11-09T06:26:40.113Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c646d7fe-b06d-4782-b2fb-cb089bf991f2
2022-11-09T06:26:40.115Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c646d7fe-b06d-4782-b2fb-cb089bf991f2/model-vers/model-ver/9d9c7bd4-3b1d-4434-888d-d005054f8e3c?depth=0
2022-11-09T06:26:40.123Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:26:40.199Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c646d7fe-b06d-4782-b2fb-cb089bf991f2/model-vers/model-ver/9d9c7bd4-3b1d-4434-888d-d005054f8e3c?depth=0|INFO|500||Invoke
2022-11-09T06:26:40.200Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c646d7fe-b06d-4782-b2fb-cb089bf991f2/model-vers/model-ver/9d9c7bd4-3b1d-4434-888d-d005054f8e3c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c646d7fe-b06d-4782-b2fb-cb089bf991f2/model-vers/model-ver/9d9c7bd4-3b1d-4434-888d-d005054f8e3c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef4349c2-5612-41fd-9636-ea54ef825c56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cca1325c-86d8-4ba2-b06b-7f10c724bc62], X-ECOMP-RequestID=[ef4349c2-5612-41fd-9636-ea54ef825c56], X-TransactionId=[], X-ONAP-RequestID=[ef4349c2-5612-41fd-9636-ea54ef825c56], Content-Type=[application/merge-patch+json]}
2022-11-09T06:26:40.228Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c646d7fe-b06d-4782-b2fb-cb089bf991f2/model-vers/model-ver/9d9c7bd4-3b1d-4434-888d-d005054f8e3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:26:40.307Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c646d7fe-b06d-4782-b2fb-cb089bf991f2/model-vers/model-ver/9d9c7bd4-3b1d-4434-888d-d005054f8e3c?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/c646d7fe-b06d-4782-b2fb-cb089bf991f2/model-vers/model-ver/9d9c7bd4-3b1d-4434-888d-d005054f8e3c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221109-06:26:40:706-51152], vertex-id=[225360], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:26:40 GMT], Content-Type=[application/json]}
2022-11-09T06:26:40.307Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c646d7fe-b06d-4782-b2fb-cb089bf991f2/model-vers/model-ver/9d9c7bd4-3b1d-4434-888d-d005054f8e3c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:26:40.308Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c646d7fe-b06d-4782-b2fb-cb089bf991f2/model-vers/model-ver/9d9c7bd4-3b1d-4434-888d-d005054f8e3c?depth=0|INFO|500||InvokeReturn
2022-11-09T06:26:40.309Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:26:40.309Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:26:40.315Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:26:40.315Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef4349c2-5612-41fd-9636-ea54ef825c56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:26:40.315Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:26:40.315Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:26:40.317Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:26:40.318Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975200315,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:26:40.418Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:26:40.419Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:26:40.419Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:26:40.436Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:26:40.437Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:26:41.335Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:26:41.336Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:26:41.336Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:26:51.651Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:26:51.652Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:26:51.652Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:26:51.652Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:26:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:26:51.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:26:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:26:52.354Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:26:52.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:26:52.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef4349c2-5612-41fd-9636-ea54ef825c56",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975200315,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:26:52.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:27:01.208Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:27:01.208Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:27:01.209Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:27:01.209Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:27:10.764Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:27:51.722Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:27:51.723Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:27:51.723Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:27:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:27:51.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:27:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:28:01.282Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:28:01.328Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:28:51.722Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:28:51.723Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:28:51.723Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:28:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:28:51.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:28:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:29:01.341Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:29:01.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:29:51.722Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:29:51.724Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:29:51.724Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:29:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:29:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:29:51.727Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:30:01.281Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:30:01.290Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:30:51.722Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:30:51.723Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:30:51.724Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:30:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:30:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:30:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:31:01.322Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:31:01.331Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:31:51.722Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:31:51.723Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:31:51.723Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:31:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:31:51.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:31:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:01.319Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:01.323Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:51.722Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:32:51.723Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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-11-09T06:32:51.723Z|ef4349c2-5612-41fd-9636-ea54ef825c56|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:32:51.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:32:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:51.980Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:51.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:32:51.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-09T06:32:51.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-09T06:32:51.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-09T06:32:51.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975539252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975537929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:32:51.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975541083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975544587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975557879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975558120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:32:51.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:51.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975557922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:32:51.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:51.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975558938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:32:51.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:51.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975559252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975560031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975560500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975559252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:51.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "cds",
  "timestamp": 1667975560957,
  "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-11-09T06:32:52.026Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7062fad6-972e-4e06-8e70-0d3252b4f978
2022-11-09T06:32:52.027Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7062fad6-972e-4e06-8e70-0d3252b4f978 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:32:52.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975561087,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:32:52.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:52.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975561506,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:32:52.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7062fad6-972e-4e06-8e70-0d3252b4f978
2022-11-09T06:32:52.055Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7062fad6-972e-4e06-8e70-0d3252b4f978 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:32:52.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975559252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975562175,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:32:52.072Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7062fad6-972e-4e06-8e70-0d3252b4f978
2022-11-09T06:32:52.072Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7062fad6-972e-4e06-8e70-0d3252b4f978 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:32:52.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975561961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975559252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975563187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975561961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975559252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975561961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975559252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975564194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975561961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975559252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975564194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975561961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975559252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975564194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:32:52.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975561961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975564194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975561961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975564194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-09T06:32:52.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975561961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:32:52.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975564194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:32:52.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975570741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:32:52.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:52.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975564194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:32:52.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975571298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:32:52.096Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:32:52.359Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:52.361Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-09T06:32:52.361Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7062fad6-972e-4e06-8e70-0d3252b4f978","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"dc1ab1ab-587e-4793-b2d2-27a6d57f4dad","serviceDescription":"service","serviceInvariantUUID":"c0004256-7a98-4988-b6d7-cd370ac3d471","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d41a41f0-60a7-4de9-b0ae-8a0e4f50cd64","resourceInvariantUUID":"97baf157-f535-45cc-acd6-0154eb664b4e","resourceCustomizationUUID":"9ea01890-e633-4224-a078-d8655e4b62de","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":"MWFlNmJjNWZhYTJiZmNhMzM5MDk3MzdkYjFiNTM3Mzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0516f29-98c0-450d-ad0e-26547ae7bf67","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":"N2EyODQ1N2UwYmFjNDQwM2E3NWRmNTlkZDQ0N2IzZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c696f3ee-2489-4843-8979-a514157c8d4e","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":"168bbb45-8ba4-413b-9056-11cda9500793","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":"2bc66931-a3df-4600-89d3-e64e5fa0cd5e","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":"065f5271-a36c-4bbc-a1ca-0178ab76e223","artifactVersion":"2","generatedFromUUID":"bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5"},{"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":"f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a","artifactVersion":"2","generatedFromUUID":"168bbb45-8ba4-413b-9056-11cda9500793"},{"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":"bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5","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":"1467c2cd-3e5d-4e8f-bd82-6ced338f3215","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":"NDZhNzIyZWRlNzc4ODQ4ZWEzM2ZiODUwNzYyODg2OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"934e0e25-b672-4835-a0ce-efc7fce8bcab","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Mzk0OWNmMmQxMmMwYjk3YWIwYzYwYWY2Yzc3ZjdjMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba025088-954c-4290-8fef-c64e96f12c55","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:32:52.364Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:32:52.365Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:32:52.369Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:32:52.370Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:52.470Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:32:52.471Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:32:52.471Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:52.487Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:52.488Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:32:53.371Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:32:53.372Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:32:53.374Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:32:53.374Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:32:53.475Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:32:53.476Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:32:53.476Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:53.489Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:53.490Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:32:54.375Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:32:54.376Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:32:54.378Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:32:54.378Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:32:54.478Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:32:54.479Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:32:54.480Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:54.493Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:54.494Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:32:55.379Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:32:55.380Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:32:55.382Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:32:55.382Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:55.483Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T06:32:55.484Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:32:55.484Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:55.537Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:55.538Z||pool-103-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:32:56.384Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:32:56.386Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:32:56.390Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:32:56.391Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-09T06:32:56.490Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:32:56.492Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:32:56.492Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:56.509Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:56.510Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:32:57.391Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:32:57.392Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:32:57.396Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:32:57.396Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-09T06:32:57.505Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-09T06:32:57.506Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:32:57.506Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:57.524Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:57.525Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:32:58.397Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:32:58.398Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:32:58.403Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:32:58.403Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-09T06:32:58.501Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-09T06:32:58.502Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:32:58.502Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:58.540Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:58.540Z||pool-106-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:32:59.409Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:32:59.410Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:32:59.424Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:32:59.424Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:32:59.529Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-09T06:32:59.530Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:32:59.530Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:32:59.546Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:32:59.547Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:33:00.429Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:33:00.430Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:00.434Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:00.434Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:33:00.533Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:33:00.534Z||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-11-09T06:33:00.535Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:00.546Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:00.546Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:33:01.436Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:33:01.438Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:01.440Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:01.441Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:33:01.542Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:33:01.543Z||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-11-09T06:33:01.543Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:01.558Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:01.559Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:33:02.442Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dc1ab1ab-587e-4793-b2d2-27a6d57f4dad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0004256-7a98-4988-b6d7-cd370ac3d471",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "9ea01890-e633-4224-a078-d8655e4b62de",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d41a41f0-60a7-4de9-b0ae-8a0e4f50cd64",
      "resourceInvariantUUID": "97baf157-f535-45cc-acd6-0154eb664b4e",
      "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": "N2EyODQ1N2UwYmFjNDQwM2E3NWRmNTlkZDQ0N2IzZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c696f3ee-2489-4843-8979-a514157c8d4e",
          "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": "168bbb45-8ba4-413b-9056-11cda9500793",
          "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": "f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a",
            "generatedFromUUID": "168bbb45-8ba4-413b-9056-11cda9500793"
          },
          "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": "065f5271-a36c-4bbc-a1ca-0178ab76e223",
          "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": "f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a",
          "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": "bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Mzk0OWNmMmQxMmMwYjk3YWIwYzYwYWY2Yzc3ZjdjMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ba025088-954c-4290-8fef-c64e96f12c55"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T06:33:02.443Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:33:02.443Z|ef4349c2-5612-41fd-9636-ea54ef825c56|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dc1ab1ab-587e-4793-b2d2-27a6d57f4dad ASDC
2022-11-09T06:33:02.445Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:7062fad6-972e-4e06-8e70-0d3252b4f978
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:dc1ab1ab-587e-4793-b2d2-27a6d57f4dad
ServiceInvariantUUID:c0004256-7a98-4988-b6d7-cd370ac3d471
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:ba025088-954c-4290-8fef-c64e96f12c55
ArtifactChecksum:Mzk0OWNmMmQxMmMwYjk3YWIwYzYwYWY2Yzc3ZjdjMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:9ea01890-e633-4224-a078-d8655e4b62de
ResourceInvariantUUID:97baf157-f535-45cc-acd6-0154eb664b4e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:d41a41f0-60a7-4de9-b0ae-8a0e4f50cd64
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:c696f3ee-2489-4843-8979-a514157c8d4e
ArtifactChecksum:N2EyODQ1N2UwYmFjNDQwM2E3NWRmNTlkZDQ0N2IzZGE=
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:168bbb45-8ba4-413b-9056-11cda9500793
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:f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a
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:065f5271-a36c-4bbc-a1ca-0178ab76e223
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:f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a
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:bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-09T06:33:02.445Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc1ab1ab-587e-4793-b2d2-27a6d57f4dad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:33:02.503Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:33:02.505Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:33:02.505Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:33:02.506Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ba025088-954c-4290-8fef-c64e96f12c55 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:02.506Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:33:02.506Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:02.572Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:33:02.583Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ba025088-954c-4290-8fef-c64e96f12c55 162979
2022-11-09T06:33:02.584Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-09T06:33:02.585Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:02.585Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:33:02.585Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:02.587Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:02.588Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975582584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:33:02.688Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:33:02.689Z||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-11-09T06:33:02.689Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:02.701Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:02.702Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:33:03.588Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:33:03.590Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:33:03.590Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ba025088-954c-4290-8fef-c64e96f12c55, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:03.591Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-09T06:33:03.593Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:03.593Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:03.764Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10152906755784791678/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-09T06:33:05.508Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:33:05.509Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-09T06:33:05.512Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:05.512Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-09T06:33:05.512Z|7062fad6-972e-4e06-8e70-0d3252b4f978|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-BasicCnfMacro-csar.csar
2022-11-09T06:33:05.513Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||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-11-09T06:33:05.513Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:05.513Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:05.513Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-09T06:33:05.514Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.514Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:05.514Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-09T06:33:05.515Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-09T06:33:05.515Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:33:05.515Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.515Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:05.516Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-09T06:33:05.516Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-09T06:33:05.516Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:33:05.516Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.516Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:05.522Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.523Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-09T06:33:05.523Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-09T06:33:05.524Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-09T06:33:05.524Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T06:33:05.524Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.525Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:33:05.525Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.527Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-09T06:33:05.528Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:33:05.528Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.529Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-09T06:33:05.529Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:33:05.529Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.530Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-09T06:33:05.530Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:33:05.530Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.530Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-09T06:33:05.531Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:33:05.531Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.531Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-09T06:33:05.531Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-09T06:33:05.532Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1987feea-af30-4500-b10e-72b71cca8459
2022-11-09T06:33:05.532Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.532Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:05.532Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.533Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:05.533Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.533Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:05.534Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:05.534Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:05.534Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:dc1ab1ab-587e-4793-b2d2-27a6d57f4dad
Model Version:NULL
Model InvariantUuid:c0004256-7a98-4988-b6d7-cd370ac3d471
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:12a98719-c098-4412-bbf1-73512ed43e5b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:97baf157-f535-45cc-acd6-0154eb664b4e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9ea01890-e633-4224-a078-d8655e4b62de
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c7750c16-c16c-438a-87f9-920f81857f4d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:953d0c69-b510-49dd-9812-2a508638d7db
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:ee46ce3e-346b-4b75-bbb9-50ba1588d626
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c18e110f-af20-4ee6-91fa-426694fdf219
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1987feea-af30-4500-b10e-72b71cca8459
ModelInvariantUuid:2f69ee47-1d15-404b-8ddb-b7564825fcb2
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9212a047-a0c1-4410-bedb-ffa5793e41bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:abd30471-8dfb-4724-acf3-1add66c935fd
ModelInvariantUuid:75817d9c-22d2-4942-8e7c-9026aa262967
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7cd72017-df1f-44b8-aea1-ecb43242d5ae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T06:33:05.542Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d41a41f0-60a7-4de9-b0ae-8a0e4f50cd64
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:33:05.549Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-11-09T06:33:05.550Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d41a41f0-60a7-4de9-b0ae-8a0e4f50cd64
2022-11-09T06:33:05.550Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c696f3ee-2489-4843-8979-a514157c8d4e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-09T06:33:05.550Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:33:05.550Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-09T06:33:05.592Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:33:05.594Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json c696f3ee-2489-4843-8979-a514157c8d4e 1565
2022-11-09T06:33:05.594Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-09T06:33:05.594Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-09T06:33:05.595Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:33:05.595Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:05.597Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:05.598Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975585594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:33:05.702Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-09T06:33:05.711Z||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-11-09T06:33:05.712Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:05.737Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:05.738Z||pool-111-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:33:06.598Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ee46ce3e-346b-4b75-bbb9-50ba1588d626",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c18e110f-af20-4ee6-91fa-426694fdf219",
    "vfModuleModelCustomizationUUID": "ce691087-0509-4447-b5fc-02d7eef32df7",
    "isBase": true,
    "artifacts": [
      "168bbb45-8ba4-413b-9056-11cda9500793",
      "f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a"
    ],
    "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": "c7750c16-c16c-438a-87f9-920f81857f4d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "953d0c69-b510-49dd-9812-2a508638d7db",
    "vfModuleModelCustomizationUUID": "34fda269-d106-43bd-ae39-8b3cb8e6ebe3",
    "isBase": false,
    "artifacts": [
      "bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T06:33:06.603Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c18e110f-af20-4ee6-91fa-426694fdf219
VfModuleModelInvariantUUID:ee46ce3e-346b-4b75-bbb9-50ba1588d626
VfModuleModelDescription:NULL
Artifacts UUID List:{
168bbb45-8ba4-413b-9056-11cda9500793
,
f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a

}
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:953d0c69-b510-49dd-9812-2a508638d7db
VfModuleModelInvariantUUID:c7750c16-c16c-438a-87f9-920f81857f4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5

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

isBase:false


}

2022-11-09T06:33:06.606Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ee46ce3e-346b-4b75-bbb9-50ba1588d626",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c18e110f-af20-4ee6-91fa-426694fdf219",
    "vfModuleModelCustomizationUUID": "ce691087-0509-4447-b5fc-02d7eef32df7",
    "isBase": true,
    "artifacts": [
      "168bbb45-8ba4-413b-9056-11cda9500793",
      "f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a"
    ],
    "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": "c7750c16-c16c-438a-87f9-920f81857f4d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "953d0c69-b510-49dd-9812-2a508638d7db",
    "vfModuleModelCustomizationUUID": "34fda269-d106-43bd-ae39-8b3cb8e6ebe3",
    "isBase": false,
    "artifacts": [
      "bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T06:33:06.606Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c18e110f-af20-4ee6-91fa-426694fdf219
VfModuleModelInvariantUUID:ee46ce3e-346b-4b75-bbb9-50ba1588d626
VfModuleModelDescription:NULL
Artifacts UUID List:{
168bbb45-8ba4-413b-9056-11cda9500793
,
f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a

}
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:953d0c69-b510-49dd-9812-2a508638d7db
VfModuleModelInvariantUUID:c7750c16-c16c-438a-87f9-920f81857f4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5

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

isBase:false


}

2022-11-09T06:33:06.607Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 168bbb45-8ba4-413b-9056-11cda9500793 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-09T06:33:06.607Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:33:06.607Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-09T06:33:06.651Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:33:06.652Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 168bbb45-8ba4-413b-9056-11cda9500793 914
2022-11-09T06:33:06.653Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-09T06:33:06.653Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-09T06:33:06.653Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:33:06.654Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:06.656Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:06.656Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975586653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:33:06.756Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:33:06.758Z||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-11-09T06:33:06.758Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:06.773Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:06.774Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:33:07.657Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 065f5271-a36c-4bbc-a1ca-0178ab76e223 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-09T06:33:07.658Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:33:07.658Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-09T06:33:07.710Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:33:07.711Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 065f5271-a36c-4bbc-a1ca-0178ab76e223 12
2022-11-09T06:33:07.712Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-09T06:33:07.712Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-09T06:33:07.712Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:33:07.713Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:07.715Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:07.715Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975587712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:33:07.815Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:33:07.816Z||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-11-09T06:33:07.817Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:07.844Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:07.845Z||pool-113-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:33:08.717Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-09T06:33:08.717Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:33:08.718Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-09T06:33:08.762Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:33:08.762Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env f7cdbdc0-4bb0-478c-94c3-c1ca6ac0094a 96
2022-11-09T06:33:08.763Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-09T06:33:08.763Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-09T06:33:08.763Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:33:08.765Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:08.767Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:08.767Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975588763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:33:08.867Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:33:08.868Z||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-11-09T06:33:08.869Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:08.892Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:08.893Z||pool-114-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:33:09.768Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-09T06:33:09.768Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:33:09.769Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-09T06:33:09.819Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:33:09.820Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bd0efbe1-cf7f-481d-8c8d-1f7b861af6f5 20206
2022-11-09T06:33:09.820Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-09T06:33:09.820Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-09T06:33:09.820Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:33:09.820Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:09.823Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:09.823Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975589820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:33:09.923Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:33:09.924Z||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-11-09T06:33:09.924Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:09.948Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:09.949Z||pool-115-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:33:10.828Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: dc1ab1ab-587e-4793-b2d2-27a6d57f4dad
2022-11-09T06:33:10.828Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d41a41f0-60a7-4de9-b0ae-8a0e4f50cd64 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:33:10.852Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2bbbd8dd, org.onap.sdc.toscaparser.api.parameters.Input@57113496, org.onap.sdc.toscaparser.api.parameters.Input@34310cc3, org.onap.sdc.toscaparser.api.parameters.Input@4e9ac5ef, org.onap.sdc.toscaparser.api.parameters.Input@3b1291d1]
2022-11-09T06:33:10.854Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.855Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:10.855Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-09T06:33:10.855Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 9ea01890-e633-4224-a078-d8655e4b62de
2022-11-09T06:33:10.855Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ea01890-e633-4224-a078-d8655e4b62de matches Tosca VF Customization UUID: 9ea01890-e633-4224-a078-d8655e4b62de
2022-11-09T06:33:10.855Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 9ea01890-e633-4224-a078-d8655e4b62de  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-09T06:33:10.857Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.858Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:10.858Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 9ea01890-e633-4224-a078-d8655e4b62de: {\"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-11-09T06:33:10.858Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@413feba9
2022-11-09T06:33:10.858Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.859Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:33:10.859Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34fda269-d106-43bd-ae39-8b3cb8e6ebe3
2022-11-09T06:33:10.859Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34fda269-d106-43bd-ae39-8b3cb8e6ebe3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-09T06:33:10.861Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.862Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-09T06:33:10.862Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:33:10.862Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.862Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-09T06:33:10.862Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:33:10.863Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.863Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-09T06:33:10.863Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9ea01890-e633-4224-a078-d8655e4b62de
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:33:10.865Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.865Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:10.866Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid dc1ab1ab-587e-4793-b2d2-27a6d57f4dad: basic_cnf_macro
2022-11-09T06:33:10.868Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.869Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:10.869Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.869Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:10.869Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.870Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:10.870Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.870Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:10.870Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:33:10.870Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:33:10.870Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:33:10.947Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d41a41f0-60a7-4de9-b0ae-8a0e4f50cd64 2 ASDC deployResourceStructure
2022-11-09T06:33:10.948Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-09T06:33:10.948Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-09T06:33:10.949Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:33:10.949Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:10.951Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:10.951Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975590948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:33:11.051Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:33:11.052Z||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-11-09T06:33:11.052Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:11.073Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:11.074Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:33:11.952Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-09T06:33:11.952Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-09T06:33:11.952Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:33:11.953Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:11.955Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:11.956Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975591952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:33:12.056Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:33:12.056Z||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-11-09T06:33:12.057Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:12.069Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:12.069Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:33:12.957Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-09T06:33:12.957Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-09T06:33:12.957Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-09T06:33:12.958Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:12.961Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:12.961Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975592957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-09T06:33:13.062Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T06:33:13.062Z||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-11-09T06:33:13.063Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:13.078Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:13.078Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:33:13.965Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-09T06:33:13.965Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-09T06:33:13.965Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:33:13.966Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:13.971Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:13.972Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975593965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:33:14.072Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:33:14.073Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:33:14.073Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:14.088Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:14.089Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:33:14.977Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-09T06:33:14.977Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-09T06:33:14.977Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-09T06:33:14.978Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:14.982Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:14.982Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975594977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-09T06:33:15.081Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:33:15.082Z||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-11-09T06:33:15.082Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:15.130Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:15.131Z||pool-120-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:33:15.987Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-09T06:33:15.987Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-09T06:33:15.987Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:33:15.987Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:33:15.994Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:33:15.995Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975595987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:33:16.097Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-09T06:33:16.098Z||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-11-09T06:33:16.099Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:16.123Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:16.123Z||pool-121-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:33:16.995Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:33:17.010Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:33:17.013Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:33:17.013Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:33:17.013Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:33:47.013Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:33:47.028Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:33:47.031Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:33:47.031Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:33:47.031Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:33:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:33:51.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:33:51.728Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:33:51.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:33:51.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:33:51.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "cds",
  "timestamp": 1667975572049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:33:51.772Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401
2022-11-09T06:33:51.773Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:34:17.031Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:34:17.045Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:34:17.048Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:34:17.049Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:34:17.049Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:34:47.049Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:34:47.059Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:34:47.061Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:34:47.061Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:34:47.061Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:34:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:34:51.727Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:34:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:34:51.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:34:51.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-09T06:34:51.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975564194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:34:51.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:17.061Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:35:17.079Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:35:17.082Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:35:17.082Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:35:17.082Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:35:47.082Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:35:47.096Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:35:47.100Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:35:47.100Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-09T06:35:47.101Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-09T06:35:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:35:51.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:35:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:35:52.266Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:35:52.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975572934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975573999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.269Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975575066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975574587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975576110,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:35:52.278Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401
2022-11-09T06:35:52.278Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:35:52.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975574587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975577124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975574587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975574587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975579013,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975574587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "aai-ml",
  "timestamp": 1667975580017,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:35:52.296Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7062fad6-972e-4e06-8e70-0d3252b4f978
2022-11-09T06:35:52.296Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7062fad6-972e-4e06-8e70-0d3252b4f978 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:35:52.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975574587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975574587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975574587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975582584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.311Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975583352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975585594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975586048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975586653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975587052,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:35:52.320Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401
2022-11-09T06:35:52.320Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:35:52.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975587712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.331Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975560489,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975588763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975589108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975589820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.332Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975590948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975591952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975592957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-09T06:35:52.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975593965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975594977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-09T06:35:52.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975595987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975596231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.336Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "aai-ml",
  "timestamp": 1667975597236,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:35:52.341Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401
2022-11-09T06:35:52.341Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:35:52.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975598240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975597929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975599252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975597929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975598240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975599252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975598240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975597929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975599252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975601083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975598240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975597929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975599252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975601083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975598240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975597929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975599252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975601083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975598240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975597929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975599252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975601083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975598240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975597929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975604587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975599252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975601083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975598240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975597929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975604587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975599252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975601083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975597929,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975598240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975604587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975599252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975601083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975608323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975608363,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975604587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975609055,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975601083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975604587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "cds",
  "timestamp": 1667975609719,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:35:52.381Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4dd784e-206a-4af7-ba1b-7aaf5b64f1af
2022-11-09T06:35:52.381Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4dd784e-206a-4af7-ba1b-7aaf5b64f1af and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:35:52.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975610075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667975601083,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975604587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667975611078,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:35:52.396Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a4dd784e-206a-4af7-ba1b-7aaf5b64f1af
2022-11-09T06:35:52.396Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4dd784e-206a-4af7-ba1b-7aaf5b64f1af and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:35:52.406Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975604587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.406Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975604587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:35:52.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975613326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.407Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975604587,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:35:52.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:35:52.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "aai-ml",
  "timestamp": 1667975614330,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:35:52.413Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4dd784e-206a-4af7-ba1b-7aaf5b64f1af
2022-11-09T06:35:52.414Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4dd784e-206a-4af7-ba1b-7aaf5b64f1af and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:35:52.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975614337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:35:52.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975616289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:35:52.423Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:35:52.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:35:52.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667975617295,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-09T06:35:52.428Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4dd784e-206a-4af7-ba1b-7aaf5b64f1af
2022-11-09T06:35:52.429Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4dd784e-206a-4af7-ba1b-7aaf5b64f1af and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:36:17.101Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:36:17.114Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:36:17.118Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:36:17.118Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:36:17.118Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:36:17.118Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:36:17.119Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:36:17.119Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:36:17.119Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:36:17.119Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:36:17.119Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:36:17.119Z|7062fad6-972e-4e06-8e70-0d3252b4f978|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-11-09T06:36:17.124Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:36:47.125Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7062fad6-972e-4e06-8e70-0d3252b4f978 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:36:47.140Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7062fad6-972e-4e06-8e70-0d3252b4f978 and serviceModelVersionId: dc1ab1ab-587e-4793-b2d2-27a6d57f4dad
2022-11-09T06:36:47.141Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0004256-7a98-4988-b6d7-cd370ac3d471
2022-11-09T06:36:47.143Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0004256-7a98-4988-b6d7-cd370ac3d471/model-vers/model-ver/dc1ab1ab-587e-4793-b2d2-27a6d57f4dad?depth=0
2022-11-09T06:36:47.152Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:36:47.214Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0004256-7a98-4988-b6d7-cd370ac3d471/model-vers/model-ver/dc1ab1ab-587e-4793-b2d2-27a6d57f4dad?depth=0|INFO|500||Invoke
2022-11-09T06:36:47.215Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0004256-7a98-4988-b6d7-cd370ac3d471/model-vers/model-ver/dc1ab1ab-587e-4793-b2d2-27a6d57f4dad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0004256-7a98-4988-b6d7-cd370ac3d471/model-vers/model-ver/dc1ab1ab-587e-4793-b2d2-27a6d57f4dad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7062fad6-972e-4e06-8e70-0d3252b4f978], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7acdb31-6c84-4403-a488-ce9458a7f668], X-ECOMP-RequestID=[7062fad6-972e-4e06-8e70-0d3252b4f978], X-TransactionId=[], X-ONAP-RequestID=[7062fad6-972e-4e06-8e70-0d3252b4f978], Content-Type=[application/merge-patch+json]}
2022-11-09T06:36:47.243Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0004256-7a98-4988-b6d7-cd370ac3d471/model-vers/model-ver/dc1ab1ab-587e-4793-b2d2-27a6d57f4dad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:36:47.397Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0004256-7a98-4988-b6d7-cd370ac3d471/model-vers/model-ver/dc1ab1ab-587e-4793-b2d2-27a6d57f4dad?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/c0004256-7a98-4988-b6d7-cd370ac3d471/model-vers/model-ver/dc1ab1ab-587e-4793-b2d2-27a6d57f4dad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221109-06:36:47:732-97565], vertex-id=[249944], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:36:47 GMT], Content-Type=[application/json]}
2022-11-09T06:36:47.397Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0004256-7a98-4988-b6d7-cd370ac3d471/model-vers/model-ver/dc1ab1ab-587e-4793-b2d2-27a6d57f4dad?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:36:47.398Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0004256-7a98-4988-b6d7-cd370ac3d471/model-vers/model-ver/dc1ab1ab-587e-4793-b2d2-27a6d57f4dad?depth=0|INFO|500||InvokeReturn
2022-11-09T06:36:47.398Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:36:47.398Z|7062fad6-972e-4e06-8e70-0d3252b4f978|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-11-09T06:36:47.703Z|7062fad6-972e-4e06-8e70-0d3252b4f978|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-11-09T06:36:47.704Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7062fad6-972e-4e06-8e70-0d3252b4f978 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:36:47.704Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:36:47.705Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:47.719Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:47.719Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975807704,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:36:47.819Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:36:47.821Z||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-11-09T06:36:47.821Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:47.847Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:47.847Z||pool-122-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:36:48.755Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-09T06:36:48.755Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a7ff08c-cad6-4f8c-8211-9c39f6cbf401","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e0be2f47-c395-42bb-a69d-f6402fefb960","serviceDescription":"service","serviceInvariantUUID":"b68a8580-e099-45ac-861c-5526cec94f66","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5dbf8ac1-61da-4406-a496-0f59bc16558d","resourceInvariantUUID":"8e13b0aa-ae47-4aaf-8e10-0308448452b8","resourceCustomizationUUID":"8e734e90-8500-495d-848b-8eae094e0b4f","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":"MTRhYTY1ODQyZjFhNzFkNGU4NDlhZDFjOTY1OTc3Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b64a68eb-9bb9-4fee-876c-81c35ab550d0","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":"YzhkMjg1NzliMGViZWYxMzU5MjZiYjA0NTNjYWFhY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"841d76e4-f938-4665-a9bc-501668d994ba","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":"33a73443-46ab-44d8-b5f4-93020064f4a6","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":"712a6d10-2e3a-44fe-ae10-5eb1afd062d1","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":"a801540c-8f8b-42cc-bb26-d629015b83f4","artifactVersion":"2","generatedFromUUID":"33a73443-46ab-44d8-b5f4-93020064f4a6"},{"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":"M2ZiODE2N2RiMmM1MWRkODQ5YmFlNTkzNzRiMDEwMzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fbbe6040-8da3-42c3-a521-89232165dc71","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":"MjMwYTFjNDQxMTkzZTVjNTA4ZWVkNmQxODA4MTI3ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cb567dc-468f-41c0-a324-273585564893","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjQ4OTQwNDkwMDYzZjcyZmIwYThmYjgwNmU0NThkZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"371db418-dc8e-42c2-910d-3436cb0af56c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:36:48.756Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:36:48.756Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:48.759Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:48.759Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:36:48.859Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:36:48.860Z||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-11-09T06:36:48.860Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:48.879Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:48.880Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:36:49.760Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:36:49.761Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:49.763Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:49.764Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:36:49.864Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:36:49.865Z||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-11-09T06:36:49.865Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:49.982Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:49.982Z||pool-124-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:36:50.765Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:36:50.766Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:50.769Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:50.769Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:36:50.869Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:36:50.870Z||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-11-09T06:36:50.870Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:50.942Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:50.942Z||pool-125-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:36:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:36:51.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:36:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:51.770Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:36:51.771Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:51.773Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:51.774Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:36:51.874Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:36:51.874Z||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-11-09T06:36:51.875Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:51.965Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:51.966Z||pool-126-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:36:51.997Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:51.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:36:51.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7062fad6-972e-4e06-8e70-0d3252b4f978",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975807704,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:36:51.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:36:52.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:36:52.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:36:52.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:36:52.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:36:52.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-09T06:36:52.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:36:52.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:36:52.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-09T06:36:52.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:36:52.775Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:36:52.776Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:52.779Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:52.780Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-09T06:36:52.879Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:36:52.880Z||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-11-09T06:36:52.881Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:52.939Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:52.940Z||pool-127-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:36:53.781Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:36:53.782Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:53.785Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:53.785Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:36:53.885Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:36:53.887Z||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-11-09T06:36:53.887Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:53.911Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:53.912Z||pool-128-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:36:54.786Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:36:54.787Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:54.791Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:54.792Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:36:54.889Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-09T06:36:54.890Z||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-11-09T06:36:54.891Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:54.906Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:54.907Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:36:55.792Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:36:55.793Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:55.795Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:55.795Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:36:55.896Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:36:55.896Z||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-11-09T06:36:55.897Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:55.920Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:55.921Z||pool-130-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:36:56.801Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e0be2f47-c395-42bb-a69d-f6402fefb960",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b68a8580-e099-45ac-861c-5526cec94f66",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8e734e90-8500-495d-848b-8eae094e0b4f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5dbf8ac1-61da-4406-a496-0f59bc16558d",
      "resourceInvariantUUID": "8e13b0aa-ae47-4aaf-8e10-0308448452b8",
      "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": "YzhkMjg1NzliMGViZWYxMzU5MjZiYjA0NTNjYWFhY2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "841d76e4-f938-4665-a9bc-501668d994ba",
          "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": "33a73443-46ab-44d8-b5f4-93020064f4a6",
          "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": "a801540c-8f8b-42cc-bb26-d629015b83f4",
            "generatedFromUUID": "33a73443-46ab-44d8-b5f4-93020064f4a6"
          },
          "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": "a801540c-8f8b-42cc-bb26-d629015b83f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjQ4OTQwNDkwMDYzZjcyZmIwYThmYjgwNmU0NThkZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "371db418-dc8e-42c2-910d-3436cb0af56c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T06:36:56.802Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:36:56.802Z|7062fad6-972e-4e06-8e70-0d3252b4f978|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e0be2f47-c395-42bb-a69d-f6402fefb960 ASDC
2022-11-09T06:36:56.802Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2a7ff08c-cad6-4f8c-8211-9c39f6cbf401
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e0be2f47-c395-42bb-a69d-f6402fefb960
ServiceInvariantUUID:b68a8580-e099-45ac-861c-5526cec94f66
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:371db418-dc8e-42c2-910d-3436cb0af56c
ArtifactChecksum:MjQ4OTQwNDkwMDYzZjcyZmIwYThmYjgwNmU0NThkZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8e734e90-8500-495d-848b-8eae094e0b4f
ResourceInvariantUUID:8e13b0aa-ae47-4aaf-8e10-0308448452b8
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5dbf8ac1-61da-4406-a496-0f59bc16558d
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:841d76e4-f938-4665-a9bc-501668d994ba
ArtifactChecksum:YzhkMjg1NzliMGViZWYxMzU5MjZiYjA0NTNjYWFhY2E=
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:33a73443-46ab-44d8-b5f4-93020064f4a6
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:a801540c-8f8b-42cc-bb26-d629015b83f4
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:a801540c-8f8b-42cc-bb26-d629015b83f4
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-09T06:36:56.802Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0be2f47-c395-42bb-a69d-f6402fefb960 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:36:56.842Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:36:56.842Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:36:56.842Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:36:56.842Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 371db418-dc8e-42c2-910d-3436cb0af56c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-09T06:36:56.843Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:36:56.843Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-09T06:36:56.970Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:36:56.975Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 371db418-dc8e-42c2-910d-3436cb0af56c 82637
2022-11-09T06:36:56.975Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-09T06:36:56.975Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-09T06:36:56.976Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:36:56.976Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:56.978Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:56.978Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975816975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:36:57.078Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:36:57.079Z||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-11-09T06:36:57.080Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:57.096Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:57.097Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:36:57.979Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:36:57.980Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:36:57.980Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 371db418-dc8e-42c2-910d-3436cb0af56c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-09T06:36:57.980Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-09T06:36:57.981Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-09T06:36:57.981Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-09T06:36:58.174Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6021049341464217943/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-11-09T06:36:59.768Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:36:59.768Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-09T06:36:59.768Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-09T06:36:59.769Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T06:36:59.769Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-BasicVmMacro-csar.csar
2022-11-09T06:36:59.769Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-BasicVmMacro-csar.csar
2022-11-09T06:36:59.769Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-BasicVmMacro-csar.csar
2022-11-09T06:36:59.769Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-BasicVmMacro-csar.csar
2022-11-09T06:36:59.769Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-BasicVmMacro-csar.csar
2022-11-09T06:36:59.769Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-BasicVmMacro-csar.csar
2022-11-09T06:36:59.769Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||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-11-09T06:36:59.769Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-09T06:36:59.770Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.770Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:36:59.770Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-09T06:36:59.770Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-09T06:36:59.770Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:36:59.771Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.771Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:36:59.771Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-09T06:36:59.771Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-09T06:36:59.771Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:36:59.771Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.771Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:36:59.772Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.772Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-09T06:36:59.772Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-09T06:36:59.772Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-09T06:36:59.772Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-09T06:36:59.772Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-09T06:36:59.772Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-09T06:36:59.772Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.773Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:36:59.773Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.773Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-09T06:36:59.773Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:36:59.773Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.773Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-09T06:36:59.773Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:36:59.774Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.774Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-09T06:36:59.774Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:36:59.774Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.774Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-09T06:36:59.775Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-09T06:36:59.775Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-09T06:36:59.775Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=240ad5de-5593-4899-81f1-6cd9c12bf1c9
2022-11-09T06:36:59.775Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.775Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:36:59.775Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.775Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:36:59.775Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.776Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:36:59.776Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:36:59.776Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:36:59.776Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e0be2f47-c395-42bb-a69d-f6402fefb960
Model Version:NULL
Model InvariantUuid:b68a8580-e099-45ac-861c-5526cec94f66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:3d2866d2-fa74-41b7-93be-98979bad136d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8e13b0aa-ae47-4aaf-8e10-0308448452b8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8e734e90-8500-495d-848b-8eae094e0b4f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:db3b6b09-16f8-44b2-b33e-ae4abfb5c2a7
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:95caf48d-ebc8-4174-af1f-1f586fff74a0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:240ad5de-5593-4899-81f1-6cd9c12bf1c9
ModelInvariantUuid:ffe8d468-6a50-4025-87ce-39181868bb8a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:9456ac8b-9fc8-4cdf-8c0f-43c1b34cb2f4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3818af33-f54e-4a32-9bf9-81127125fd37
ModelInvariantUuid:86637aa7-b33e-4ec9-8223-caf91495a93e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:3e774c4e-2714-44da-bba1-5da2e2d77259
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T06:36:59.782Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5dbf8ac1-61da-4406-a496-0f59bc16558d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:36:59.784Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-11-09T06:36:59.785Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5dbf8ac1-61da-4406-a496-0f59bc16558d
2022-11-09T06:36:59.785Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 841d76e4-f938-4665-a9bc-501668d994ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-09T06:36:59.785Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:36:59.785Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-09T06:36:59.831Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:36:59.832Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 841d76e4-f938-4665-a9bc-501668d994ba 792
2022-11-09T06:36:59.832Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-09T06:36:59.832Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-09T06:36:59.832Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:36:59.832Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:36:59.835Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:36:59.835Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975819832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:36:59.935Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:36:59.936Z||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-11-09T06:36:59.936Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:36:59.963Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:36:59.964Z||pool-132-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:37:00.836Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "db3b6b09-16f8-44b2-b33e-ae4abfb5c2a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95caf48d-ebc8-4174-af1f-1f586fff74a0",
    "vfModuleModelCustomizationUUID": "67319a8d-331c-4613-ba23-a5529da3f9ea",
    "isBase": true,
    "artifacts": [
      "33a73443-46ab-44d8-b5f4-93020064f4a6",
      "a801540c-8f8b-42cc-bb26-d629015b83f4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T06:37:00.840Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95caf48d-ebc8-4174-af1f-1f586fff74a0
VfModuleModelInvariantUUID:db3b6b09-16f8-44b2-b33e-ae4abfb5c2a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
33a73443-46ab-44d8-b5f4-93020064f4a6
,
a801540c-8f8b-42cc-bb26-d629015b83f4

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

isBase:true


}

2022-11-09T06:37:00.841Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "db3b6b09-16f8-44b2-b33e-ae4abfb5c2a7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95caf48d-ebc8-4174-af1f-1f586fff74a0",
    "vfModuleModelCustomizationUUID": "67319a8d-331c-4613-ba23-a5529da3f9ea",
    "isBase": true,
    "artifacts": [
      "33a73443-46ab-44d8-b5f4-93020064f4a6",
      "a801540c-8f8b-42cc-bb26-d629015b83f4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-09T06:37:00.841Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95caf48d-ebc8-4174-af1f-1f586fff74a0
VfModuleModelInvariantUUID:db3b6b09-16f8-44b2-b33e-ae4abfb5c2a7
VfModuleModelDescription:NULL
Artifacts UUID List:{
33a73443-46ab-44d8-b5f4-93020064f4a6
,
a801540c-8f8b-42cc-bb26-d629015b83f4

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

isBase:true


}

2022-11-09T06:37:00.842Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 33a73443-46ab-44d8-b5f4-93020064f4a6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-09T06:37:00.842Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:37:00.842Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-09T06:37:00.887Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:37:00.888Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 33a73443-46ab-44d8-b5f4-93020064f4a6 5033
2022-11-09T06:37:00.888Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-09T06:37:00.888Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-09T06:37:00.888Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:37:00.889Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:00.891Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:00.891Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975820888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:37:00.991Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:00.992Z||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-11-09T06:37:00.992Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:01.009Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:01.009Z||pool-133-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:01.892Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a801540c-8f8b-42cc-bb26-d629015b83f4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-09T06:37:01.893Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:37:01.893Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-09T06:37:01.978Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:37:01.978Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a801540c-8f8b-42cc-bb26-d629015b83f4 903
2022-11-09T06:37:01.979Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-09T06:37:01.979Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-09T06:37:01.979Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:37:01.979Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:01.982Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:01.983Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975821979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:37:02.082Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:37:02.084Z||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-11-09T06:37:02.084Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:02.098Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:02.099Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:37:02.983Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e0be2f47-c395-42bb-a69d-f6402fefb960
2022-11-09T06:37:02.984Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5dbf8ac1-61da-4406-a496-0f59bc16558d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:37:02.997Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59f44cf8, org.onap.sdc.toscaparser.api.parameters.Input@37915cbf, org.onap.sdc.toscaparser.api.parameters.Input@eac53ce, org.onap.sdc.toscaparser.api.parameters.Input@4b8e8f72, org.onap.sdc.toscaparser.api.parameters.Input@30668977]
2022-11-09T06:37:02.998Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:02.999Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:02.999Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-09T06:37:02.999Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8e734e90-8500-495d-848b-8eae094e0b4f
2022-11-09T06:37:02.999Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e734e90-8500-495d-848b-8eae094e0b4f matches Tosca VF Customization UUID: 8e734e90-8500-495d-848b-8eae094e0b4f
2022-11-09T06:37:02.999Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8e734e90-8500-495d-848b-8eae094e0b4f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-09T06:37:03.002Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.002Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:03.003Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8e734e90-8500-495d-848b-8eae094e0b4f: {\"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-11-09T06:37:03.003Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e3bb96b
2022-11-09T06:37:03.003Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.003Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-09T06:37:03.003Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67319a8d-331c-4613-ba23-a5529da3f9ea
2022-11-09T06:37:03.004Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67319a8d-331c-4613-ba23-a5529da3f9ea
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-09T06:37:03.006Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.007Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-09T06:37:03.007Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:37:03.007Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.007Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-09T06:37:03.007Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:37:03.007Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.008Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-09T06:37:03.008Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-09T06:37:03.008Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-09T06:37:03.008Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=240ad5de-5593-4899-81f1-6cd9c12bf1c9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-09T06:37:03.010Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.010Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-09T06:37:03.011Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-09T06:37:03.011Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.011Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-09T06:37:03.011Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8e734e90-8500-495d-848b-8eae094e0b4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:37:03.013Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.013Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:03.013Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e0be2f47-c395-42bb-a69d-f6402fefb960: basic_vm_macro
2022-11-09T06:37:03.014Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.014Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:03.014Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.014Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:03.014Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.015Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:03.015Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.015Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:03.015Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:03.015Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:03.015Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-09T06:37:03.111Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5dbf8ac1-61da-4406-a496-0f59bc16558d 1 ASDC deployResourceStructure
2022-11-09T06:37:03.112Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-09T06:37:03.112Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-09T06:37:03.112Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:37:03.112Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:03.117Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:03.117Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975823112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:37:03.216Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:37:03.217Z||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-11-09T06:37:03.217Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:03.231Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:03.231Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:04.118Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-09T06:37:04.119Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-09T06:37:04.119Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:37:04.119Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:04.122Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:04.122Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975824118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:37:04.222Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-09T06:37:04.223Z||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-11-09T06:37:04.223Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:04.244Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:04.245Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:05.124Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-09T06:37:05.124Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-09T06:37:05.124Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:37:05.124Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:05.127Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:05.127Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975825123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:37:05.227Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:05.228Z||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-11-09T06:37:05.228Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:05.252Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:05.253Z||pool-137-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:06.128Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-09T06:37:06.128Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-09T06:37:06.128Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:37:06.129Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:06.132Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:06.132Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975826128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:37:06.232Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:06.233Z||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-11-09T06:37:06.233Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:06.252Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:06.252Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:07.133Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:37:07.142Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:37:07.144Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:37:07.144Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:37:07.145Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:37:07.145Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:37:07.145Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:07.145Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:07.145Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:07.145Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:07.145Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:07.145Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-11-09T06:37:07.150Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:37:37.150Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:37:37.158Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401 and serviceModelVersionId: e0be2f47-c395-42bb-a69d-f6402fefb960
2022-11-09T06:37:37.159Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b68a8580-e099-45ac-861c-5526cec94f66
2022-11-09T06:37:37.160Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b68a8580-e099-45ac-861c-5526cec94f66/model-vers/model-ver/e0be2f47-c395-42bb-a69d-f6402fefb960?depth=0
2022-11-09T06:37:37.166Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:37:37.212Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68a8580-e099-45ac-861c-5526cec94f66/model-vers/model-ver/e0be2f47-c395-42bb-a69d-f6402fefb960?depth=0|INFO|500||Invoke
2022-11-09T06:37:37.212Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68a8580-e099-45ac-861c-5526cec94f66/model-vers/model-ver/e0be2f47-c395-42bb-a69d-f6402fefb960?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68a8580-e099-45ac-861c-5526cec94f66/model-vers/model-ver/e0be2f47-c395-42bb-a69d-f6402fefb960?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a7ff08c-cad6-4f8c-8211-9c39f6cbf401], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4ab35763-13f9-4590-9f8b-48562990271b], X-ECOMP-RequestID=[2a7ff08c-cad6-4f8c-8211-9c39f6cbf401], X-TransactionId=[], X-ONAP-RequestID=[2a7ff08c-cad6-4f8c-8211-9c39f6cbf401], Content-Type=[application/merge-patch+json]}
2022-11-09T06:37:37.234Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68a8580-e099-45ac-861c-5526cec94f66/model-vers/model-ver/e0be2f47-c395-42bb-a69d-f6402fefb960?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:37:37.344Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68a8580-e099-45ac-861c-5526cec94f66/model-vers/model-ver/e0be2f47-c395-42bb-a69d-f6402fefb960?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/b68a8580-e099-45ac-861c-5526cec94f66/model-vers/model-ver/e0be2f47-c395-42bb-a69d-f6402fefb960?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221109-06:37:37:725-9946], vertex-id=[270416], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:37:37 GMT], Content-Type=[application/json]}
2022-11-09T06:37:37.345Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68a8580-e099-45ac-861c-5526cec94f66/model-vers/model-ver/e0be2f47-c395-42bb-a69d-f6402fefb960?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:37:37.346Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b68a8580-e099-45ac-861c-5526cec94f66/model-vers/model-ver/e0be2f47-c395-42bb-a69d-f6402fefb960?depth=0|INFO|500||InvokeReturn
2022-11-09T06:37:37.346Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:37:37.347Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-11-09T06:37:37.354Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-11-09T06:37:37.354Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7ff08c-cad6-4f8c-8211-9c39f6cbf401 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:37:37.354Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:37:37.355Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:37.357Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:37.357Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975857354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:37:37.457Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:37.458Z||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-11-09T06:37:37.458Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:37.475Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:37.475Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:37:38.377Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:37:38.378Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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-11-09T06:37:38.378Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:42.847Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:42.847Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-09T06:37:42.847Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4dd784e-206a-4af7-ba1b-7aaf5b64f1af","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"114acd32-561f-4694-8257-7900338881a7","serviceDescription":"service","serviceInvariantUUID":"ad1b7656-f799-4cdf-a401-249d2214623b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c9615830-8145-4ade-a78f-af1c5e246b3f","resourceInvariantUUID":"c26478e5-26d1-44cf-8abd-6e209967fcbb","resourceCustomizationUUID":"6f64e5d8-4472-4764-b1fd-024ec68508ef","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":"NDZlOWZjMGM0NDZlYzgzYWI4Yzg1N2MyNWMwYjgyOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22fc68a3-39ab-446f-ae7b-6b8d569fb529","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":"0a4ada57-ac6c-4465-9393-0dd224e9ed0f","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":"338e392a-1016-427e-8a69-a1a0be10f74e","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":"MGE3MDE5Y2YzMDg1Nzc1NzJmNWMzMzg1MTcyMWZkMjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e1f3c93a-52d4-4a58-a30d-50cac9c3be54","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":"bc8bc393-ff4d-4e0f-b808-c00ba91bbdbd","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":"af716959-7669-4e2d-b163-e5b50b28352f","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":"c5a50774-c702-41cc-9212-f940ecb81f3d","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":"YTc4ZjIxMTAwNDdhYTI2M2NmZDFkOTdlNzBjMWEwOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63a57908-a5b2-4b45-a77d-e01f98c7d4a9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2FkM2RjZDhkYTEwNDlmZTRhOTBlMjQwZjU3YzdhMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9cca32d-5fd0-4234-ac0d-048c3eae2ce6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-09T06:37:42.850Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:37:42.850Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:42.870Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:42.870Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:37:42.970Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:42.971Z||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-11-09T06:37:42.971Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:42.987Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:42.987Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:43.872Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:37:43.872Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:43.875Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:43.876Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:37:43.977Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T06:37:43.979Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:43.979Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:44.006Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:44.007Z||pool-141-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:44.877Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:37:44.877Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:44.879Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:44.879Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:37:44.980Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:44.981Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:44.981Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:45.004Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:45.004Z||pool-142-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:45.880Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:37:45.881Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:45.883Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:45.884Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:37:45.985Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-09T06:37:45.986Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:45.986Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:46.004Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:46.004Z||pool-143-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:46.884Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:37:46.885Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:46.888Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:46.888Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:37:46.988Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:46.989Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:46.989Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:47.006Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:47.007Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:47.889Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:37:47.889Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:47.892Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:47.892Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:37:47.992Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:47.993Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:47.993Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:48.007Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:48.008Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:48.892Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:37:48.893Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:48.896Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:48.896Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:37:48.996Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:48.997Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:48.997Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:49.020Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:49.020Z||pool-146-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:37:49.896Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:37:49.897Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:49.900Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:49.900Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:37:50.000Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:50.001Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:50.001Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:50.041Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:50.042Z||pool-147-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":6,"count":1}
2022-11-09T06:37:50.900Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-09T06:37:50.901Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:50.903Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:50.904Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:37:51.004Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:51.005Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:51.005Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:51.019Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:51.020Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:37:51.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:37:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:51.752Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:51.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:37:51.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:37:51.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:37:51.905Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "114acd32-561f-4694-8257-7900338881a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ad1b7656-f799-4cdf-a401-249d2214623b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6f64e5d8-4472-4764-b1fd-024ec68508ef",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c9615830-8145-4ade-a78f-af1c5e246b3f",
      "resourceInvariantUUID": "c26478e5-26d1-44cf-8abd-6e209967fcbb",
      "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": "N2FkM2RjZDhkYTEwNDlmZTRhOTBlMjQwZjU3YzdhMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9cca32d-5fd0-4234-ac0d-048c3eae2ce6"
    }
  ],
  "workloadContext": "Production"
}
2022-11-09T06:37:51.905Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-09T06:37:51.905Z|2a7ff08c-cad6-4f8c-8211-9c39f6cbf401|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 114acd32-561f-4694-8257-7900338881a7 ASDC
2022-11-09T06:37:51.905Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a4dd784e-206a-4af7-ba1b-7aaf5b64f1af
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:114acd32-561f-4694-8257-7900338881a7
ServiceInvariantUUID:ad1b7656-f799-4cdf-a401-249d2214623b
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:c9cca32d-5fd0-4234-ac0d-048c3eae2ce6
ArtifactChecksum:N2FkM2RjZDhkYTEwNDlmZTRhOTBlMjQwZjU3YzdhMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6f64e5d8-4472-4764-b1fd-024ec68508ef
ResourceInvariantUUID:c26478e5-26d1-44cf-8abd-6e209967fcbb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c9615830-8145-4ade-a78f-af1c5e246b3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-09T06:37:51.905Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 114acd32-561f-4694-8257-7900338881a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:37:51.928Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:37:51.929Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:37:51.929Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:37:51.929Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9cca32d-5fd0-4234-ac0d-048c3eae2ce6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-09T06:37:51.929Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-09T06:37:51.930Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-09T06:37:52.053Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-09T06:37:52.057Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c9cca32d-5fd0-4234-ac0d-048c3eae2ce6 110868
2022-11-09T06:37:52.057Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-09T06:37:52.058Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-09T06:37:52.058Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-09T06:37:52.058Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:52.060Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:52.060Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975872057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:37:52.160Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:52.161Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:52.161Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:52.177Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:52.177Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-09T06:37:53.061Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-09T06:37:53.062Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-09T06:37:53.062Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c9cca32d-5fd0-4234-ac0d-048c3eae2ce6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-09T06:37:53.062Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-09T06:37:53.063Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-09T06:37:53.063Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-09T06:37:53.273Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15095720248754141961/Definitions/service-TestPnfMacro-template.yml
2022-11-09T06:37:54.441Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-09T06:37:54.442Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-09T06:37:54.442Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-09T06:37:54.442Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-09T06:37:54.442Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-TestPnfMacro-csar.csar
2022-11-09T06:37:54.443Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-TestPnfMacro-csar.csar
2022-11-09T06:37:54.443Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-09T06:37:54.443Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-TestPnfMacro-csar.csar
2022-11-09T06:37:54.443Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-TestPnfMacro-csar.csar
2022-11-09T06:37:54.443Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-TestPnfMacro-csar.csar
2022-11-09T06:37:54.443Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-TestPnfMacro-csar.csar
2022-11-09T06:37:54.444Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-09T06:37:54.444Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:54.444Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:54.445Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-09T06:37:54.445Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-09T06:37:54.445Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:37:54.445Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:54.445Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:54.446Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-09T06:37:54.446Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-09T06:37:54.446Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-09T06:37:54.446Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:54.446Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:54.447Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:54.447Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:54.447Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:54.447Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:54.447Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:54.448Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:54.448Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:54.448Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:54.448Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:114acd32-561f-4694-8257-7900338881a7
Model Version:NULL
Model InvariantUuid:ad1b7656-f799-4cdf-a401-249d2214623b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-09T06:37:54.456Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: c9615830-8145-4ade-a78f-af1c5e246b3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:37:54.458Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-11-09T06:37:54.459Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c9615830-8145-4ade-a78f-af1c5e246b3f
2022-11-09T06:37:54.459Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 114acd32-561f-4694-8257-7900338881a7
2022-11-09T06:37:54.459Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 114acd32-561f-4694-8257-7900338881a7
2022-11-09T06:37:54.459Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c9615830-8145-4ade-a78f-af1c5e246b3f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-09T06:37:54.464Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2256178a, org.onap.sdc.toscaparser.api.parameters.Input@5480ef2, org.onap.sdc.toscaparser.api.parameters.Input@3afd47c3, org.onap.sdc.toscaparser.api.parameters.Input@f79409e, org.onap.sdc.toscaparser.api.parameters.Input@1d81ecbc]
2022-11-09T06:37:54.465Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:54.465Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:54.465Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 114acd32-561f-4694-8257-7900338881a7: test-pnf
2022-11-09T06:37:54.465Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||Processing PNF resource: c9615830-8145-4ade-a78f-af1c5e246b3f
2022-11-09T06:37:54.466Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-09T06:37:54.466Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-09T06:37:54.466Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||Resource customization UUID: 6f64e5d8-4472-4764-b1fd-024ec68508ef is the same as notified resource customizationUUID: 6f64e5d8-4472-4764-b1fd-024ec68508ef
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-09T06:37:54.512Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c9615830-8145-4ade-a78f-af1c5e246b3f 0 ASDC deployResourceStructure
2022-11-09T06:37:54.512Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-09T06:37:54.512Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-09T06:37:54.513Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-09T06:37:54.513Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:37:54.516Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:37:54.516Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975874512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:37:54.616Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:37:54.617Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:37:54.617Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:37:54.635Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:37:54.635Z||pool-150-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-09T06:37:55.517Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4dd784e-206a-4af7-ba1b-7aaf5b64f1af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:37:55.534Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4dd784e-206a-4af7-ba1b-7aaf5b64f1af
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-09T06:37:55.538Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-09T06:37:55.538Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-09T06:37:55.538Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-09T06:37:55.538Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-09T06:37:55.539Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:55.539Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:55.539Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:55.539Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:55.539Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-09T06:37:55.539Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-11-09T06:37:55.545Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-09T06:38:25.545Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4dd784e-206a-4af7-ba1b-7aaf5b64f1af and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-09T06:38:25.552Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4dd784e-206a-4af7-ba1b-7aaf5b64f1af and serviceModelVersionId: 114acd32-561f-4694-8257-7900338881a7
2022-11-09T06:38:25.552Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad1b7656-f799-4cdf-a401-249d2214623b
2022-11-09T06:38:25.553Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad1b7656-f799-4cdf-a401-249d2214623b/model-vers/model-ver/114acd32-561f-4694-8257-7900338881a7?depth=0
2022-11-09T06:38:25.556Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-09T06:38:25.596Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b7656-f799-4cdf-a401-249d2214623b/model-vers/model-ver/114acd32-561f-4694-8257-7900338881a7?depth=0|INFO|500||Invoke
2022-11-09T06:38:25.597Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b7656-f799-4cdf-a401-249d2214623b/model-vers/model-ver/114acd32-561f-4694-8257-7900338881a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b7656-f799-4cdf-a401-249d2214623b/model-vers/model-ver/114acd32-561f-4694-8257-7900338881a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4dd784e-206a-4af7-ba1b-7aaf5b64f1af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47cf980c-d21f-4822-9ea5-1730142d4666], X-ECOMP-RequestID=[a4dd784e-206a-4af7-ba1b-7aaf5b64f1af], X-TransactionId=[], X-ONAP-RequestID=[a4dd784e-206a-4af7-ba1b-7aaf5b64f1af], Content-Type=[application/merge-patch+json]}
2022-11-09T06:38:25.620Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b7656-f799-4cdf-a401-249d2214623b/model-vers/model-ver/114acd32-561f-4694-8257-7900338881a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-09T06:38:25.702Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b7656-f799-4cdf-a401-249d2214623b/model-vers/model-ver/114acd32-561f-4694-8257-7900338881a7?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/ad1b7656-f799-4cdf-a401-249d2214623b/model-vers/model-ver/114acd32-561f-4694-8257-7900338881a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221109-06:38:26:111-64348], vertex-id=[278608], Content-Length=[0], Date=[Wed, 09 Nov 2022 06:38:26 GMT], Content-Type=[application/json]}
2022-11-09T06:38:25.702Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b7656-f799-4cdf-a401-249d2214623b/model-vers/model-ver/114acd32-561f-4694-8257-7900338881a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-09T06:38:25.703Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b7656-f799-4cdf-a401-249d2214623b/model-vers/model-ver/114acd32-561f-4694-8257-7900338881a7?depth=0|INFO|500||InvokeReturn
2022-11-09T06:38:25.704Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-09T06:38:25.704Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-11-09T06:38:25.711Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-11-09T06:38:25.711Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4dd784e-206a-4af7-ba1b-7aaf5b64f1af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-09T06:38:25.712Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-09T06:38:25.712Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-09T06:38:25.714Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-09T06:38:25.714Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975905711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:38:25.814Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-09T06:38:25.816Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-09T06:38:25.817Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as flZkN4LxfIs9EWJM) ...
2022-11-09T06:38:25.854Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:38:25.855Z||pool-151-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-09T06:38:26.732Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:38:26.733Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-11-09T06:38:26.733Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:38:36.303Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:38:36.304Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:38:36.306Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:38:36.306Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:38:45.960Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:38:45.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:38:45.962Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:38:45.962Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:38:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:38:51.727Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:38:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:38:51.763Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:38:51.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-09T06:38:51.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975571722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:38:51.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975816975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:38:51.766Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:38:51.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975819832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975820888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975821979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975823112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-09T06:38:51.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975824118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975825123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975826128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a7ff08c-cad6-4f8c-8211-9c39f6cbf401",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975857354,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:38:51.769Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:38:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-09T06:38:51.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:51.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-09T06:38:51.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975858377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-09T06:38:51.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-09T06:38:55.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:38:55.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:38:55.562Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:38:55.562Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:39:05.145Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:39:05.146Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:39:05.147Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:39:05.147Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:39:14.729Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:39:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:39:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:39:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:39:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:39:51.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:39:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:39:51.759Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:39:51.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:39:51.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975872057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-09T06:39:51.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:40:01.305Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:40:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:40:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:40:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:40:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:40:51.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:40:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:40:52.250Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:40:52.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:40:52.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975874512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-09T06:40:52.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:40:52.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-09T06:40:52.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4dd784e-206a-4af7-ba1b-7aaf5b64f1af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667975905711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-09T06:40:52.253Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-09T06:41:01.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:41:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:41:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:41:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:41:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:41:51.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:41:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:42:01.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:42:01.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:42:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:42:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:42:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:42:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:42:51.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:42:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:43:01.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:43:01.278Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:43:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:43:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:43:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:43:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:43:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:43:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:44:01.277Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:44:01.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:44:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:44:51.724Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:44:51.724Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:44:51.726Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:44:51.726Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:44:51.726Z|d65f417c-313b-4720-a513-548c7eb861a2|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:45:01.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:45:01.292Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:45:51.722Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:45:51.723Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-11-09T06:45:51.723Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:45:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:45:51.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:45:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:46:01.267Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:46:01.292Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:46:51.722Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:46:51.723Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-11-09T06:46:51.723Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:46:51.726Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:46:51.726Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:46:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:47:01.276Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:47:01.281Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:47:51.722Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:47:51.723Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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-11-09T06:47:51.723Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:47:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:47:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:47:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:48:01.275Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:48:01.281Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:48:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:48:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:48:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:48:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:48:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:48:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:49:01.288Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:49:01.294Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:49:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:49:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:49:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:49:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:49:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:49:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:50:01.279Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:50:01.280Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:50:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:50:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:50:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:50:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:50:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:50:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:51:01.279Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:51:01.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:51:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:51:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:51:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:51:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:51:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:51:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:52:01.282Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:52:01.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:52:51.722Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:52:51.723Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:52:51.723Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:52:51.726Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:52:51.726Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:52:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:53:01.291Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:53:01.292Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:53:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:53:51.724Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:53:51.724Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:53:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:53:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:53:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:54:01.276Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:54:01.276Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:54:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:54:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:54:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:54:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:54:51.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:54:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:55:01.283Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:55:01.285Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:55:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:55:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:55:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:55:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:55:51.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:55:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:56:01.279Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:56:01.284Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:56:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:56:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:56:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:56:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:56:51.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:56:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:57:01.286Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:57:01.289Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:57:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:57:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:57:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:57:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:57:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:57:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:58:01.270Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:58:01.311Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:58:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:58:51.724Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:58:51.724Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:58:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:58:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:58:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:59:01.272Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:59:01.283Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T06:59:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:59:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T06:59:51.724Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T06:59:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T06:59:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T06:59:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:00:01.285Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:00:01.288Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:00:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:00:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T07:00:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:00:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:00:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:00:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:01:01.276Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:01:01.292Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:01:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:01:51.724Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T07:01:51.724Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:01:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:01:51.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:01:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:02:01.283Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:02:01.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:02:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:02:51.724Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T07:02:51.724Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:02:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:02:51.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:02:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:03:01.283Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:03:01.290Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:03:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:03:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T07:03:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:03:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:03:51.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:03:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:04:01.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:04:01.307Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:04:51.722Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:04:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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-11-09T07:04:51.723Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:04:51.726Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:04:51.726Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:04:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:05:01.282Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:05:01.285Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:05:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:05:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:05:51.723Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:05:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:05:51.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:05:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:06:01.295Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:06:01.298Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:06:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:06:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:06:51.724Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:06:51.726Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:06:51.726Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:06:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:07:01.285Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:07:01.285Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:07:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:07:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:07:51.723Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:07:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:07:51.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:07:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:08:01.284Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:08:01.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:08:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:08:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:08:51.723Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:08:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:08:51.727Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:08:51.727Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:09:01.282Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:09:01.283Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:09:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:09:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:09:51.723Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:09:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:09:51.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:09:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:10:01.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:10:01.288Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:10:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:10:51.724Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:10:51.724Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:10:51.726Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:10:51.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:10:51.727Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:11:01.277Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:11:01.285Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:11:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:11:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:11:51.724Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:11:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:11:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:11:51.726Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:12:01.277Z|a4dd784e-206a-4af7-ba1b-7aaf5b64f1af|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:12:01.289Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:12:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:12:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:12:51.723Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:12:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:12:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:12:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:13:01.272Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:13:01.280Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:13:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:13:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:13:51.723Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:13:51.726Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:13:51.726Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:13:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:14:01.272Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:14:01.283Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:14:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:14:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:14:51.723Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:14:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:14:51.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:14:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:15:01.269Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:15:01.274Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:15:51.722Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:15:51.723Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:15:51.723Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as flZkN4LxfIs9EWJM) ...
2022-11-09T07:15:51.726Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:15:51.726Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:15:51.726Z||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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:16:01.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:16:01.299Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:16:51.722Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:16:51.723Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:16:51.724Z|d65f417c-313b-4720-a513-548c7eb861a2|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:16:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-09T07:16:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-09T07:16:51.726Z|06442636-79dc-4f50-9b05-132e1f193944|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 flZkN4LxfIs9EWJM) ...
2022-11-09T07:17:01.282Z|06442636-79dc-4f50-9b05-132e1f193944|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-09T07:17:01.282Z|d65f417c-313b-4720-a513-548c7eb861a2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK