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-03-24T02:27:43.999Z||main|||||INFO|500||The following profiles are active: basic
2022-03-24T02:27:52.244Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-24T02:27:52.245Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-24T02:27:52.308Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-24T02:27:54.523Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-24T02:27:54.677Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-24T02:27:55.038Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-24T02:27:55.042Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-24T02:27:55.115Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-24T02:27:55.235Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-24T02:27:55.561Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-24T02:27:56.286Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T02:27:57.770Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T02:27:57.810Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-24T02:27:58.194Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-24T02:27:58.401Z||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-03-24T02:27:59.386Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-24T02:28:00.167Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-24T02:28:00.188Z||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$$a2b26ceb.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-03-24T02:28:00.189Z||main|||||WARN|500||The sdc end point is not alive
2022-03-24T02:28:02.538Z||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-03-24T02:28:04.856Z||main|||||WARN|500||---
2022-03-24T02:28:04.856Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-24T02:28:04.856Z||main|||||WARN|500||---
2022-03-24T02:28:05.208Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-24T02:28:09.335Z||main|||||INFO|500||Started Application in 29.217 seconds (JVM running for 30.176)
2022-03-24T02:28:09.344Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-24T02:28:09.346Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-24T02:28:09.354Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-24T02:28:09.415Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-24T02:28:09.450Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5ef6b507-680d-4116-8552-e7d5aac22407 url= /sdc/v1/artifactTypes
2022-03-24T02:28:09.481Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-24T02:28:09.811Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-24T02:28:09.832Z||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-03-24T02:28:09.855Z||scheduling-1|||||DEBUG|500||create keys
2022-03-24T02:28:09.864Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-24T02:28:10.542Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:10.563Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f62c5eaa-3421-4605-9b10-6bebf05bcd01 url= /sdc/v1/registerForDistribution
2022-03-24T02:28:11.128Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f62c5eaa-3421-4605-9b10-6bebf05bcd01 url= /sdc/v1/registerForDistribution
2022-03-24T02:28:11.129Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-24T02:28:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:28:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:28:11.144Z||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-03-24T02:28:11.144Z||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-03-24T02:28:11.144Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:28:11.144Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:28:11.145Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-24T02:28:22.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:28:22.797Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:29:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:29:11.138Z||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-03-24T02:29:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:29:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:29:11.142Z||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-03-24T02:29:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:29:20.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:29:20.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:30:11.138Z||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-03-24T02:30:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:30:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:30:11.142Z||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-03-24T02:30:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:30:20.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:30:20.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:31:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:31:11.139Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:31:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:31:11.140Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:31:11.141Z||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-03-24T02:31:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:31:20.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:31:20.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:32:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:32:11.138Z||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-03-24T02:32:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:32:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:32:11.141Z||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-03-24T02:32:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:32:20.695Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:32:20.697Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:33:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:33:11.138Z||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-03-24T02:33:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:33:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:33:11.140Z||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-03-24T02:33:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:33:20.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:33:20.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:34:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:34:11.138Z||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-03-24T02:34:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:34:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:34:11.141Z||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-03-24T02:34:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:34:20.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:34:20.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:35:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:35:11.138Z||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-03-24T02:35:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:35:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:35:11.142Z||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-03-24T02:35:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:35:20.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:35:20.689Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:36:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:36:11.138Z||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-03-24T02:36:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:36:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:36:11.140Z||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-03-24T02:36:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:36:20.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:36:20.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:37:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:37:11.138Z||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-03-24T02:37:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:37:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:37:11.141Z||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-03-24T02:37:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:37:20.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:37:20.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:37:36.293Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-24T02:38:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:38:11.138Z||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-03-24T02:38:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:38:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:38:11.141Z||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-03-24T02:38:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:38:20.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:38:20.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:39:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:39:11.138Z||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-03-24T02:39:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:39:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:39:11.140Z||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-03-24T02:39:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:39:20.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:39:20.691Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:40:11.138Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:40:11.139Z||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-03-24T02:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:40:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:40:11.141Z||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-03-24T02:40:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:40:20.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:40:20.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:41:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:41:11.138Z||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-03-24T02:41:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:41:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:41:11.140Z||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-03-24T02:41:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:41:20.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:41:20.691Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:42:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:42:11.137Z||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-03-24T02:42:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:42:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:42:11.140Z||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-03-24T02:42:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:42:20.696Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:42:20.698Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:43:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:43:11.138Z||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-03-24T02:43:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:43:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:43:11.140Z||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-03-24T02:43:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:43:20.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:43:20.694Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:44:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:44:11.137Z||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-03-24T02:44:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:44:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:44:11.141Z||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-03-24T02:44:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:44:20.688Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:44:20.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:45:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:45:11.138Z||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-03-24T02:45:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:45:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:45:11.140Z||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-03-24T02:45:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:45:20.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:45:20.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:46:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:46:11.138Z||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-03-24T02:46:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:46:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:46:11.141Z||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-03-24T02:46:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:46:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:46:20.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:47:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:47:11.138Z||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-03-24T02:47:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:47:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:47:11.140Z||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-03-24T02:47:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:47:20.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:47:20.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:48:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:48:11.138Z||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-03-24T02:48:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:48:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:48:11.141Z||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-03-24T02:48:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:48:20.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:48:20.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:49:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:49:11.138Z||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-03-24T02:49:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:49:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:49:11.140Z||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-03-24T02:49:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:49:20.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:49:20.703Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:50:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:50:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:50:11.140Z||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-03-24T02:50:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:50:11.140Z||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-03-24T02:50:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:50:20.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:50:20.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:51:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:51:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:51:11.139Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:51:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:51:11.142Z||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-03-24T02:51:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:51:20.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:51:20.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:52:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:52:11.139Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:52:11.140Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:52:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:52:11.141Z||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-03-24T02:52:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:52:20.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:52:20.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:53:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:53:11.139Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:53:11.139Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:53:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:53:11.140Z||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-03-24T02:53:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:53:20.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:53:20.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:54:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:54:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:54:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:54:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:54:11.140Z||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-03-24T02:54:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:54:20.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:54:20.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:55:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:55:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:55:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:55:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:55:11.140Z||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-03-24T02:55:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:55:20.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:55:20.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:56:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:56:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:56:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:56:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:56:11.140Z||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-03-24T02:56:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:56:20.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:56:20.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:57:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:57:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:57:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:57:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:57:11.141Z||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-03-24T02:57:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:57:20.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:57:20.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:58:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:58:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:58:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:58:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:58:11.140Z||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-03-24T02:58:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:58:20.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:58:20.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:59:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:59:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T02:59:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T02:59:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T02:59:11.140Z||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-03-24T02:59:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T02:59:20.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T02:59:20.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:00:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:00:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:00:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:00:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:00:11.140Z||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-03-24T03:00:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:00:20.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:00:20.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:01:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:01:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:01:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:01:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:01:11.140Z||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-03-24T03:01:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:01:20.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:01:20.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:02:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:02:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:02:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:02:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:02:11.140Z||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-03-24T03:02:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:02:20.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:02:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:03:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:03:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:03:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:03:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:03:11.140Z||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-03-24T03:03:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:03:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:03:20.688Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:04:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:04:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:04:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:04:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:04:11.141Z||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-03-24T03:04:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:04:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:04:20.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:05:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:05:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:05:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:05:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:05:11.140Z||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-03-24T03:05:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:05:20.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:05:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:06:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:06:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:06:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:06:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:06:11.140Z||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-03-24T03:06:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:06:20.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:06:20.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:07:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:07:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:07:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:07:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:07:11.140Z||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-03-24T03:07:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:07:20.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:07:20.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:08:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:08:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:08:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:08:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:08:11.140Z||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-03-24T03:08:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:08:20.697Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:08:20.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:09:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:09:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:09:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:09:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:09:11.140Z||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-03-24T03:09:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:09:20.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:09:20.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:10:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:10:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:10:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:10:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:10:11.140Z||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-03-24T03:10:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:10:20.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:10:20.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:11:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:11:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:11:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:11:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:11:11.140Z||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-03-24T03:11:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:11:20.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:11:20.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:12:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:12:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:12:11.137Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:12:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:12:11.141Z||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-03-24T03:12:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:12:20.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:12:20.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:13:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:13:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:13:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:13:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:13:11.140Z||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-03-24T03:13:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:13:20.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:13:20.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:14:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:14:11.138Z||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-03-24T03:14:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:14:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:14:11.141Z||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-03-24T03:14:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:14:20.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:14:20.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:15:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:15:11.138Z||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-03-24T03:15:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:15:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:15:11.140Z||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-03-24T03:15:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:15:20.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:15:20.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:16:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:16:11.137Z||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-03-24T03:16:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:16:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:16:11.140Z||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-03-24T03:16:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:16:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:16:20.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:17:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:17:11.138Z||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-03-24T03:17:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:17:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:17:11.140Z||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-03-24T03:17:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:17:20.692Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:17:20.694Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:18:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:18:11.138Z||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-03-24T03:18:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:18:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:18:11.140Z||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-03-24T03:18:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:18:20.680Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:18:20.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:19:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:19:11.138Z||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-03-24T03:19:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:19:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:19:11.140Z||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-03-24T03:19:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:19:20.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:19:20.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:20:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:20:11.138Z||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-03-24T03:20:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:20:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:20:11.140Z||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-03-24T03:20:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:20:20.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:20:20.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:21:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:21:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:21:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:21:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:21:11.140Z||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-03-24T03:21:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:21:20.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:21:20.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:22:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:22:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:22:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:22:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:22:11.140Z||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-03-24T03:22:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:22:20.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:22:20.691Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:23:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:23:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:23:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:23:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:23:11.140Z||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-03-24T03:23:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:23:20.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:23:20.689Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:24:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:24:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:24:11.139Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:24:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:24:11.140Z||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-03-24T03:24:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:24:20.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:24:20.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:25:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:25:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:25:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:25:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:25:11.140Z||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-03-24T03:25:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:25:20.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:25:20.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:26:11.137Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:26:11.139Z||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-03-24T03:26:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:26:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:26:11.141Z||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-03-24T03:26:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:26:20.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:26:20.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:27:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:27:11.139Z||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-03-24T03:27:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:27:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:27:11.140Z||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-03-24T03:27:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:27:20.695Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:27:20.699Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:28:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:28:11.139Z||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-03-24T03:28:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:28:11.140Z||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-03-24T03:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:28:20.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:28:20.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:29:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:29:11.138Z||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-03-24T03:29:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:29:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:29:11.140Z||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-03-24T03:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:29:20.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:29:20.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:30:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:30:11.138Z||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-03-24T03:30:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:30:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:30:11.141Z||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-03-24T03:30:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:30:20.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:30:20.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:31:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:31:11.138Z||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-03-24T03:31:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:31:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:31:11.140Z||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-03-24T03:31:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:31:20.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:31:20.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:32:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:32:11.138Z||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-03-24T03:32:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:32:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:32:11.140Z||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-03-24T03:32:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:32:20.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:32:20.691Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:33:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:33:11.138Z||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-03-24T03:33:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:33:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:33:11.140Z||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-03-24T03:33:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:33:20.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:33:20.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:34:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:34:11.138Z||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-03-24T03:34:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:34:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:34:11.140Z||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-03-24T03:34:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:34:20.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:34:20.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:35:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:35:11.138Z||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-03-24T03:35:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:35:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:35:11.140Z||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-03-24T03:35:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:35:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:35:20.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:36:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:36:11.138Z||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-03-24T03:36:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:36:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:36:11.140Z||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-03-24T03:36:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:36:20.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:36:20.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:37:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:37:11.138Z||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-03-24T03:37:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:37:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:37:11.140Z||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-03-24T03:37:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:37:20.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:37:20.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:38:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:38:11.137Z||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-03-24T03:38:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:38:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:38:11.140Z||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-03-24T03:38:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:38:20.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:38:20.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:39:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:39:11.138Z||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-03-24T03:39:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:39:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:39:11.140Z||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-03-24T03:39:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:39:20.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:39:20.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:40:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:40:11.138Z||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-03-24T03:40:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:40:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:40:11.140Z||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-03-24T03:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:40:20.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:40:20.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:41:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:41:11.137Z||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-03-24T03:41:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:41:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:41:11.140Z||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-03-24T03:41:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:41:20.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:41:20.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:42:11.137Z||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-03-24T03:42:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:42:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:42:11.140Z||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-03-24T03:42:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:42:20.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:42:20.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:43:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:43:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:43:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:43:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:43:11.140Z||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-03-24T03:43:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:43:20.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:43:20.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:44:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:44:11.137Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:44:11.137Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:44:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:44:11.140Z||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-03-24T03:44:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:44:20.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:44:20.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:45:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:45:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:45:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:45:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:45:11.140Z||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-03-24T03:45:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:45:20.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:45:20.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:46:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:46:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:46:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:46:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:46:11.140Z||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-03-24T03:46:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:46:20.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:46:20.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:47:11.137Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:47:11.137Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:47:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:47:11.140Z||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-03-24T03:47:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:47:20.684Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:47:20.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:48:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:48:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:48:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:48:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:48:11.140Z||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-03-24T03:48:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:48:20.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:48:20.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:49:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:49:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:49:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:49:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:49:11.140Z||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-03-24T03:49:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:49:20.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:49:20.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:50:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:50:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:50:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:50:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:50:11.140Z||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-03-24T03:50:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:50:20.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:50:20.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:51:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:51:11.137Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:51:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:51:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:51:11.140Z||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-03-24T03:51:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:51:20.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:51:20.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:52:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:52:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:52:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:52:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:52:11.140Z||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-03-24T03:52:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:52:20.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:52:20.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:53:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:53:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:53:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:53:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:53:11.140Z||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-03-24T03:53:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:53:20.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:53:20.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:54:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:54:11.137Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:54:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:54:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:54:11.140Z||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-03-24T03:54:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:54:20.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:54:20.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:55:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:55:11.137Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:55:11.137Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:55:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:55:11.140Z||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-03-24T03:55:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:55:20.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:55:20.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:56:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:56:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:56:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:56:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:56:11.140Z||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-03-24T03:56:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:56:20.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:56:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:57:11.137Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:57:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:57:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:57:11.140Z||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-03-24T03:57:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:57:20.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:57:20.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:58:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:58:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:58:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:58:11.140Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:58:11.140Z||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-03-24T03:58:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:58:20.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:58:20.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:59:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T03:59:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T03:59:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T03:59:11.140Z||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-03-24T03:59:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T03:59:20.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T03:59:20.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:00:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:00:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:00:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:00:11.140Z||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-03-24T04:00:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:00:20.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:00:20.696Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:01:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:01:11.137Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:01:11.137Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:01:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:01:11.140Z||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-03-24T04:01:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:01:20.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:01:20.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:02:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:02:11.142Z||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-03-24T04:02:11.142Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:02:11.142Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:02:11.142Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:02:20.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:02:20.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:03:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:03:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:03:11.139Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:03:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:03:11.140Z||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-03-24T04:03:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:03:20.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:03:20.693Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:04:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:04:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:04:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:04:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:04:11.140Z||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-03-24T04:04:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:04:20.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:04:20.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:05:11.137Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:05:11.138Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:05:11.138Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:05:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:05:11.140Z||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-03-24T04:05:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:05:20.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:05:20.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:06:11.137Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:06:11.137Z||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-03-24T04:06:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:06:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:06:11.140Z||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-03-24T04:06:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:06:20.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:06:20.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:07:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:07:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:07:11.137Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:07:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:07:11.140Z||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-03-24T04:07:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:07:20.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:07:20.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:08:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:08:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:08:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:08:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:08:11.140Z||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-03-24T04:08:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:08:20.705Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:08:20.706Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:09:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:09:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:09:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:09:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:09:11.140Z||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-03-24T04:09:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:09:20.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:09:20.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:10:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:10:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:10:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:10:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:10:11.140Z||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-03-24T04:10:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:10:20.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:10:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:11:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:11:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:11:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:11:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:11:11.140Z||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-03-24T04:11:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:11:20.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:11:20.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:12:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:12:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:12:11.137Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:12:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:12:11.140Z||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-03-24T04:12:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:12:20.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:12:20.680Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:13:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:13:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:13:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:13:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:13:11.140Z||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-03-24T04:13:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:13:20.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:13:20.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:14:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:14:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:14:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:14:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:14:11.140Z||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-03-24T04:14:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:14:20.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:14:20.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:15:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:15:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:15:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:15:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:15:11.140Z||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-03-24T04:15:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:15:20.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:15:20.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:16:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:16:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:16:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:16:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:16:11.140Z||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-03-24T04:16:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:16:20.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:16:20.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:17:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:17:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:17:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:17:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:17:11.140Z||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-03-24T04:17:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:17:20.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:17:20.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:18:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:18:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:18:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:18:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:18:11.140Z||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-03-24T04:18:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:18:20.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:18:20.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:19:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:19:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:19:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:19:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:19:11.140Z||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-03-24T04:19:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:19:20.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:19:20.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:20:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:20:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:20:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:20:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:20:11.140Z||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-03-24T04:20:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:20:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:20:20.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:21:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:21:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:21:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:21:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:21:11.140Z||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-03-24T04:21:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:21:20.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:21:20.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:22:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:22:11.138Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:22:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:22:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:22:11.140Z||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-03-24T04:22:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:22:20.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:22:20.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:23:11.137Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:23:11.137Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T04:23:11.138Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T04:23:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:23:11.140Z||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-03-24T04:23:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:23:20.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:23:20.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:24:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:24:11.138Z||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-03-24T04:24:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:24:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:24:11.140Z||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-03-24T04:24:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:24:20.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:24:20.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:25:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:25:11.137Z||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-03-24T04:25:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:25:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:25:11.140Z||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-03-24T04:25:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:25:20.679Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:25:20.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:26:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:26:11.137Z||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-03-24T04:26:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:26:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:26:11.140Z||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-03-24T04:26:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:26:20.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:26:20.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:27:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:27:11.138Z||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-03-24T04:27:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:27:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:27:11.140Z||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-03-24T04:27:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:27:20.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:27:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:28:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:28:11.138Z||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-03-24T04:28:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:28:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:28:11.140Z||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-03-24T04:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:28:20.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:28:20.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:29:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:29:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:29:11.140Z||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-03-24T04:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:29:11.140Z||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-03-24T04:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:29:20.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:29:20.692Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:30:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:30:11.138Z||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-03-24T04:30:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:30:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:30:11.140Z||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-03-24T04:30:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:30:20.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:30:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:31:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:31:11.138Z||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-03-24T04:31:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:31:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:31:11.140Z||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-03-24T04:31:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:31:20.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:31:20.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:32:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:32:11.137Z||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-03-24T04:32:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:32:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:32:11.140Z||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-03-24T04:32:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:32:20.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:32:20.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:33:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:33:11.138Z||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-03-24T04:33:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:33:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:33:11.140Z||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-03-24T04:33:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:33:20.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:33:20.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:34:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:34:11.138Z||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-03-24T04:34:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:34:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:34:11.140Z||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-03-24T04:34:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:34:20.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:34:20.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:35:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:35:11.138Z||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-03-24T04:35:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:35:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:35:11.140Z||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-03-24T04:35:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:35:20.689Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:35:20.696Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:36:11.138Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:36:11.139Z||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-03-24T04:36:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:36:11.139Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:36:11.140Z||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-03-24T04:36:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:36:20.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:36:20.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:37:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:37:11.138Z||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-03-24T04:37:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:37:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:37:11.140Z||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-03-24T04:37:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:37:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:37:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:38:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:38:11.138Z||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-03-24T04:38:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:38:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:38:11.140Z||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-03-24T04:38:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:38:20.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:38:20.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:39:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:39:11.138Z||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-03-24T04:39:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:39:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:39:11.140Z||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-03-24T04:39:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:39:20.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:39:20.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:40:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:40:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:40:11.140Z||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-03-24T04:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:40:11.140Z||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-03-24T04:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:40:20.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:40:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:41:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:41:11.138Z||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-03-24T04:41:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:41:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:41:11.140Z||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-03-24T04:41:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:41:20.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:41:20.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:42:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:42:11.138Z||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-03-24T04:42:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:42:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:42:11.140Z||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-03-24T04:42:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:42:20.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:42:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:43:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:43:11.138Z||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-03-24T04:43:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:43:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:43:11.140Z||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-03-24T04:43:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:43:20.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:43:20.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:44:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:44:11.138Z||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-03-24T04:44:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:44:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:44:11.140Z||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-03-24T04:44:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:44:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:44:20.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:45:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:45:11.137Z||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-03-24T04:45:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:45:11.140Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:45:11.140Z||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-03-24T04:45:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:45:20.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:45:20.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:46:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:46:11.137Z||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-03-24T04:46:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:46:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:46:11.140Z||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-03-24T04:46:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:46:20.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:46:20.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:47:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:47:11.138Z||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-03-24T04:47:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:47:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:47:11.140Z||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-03-24T04:47:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:47:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:47:20.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:48:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:48:11.138Z||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-03-24T04:48:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:48:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:48:11.140Z||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-03-24T04:48:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:48:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:48:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:49:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:49:11.137Z||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-03-24T04:49:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:49:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:49:11.140Z||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-03-24T04:49:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:49:20.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:49:20.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:50:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:50:11.137Z||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-03-24T04:50:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:50:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:50:11.140Z||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-03-24T04:50:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:50:20.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:50:20.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:51:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:51:11.137Z||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-03-24T04:51:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:51:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:51:11.140Z||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-03-24T04:51:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:51:20.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:51:20.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:52:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:52:11.138Z||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-03-24T04:52:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:52:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:52:11.140Z||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-03-24T04:52:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:52:20.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:52:20.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:53:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:53:11.137Z||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-03-24T04:53:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:53:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:53:11.140Z||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-03-24T04:53:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:53:20.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:53:20.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:54:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:54:11.138Z||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-03-24T04:54:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:54:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:54:11.140Z||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-03-24T04:54:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:54:20.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:54:20.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:55:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:55:11.138Z||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-03-24T04:55:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:55:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:55:11.140Z||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-03-24T04:55:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:55:20.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:55:20.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:56:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:56:11.137Z||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-03-24T04:56:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:56:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:56:11.141Z||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-03-24T04:56:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:56:20.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:56:20.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:57:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:57:11.137Z||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-03-24T04:57:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:57:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:57:11.140Z||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-03-24T04:57:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:57:20.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:57:20.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:58:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:58:11.138Z||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-03-24T04:58:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:58:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:58:11.140Z||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-03-24T04:58:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:58:20.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:58:20.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:59:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:59:11.137Z||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-03-24T04:59:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:59:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T04:59:11.140Z||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-03-24T04:59:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T04:59:20.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T04:59:20.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:00:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:00:11.137Z||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-03-24T05:00:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:00:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:00:11.140Z||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-03-24T05:00:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:00:20.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:00:20.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:01:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:01:11.137Z||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-03-24T05:01:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:01:11.140Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:01:11.140Z||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-03-24T05:01:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:01:20.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:01:20.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:02:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:02:11.137Z||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-03-24T05:02:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:02:11.139Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:02:11.140Z||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-03-24T05:02:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:02:20.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:02:20.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:03:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:03:11.137Z||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-03-24T05:03:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:03:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:03:11.140Z||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-03-24T05:03:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:03:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:03:20.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:04:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:04:11.138Z||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-03-24T05:04:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:04:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:04:11.140Z||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-03-24T05:04:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:04:20.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:04:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:05:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:05:11.137Z||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-03-24T05:05:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:05:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:05:11.140Z||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-03-24T05:05:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:05:20.676Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:05:20.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:06:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:06:11.137Z||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-03-24T05:06:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:06:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:06:11.140Z||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-03-24T05:06:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:06:20.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:06:20.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:07:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:07:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:07:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:07:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:07:11.140Z||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-03-24T05:07:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:07:20.678Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:07:20.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:08:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:08:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:08:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:08:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:08:11.140Z||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-03-24T05:08:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:08:20.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:08:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:09:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:09:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:09:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:09:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:09:11.140Z||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-03-24T05:09:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:09:20.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:09:20.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:10:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:10:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:10:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:10:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:10:11.140Z||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-03-24T05:10:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:10:20.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:10:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:11:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:11:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:11:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:11:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:11:11.140Z||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-03-24T05:11:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:11:20.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:11:20.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:12:11.138Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:12:11.140Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:12:11.140Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:12:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:12:11.141Z||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-03-24T05:12:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:12:20.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:12:20.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:13:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:13:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:13:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:13:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:13:11.140Z||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-03-24T05:13:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:13:20.682Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:13:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:14:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:14:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:14:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:14:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:14:11.140Z||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-03-24T05:14:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:14:20.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:14:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:15:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:15:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:15:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:15:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:15:11.140Z||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-03-24T05:15:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:15:20.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:15:20.693Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:16:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:16:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:16:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:16:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:16:11.140Z||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-03-24T05:16:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:16:20.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:16:20.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:17:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:17:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:17:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:17:11.139Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:17:11.140Z||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-03-24T05:17:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:17:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:17:20.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:18:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:18:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:18:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:18:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:18:11.140Z||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-03-24T05:18:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:18:20.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:18:20.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:19:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:19:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:19:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:19:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:19:11.140Z||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-03-24T05:19:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:19:20.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:19:20.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:20:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:20:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:20:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:20:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:20:11.140Z||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-03-24T05:20:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:20:20.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:20:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:21:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:21:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:21:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:21:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:21:11.140Z||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-03-24T05:21:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:21:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:21:20.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:22:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:22:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:22:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:22:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:22:11.140Z||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-03-24T05:22:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:22:20.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:22:20.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:23:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:23:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:23:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:23:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:23:11.140Z||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-03-24T05:23:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:23:20.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:23:20.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:24:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:24:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:24:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:24:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:24:11.140Z||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-03-24T05:24:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:24:20.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:24:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:25:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:25:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:25:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:25:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:25:11.140Z||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-03-24T05:25:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:25:20.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:25:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:26:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:26:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:26:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:26:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:26:11.140Z||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-03-24T05:26:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:26:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:26:20.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:27:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:27:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:27:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:27:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:27:11.140Z||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-03-24T05:27:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:27:20.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:27:20.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:28:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:28:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:28:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:28:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:28:11.140Z||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-03-24T05:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:28:20.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:28:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:29:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:29:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:29:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:29:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:29:11.140Z||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-03-24T05:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:29:20.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:29:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:30:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:30:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:30:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:30:11.139Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:30:11.140Z||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-03-24T05:30:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:30:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:30:20.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:31:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:31:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:31:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:31:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:31:11.140Z||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-03-24T05:31:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:31:20.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:31:20.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:32:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:32:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:32:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:32:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:32:11.140Z||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-03-24T05:32:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:32:20.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:32:20.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:33:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:33:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:33:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:33:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:33:11.140Z||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-03-24T05:33:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:33:20.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:33:20.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:34:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:34:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:34:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:34:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:34:11.140Z||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-03-24T05:34:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:34:20.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:34:20.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:35:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:35:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:35:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:35:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:35:11.140Z||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-03-24T05:35:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:35:20.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:35:20.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:36:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:36:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:36:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:36:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:36:11.140Z||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-03-24T05:36:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:36:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:36:20.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:37:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:37:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:37:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:37:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:37:11.140Z||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-03-24T05:37:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:37:20.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:37:20.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:38:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:38:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:38:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:38:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:38:11.140Z||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-03-24T05:38:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:38:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:38:20.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:39:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:39:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:39:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:39:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:39:11.140Z||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-03-24T05:39:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:39:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:39:20.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:40:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:40:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:40:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:40:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:40:11.140Z||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-03-24T05:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:40:20.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:40:20.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:41:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:41:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:41:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:41:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:41:11.140Z||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-03-24T05:41:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:41:20.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:41:20.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:42:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:42:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:42:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:42:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:42:11.140Z||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-03-24T05:42:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:42:20.679Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:42:20.679Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:43:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:43:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:43:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:43:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:43:11.140Z||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-03-24T05:43:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:43:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:43:20.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:44:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:44:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:44:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:44:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:44:11.140Z||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-03-24T05:44:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:44:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:44:20.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:45:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:45:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:45:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:45:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:45:11.140Z||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-03-24T05:45:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:45:20.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:45:20.684Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:46:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:46:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:46:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:46:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:46:11.140Z||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-03-24T05:46:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:46:20.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:46:20.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:47:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:47:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:47:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:47:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:47:11.140Z||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-03-24T05:47:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:47:20.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:47:20.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:48:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:48:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:48:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:48:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:48:11.140Z||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-03-24T05:48:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:48:20.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:48:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:49:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:49:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:49:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:49:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:49:11.140Z||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-03-24T05:49:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:49:20.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:49:20.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:50:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:50:11.139Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:50:11.139Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:50:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:50:11.140Z||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-03-24T05:50:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:50:20.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:50:20.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:51:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:51:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:51:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:51:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:51:11.140Z||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-03-24T05:51:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:51:20.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:51:20.682Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:52:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:52:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:52:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:52:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:52:11.140Z||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-03-24T05:52:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:52:20.701Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:52:20.702Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:53:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:53:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:53:11.139Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:53:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:53:11.140Z||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-03-24T05:53:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:53:20.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:53:20.686Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:54:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:54:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:54:11.137Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:54:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:54:11.140Z||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-03-24T05:54:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:54:20.677Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:54:20.679Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:55:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:55:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:55:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:55:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:55:11.140Z||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-03-24T05:55:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:55:20.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:55:20.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:56:11.137Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:56:11.137Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:56:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:56:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:56:11.140Z||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-03-24T05:56:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:56:20.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:56:20.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:11.138Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:57:11.138Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T05:57:11.138Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:11.139Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:57:11.140Z||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-03-24T05:57:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:18.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:18.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T05:57:18.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8358f844-e5ad-4d90-9ea0-c2fefd07bdfc","serviceName":"vFW 2022-03-24 05-55-31","serviceVersion":"1.0","serviceUUID":"cd448f5a-3f0f-4653-971a-92056e641575","serviceDescription":"catalog service description","serviceInvariantUUID":"a6bb2f43-97a7-4e55-99bd-1a965f5c35a2","resources":[{"resourceInstanceName":"vFW bcb0ba2d-2c9b 0","resourceName":"vFW bcb0ba2d-2c9b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0e48c3c-133d-4d8c-aa12-a6f156b78624","resourceInvariantUUID":"57bd55da-cf4d-4fe7-8257-9c5b2d124320","resourceCustomizationUUID":"e5a4882e-4545-40bf-ad54-2f170d948af6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ4YWU1ZWI2NTAyYTIyZjRlNTc5NjM0ZWNkNTY2YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d4b3ec4a-fb21-459b-aa5a-599ed88d8f35","artifactVersion":"1"},{"artifactName":"vfwbcb0ba2d2c9b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json","artifactChecksum":"MTBjYWNhZmVhNmViZTYwYmY4ZDE5OWFkMDllNjFhNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f2b8c4f-1c13-4643-8557-b863141f581c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7e8b07ac-9c92-436f-a613-578d2a7fe411","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml","artifactChecksum":"MzkwYWVlMjc3N2RiMDI0NTk0ZGY4Nzc3NTE2MTVmZjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24bf6532-a766-4066-920e-c73a2909cd69","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d57158f3-9f70-41f4-a9a9-dfdcffe05513","artifactVersion":"2","generatedFromUUID":"7e8b07ac-9c92-436f-a613-578d2a7fe411"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324055531-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml","artifactChecksum":"OWE4N2ZjZGEwYWIxZWM4OTBmYzBiMmQwNGMzMjY3YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"616d11f2-725d-4b50-84c8-5a73dab54a8b","artifactVersion":"1"},{"artifactName":"service-Vfw20220324055531-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar","artifactChecksum":"NjE4NDRkNzgyMmRmZGJiYjU3MDkxYTI2NGQzZmJmZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T05:57:18.521Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:18.526Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:18.534Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:18.534Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:57:18.634Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-24T05:57:18.637Z||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-03-24T05:57:18.638Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:18.653Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:18.654Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":3,"count":1}
2022-03-24T05:57:18.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:18.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:57:18.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:57:18.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:57:18.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:57:18.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101433842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:57:18.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:57:19.538Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:19.539Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:19.541Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:19.541Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T05:57:19.641Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:19.642Z||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-03-24T05:57:19.642Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:19.654Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:19.654Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:20.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:20.541Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:20.543Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:20.543Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T05:57:20.644Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:20.644Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T05:57:20.644Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:20.657Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:20.658Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T05:57:21.544Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:21.545Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:21.547Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:21.547Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:57:21.647Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:21.648Z||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-03-24T05:57:21.648Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:21.658Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:21.659Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:22.548Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:22.549Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:22.550Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:22.550Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T05:57:22.651Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T05:57:22.651Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T05:57:22.651Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:22.663Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:22.664Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:23.551Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:23.552Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:23.555Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:23.555Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:57:23.655Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:23.656Z||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-03-24T05:57:23.656Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:23.669Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:23.669Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:24.555Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T05:57:24.557Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:24.559Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:24.559Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T05:57:24.659Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:24.659Z||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-03-24T05:57:24.659Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:24.666Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:24.667Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:25.561Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "serviceName": "vFW 2022-03-24 05-55-31",
  "serviceVersion": "1.0",
  "serviceUUID": "cd448f5a-3f0f-4653-971a-92056e641575",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a6bb2f43-97a7-4e55-99bd-1a965f5c35a2",
  "resources": [
    {
      "resourceInstanceName": "vFW bcb0ba2d-2c9b 0",
      "resourceCustomizationUUID": "e5a4882e-4545-40bf-ad54-2f170d948af6",
      "resourceName": "vFW bcb0ba2d-2c9b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b0e48c3c-133d-4d8c-aa12-a6f156b78624",
      "resourceInvariantUUID": "57bd55da-cf4d-4fe7-8257-9c5b2d124320",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbcb0ba2d2c9b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
          "artifactChecksum": "MTBjYWNhZmVhNmViZTYwYmY4ZDE5OWFkMDllNjFhNzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2f2b8c4f-1c13-4643-8557-b863141f581c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7e8b07ac-9c92-436f-a613-578d2a7fe411",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d57158f3-9f70-41f4-a9a9-dfdcffe05513",
            "generatedFromUUID": "7e8b07ac-9c92-436f-a613-578d2a7fe411"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d57158f3-9f70-41f4-a9a9-dfdcffe05513",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324055531-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
      "artifactChecksum": "NjE4NDRkNzgyMmRmZGJiYjU3MDkxYTI2NGQzZmJmZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T05:57:25.562Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T05:57:25.563Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cd448f5a-3f0f-4653-971a-92056e641575 ASDC
2022-03-24T05:57:25.629Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
ServiceName:vFW 2022-03-24 05-55-31
ServiceVersion:1.0
ServiceUUID:cd448f5a-3f0f-4653-971a-92056e641575
ServiceInvariantUUID:a6bb2f43-97a7-4e55-99bd-1a965f5c35a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324055531-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
ArtifactUUID:b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc
ArtifactChecksum:NjE4NDRkNzgyMmRmZGJiYjU3MDkxYTI2NGQzZmJmZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bcb0ba2d-2c9b 0
ResourceCustomizationUUID:e5a4882e-4545-40bf-ad54-2f170d948af6
ResourceInvariantUUID:57bd55da-cf4d-4fe7-8257-9c5b2d124320
ResourceName:vFW bcb0ba2d-2c9b
ResourceType:VF
ResourceUUID:b0e48c3c-133d-4d8c-aa12-a6f156b78624
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbcb0ba2d2c9b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
ArtifactUUID:2f2b8c4f-1c13-4643-8557-b863141f581c
ArtifactChecksum:MTBjYWNhZmVhNmViZTYwYmY4ZDE5OWFkMDllNjFhNzU=
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/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
ArtifactUUID:7e8b07ac-9c92-436f-a613-578d2a7fe411
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/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
ArtifactUUID:d57158f3-9f70-41f4-a9a9-dfdcffe05513
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/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
ArtifactUUID:d57158f3-9f70-41f4-a9a9-dfdcffe05513
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T05:57:25.629Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cd448f5a-3f0f-4653-971a-92056e641575 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-03-24T05:57:25.811Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T05:57:25.812Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T05:57:25.813Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T05:57:25.814Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc from URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:25.814Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T05:57:25.815Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:26.062Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T05:57:26.076Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc 98926
2022-03-24T05:57:26.078Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar ASDC sendASDCNotification
2022-03-24T05:57:26.078Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:26.078Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T05:57:26.079Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:26.080Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:26.080Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101446077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:57:26.181Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T05:57:26.182Z||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-03-24T05:57:26.182Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:26.194Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:26.194Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:27.081Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T05:57:27.082Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-24T05:57:27.082Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b37d4cbd-37a3-414d-8bf2-8dc65cf7b8bc, URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar to file: /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:27.083Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324055531-csar.csar
2022-03-24T05:57:27.136Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:27.136Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:27.589Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15449153295671583391/Definitions/service-Vfw20220324055531-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-24T05:57:29.827Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.831Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bcb0ba2d-2c9b 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:29.832Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-24T05:57:29.837Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.838Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.840Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.840Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T05:57:29.841Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T05:57:29.842Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.842Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.843Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.845Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:29.846Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.847Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:29.848Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:29.849Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c93ed92-f67a-4c17-8078-44d73add6aa0
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:29.850Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ee2fa2f-840e-4162-a8f7-2de2985dacba
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:29.851Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b0b7cdb5-ad31-47b1-8162-73a861014f7a
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:29.852Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 05-55-31
Description:catalog service description
Model UUID:cd448f5a-3f0f-4653-971a-92056e641575
Model Version:NULL
Model InvariantUuid:a6bb2f43-97a7-4e55-99bd-1a965f5c35a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bcb0ba2d-2c9b
Model UUID:d1be60b2-36f7-4d5e-835b-72c7983e0a54
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:57bd55da-cf4d-4fe7-8257-9c5b2d124320
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e5a4882e-4545-40bf-ad54-2f170d948af6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6f5db154-3856-4258-9bdf-89759ad3627d
ModelName:VfwBcb0ba2d2c9b..base_vfw..module-0
ModelUuid:9898b2ff-ca7d-41dd-8777-913b1eb9bd5f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1c93ed92-f67a-4c17-8078-44d73add6aa0
ModelInvariantUuid:32fa3064-addc-44a2-a827-afcc312a85fe
ModelName:vFW bcb0ba2d-2c9b-nodes.vfwCvfc
ModelUuid:857f1242-f8b9-4403-b241-f0a29b95b2d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d8b46b03-92b4-4a3d-b1d2-1d53b9d1cbec
ModelInvariantUuid:5c639bf5-cd04-4ef9-8cba-76f7648efb3b
ModelName:VfwBcb0ba2d2c9b.compute.nodes.heat.vfw
ModelUuid:e4ef214e-2345-43cf-b8c8-ecd1b7cf50f0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4ee2fa2f-840e-4162-a8f7-2de2985dacba
ModelInvariantUuid:070debce-fde8-447e-b844-2b6ce0fa7d60
ModelName:vFW bcb0ba2d-2c9b-nodes.vsnCvfc
ModelUuid:475a97f9-fb87-4442-bc69-2a23801eeba0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:cd312f37-b339-4b82-8eea-c6268a1aef9d
ModelInvariantUuid:762a5e9b-7136-4cdc-b6ce-8c23aca5c416
ModelName:VfwBcb0ba2d2c9b.compute.nodes.heat.vsn
ModelUuid:d37765c0-dc41-40d8-a0e2-bffb426450b0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b0b7cdb5-ad31-47b1-8162-73a861014f7a
ModelInvariantUuid:9f85beab-d017-40da-aeef-e747bdd8d06b
ModelName:vFW bcb0ba2d-2c9b-nodes.vpgCvfc
ModelUuid:d7fdb442-87b5-40b2-850c-a53209b6da0e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9d46e1f0-8053-4d61-8fad-f9d61159c8b0
ModelInvariantUuid:a4c76abc-3a76-47be-9c7e-6176ea39f59a
ModelName:VfwBcb0ba2d2c9b.compute.nodes.heat.vpg
ModelUuid:ce9689ed-0970-4aa4-a8f9-7bdc86fb60aa
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-03-24T05:57:29.889Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b0e48c3c-133d-4d8c-aa12-a6f156b78624
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-03-24T05:57:29.955Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||vFW bcb0ba2d-2c9b 0
2022-03-24T05:57:29.962Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0e48c3c-133d-4d8c-aa12-a6f156b78624
2022-03-24T05:57:29.962Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2f2b8c4f-1c13-4643-8557-b863141f581c from URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
2022-03-24T05:57:29.962Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T05:57:29.962Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
2022-03-24T05:57:30.086Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T05:57:30.086Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json 2f2b8c4f-1c13-4643-8557-b863141f581c 785
2022-03-24T05:57:30.087Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json ASDC sendASDCNotification
2022-03-24T05:57:30.087Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
2022-03-24T05:57:30.087Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T05:57:30.087Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:30.091Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:30.091Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101450087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:57:30.191Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:30.192Z||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-03-24T05:57:30.193Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:30.207Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:30.207Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T05:57:31.093Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBcb0ba2d2c9b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6f5db154-3856-4258-9bdf-89759ad3627d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9898b2ff-ca7d-41dd-8777-913b1eb9bd5f",
    "vfModuleModelCustomizationUUID": "fa7cf8e7-156b-4413-baf1-16f596c57697",
    "isBase": true,
    "artifacts": [
      "7e8b07ac-9c92-436f-a613-578d2a7fe411",
      "d57158f3-9f70-41f4-a9a9-dfdcffe05513"
    ],
    "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-03-24T05:57:31.107Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcb0ba2d2c9b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9898b2ff-ca7d-41dd-8777-913b1eb9bd5f
VfModuleModelInvariantUUID:6f5db154-3856-4258-9bdf-89759ad3627d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e8b07ac-9c92-436f-a613-578d2a7fe411
,
d57158f3-9f70-41f4-a9a9-dfdcffe05513

}
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-03-24T05:57:31.109Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwBcb0ba2d2c9b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6f5db154-3856-4258-9bdf-89759ad3627d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9898b2ff-ca7d-41dd-8777-913b1eb9bd5f",
    "vfModuleModelCustomizationUUID": "fa7cf8e7-156b-4413-baf1-16f596c57697",
    "isBase": true,
    "artifacts": [
      "7e8b07ac-9c92-436f-a613-578d2a7fe411",
      "d57158f3-9f70-41f4-a9a9-dfdcffe05513"
    ],
    "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-03-24T05:57:31.110Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBcb0ba2d2c9b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9898b2ff-ca7d-41dd-8777-913b1eb9bd5f
VfModuleModelInvariantUUID:6f5db154-3856-4258-9bdf-89759ad3627d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e8b07ac-9c92-436f-a613-578d2a7fe411
,
d57158f3-9f70-41f4-a9a9-dfdcffe05513

}
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-03-24T05:57:31.110Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7e8b07ac-9c92-436f-a613-578d2a7fe411 from URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
2022-03-24T05:57:31.110Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T05:57:31.110Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
2022-03-24T05:57:31.181Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T05:57:31.183Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml 7e8b07ac-9c92-436f-a613-578d2a7fe411 20368
2022-03-24T05:57:31.183Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T05:57:31.184Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
2022-03-24T05:57:31.184Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T05:57:31.184Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:31.187Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:31.187Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101451183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:57:31.287Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:31.288Z||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-03-24T05:57:31.289Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:31.301Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:31.302Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:32.188Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d57158f3-9f70-41f4-a9a9-dfdcffe05513 from URL: /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
2022-03-24T05:57:32.188Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-24T05:57:32.189Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env d57158f3-9f70-41f4-a9a9-dfdcffe05513 2098
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
2022-03-24T05:57:32.229Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T05:57:32.230Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:32.232Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:32.232Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101452229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:57:32.332Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:32.333Z||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-03-24T05:57:32.334Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:32.350Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:32.350Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:33.233Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: cd448f5a-3f0f-4653-971a-92056e641575
2022-03-24T05:57:33.233Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW bcb0ba2d-2c9b 0 b0e48c3c-133d-4d8c-aa12-a6f156b78624 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-03-24T05:57:33.269Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5314905c, org.onap.sdc.toscaparser.api.parameters.Input@6dab0958, org.onap.sdc.toscaparser.api.parameters.Input@5a13c527, org.onap.sdc.toscaparser.api.parameters.Input@61b283b3, org.onap.sdc.toscaparser.api.parameters.Input@16d379a9]
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= e5a4882e-4545-40bf-ad54-2f170d948af6
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e5a4882e-4545-40bf-ad54-2f170d948af6 matches Tosca VF Customization UUID: e5a4882e-4545-40bf-ad54-2f170d948af6
2022-03-24T05:57:33.272Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: e5a4882e-4545-40bf-ad54-2f170d948af6  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-03-24T05:57:33.277Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.277Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id e5a4882e-4545-40bf-ad54-2f170d948af6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T05:57:33.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@357bfd9a
2022-03-24T05:57:33.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T05:57:33.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fa7cf8e7-156b-4413-baf1-16f596c57697
2022-03-24T05:57:33.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fa7cf8e7-156b-4413-baf1-16f596c57697
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-03-24T05:57:33.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1c93ed92-f67a-4c17-8078-44d73add6aa0
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-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.291Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.292Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ee2fa2f-840e-4162-a8f7-2de2985dacba
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-03-24T05:57:33.294Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.295Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.295Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T05:57:33.297Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T05:57:33.298Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b0b7cdb5-ad31-47b1-8162-73a861014f7a
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-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Node template vFW bcb0ba2d-2c9b 0 is matching search criteria
2022-03-24T05:57:33.300Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW bcb0ba2d-2c9b 0] matching following query criteria: sdcType=VF, customizationUUID=e5a4882e-4545-40bf-ad54-2f170d948af6
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-03-24T05:57:33.302Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.302Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.302Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid cd448f5a-3f0f-4653-971a-92056e641575: vFW bcb0ba2d-2c9b
2022-03-24T05:57:33.302Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T05:57:33.304Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-24 05-55-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T05:57:33.304Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-24 05-55-31 
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-03-24T05:57:33.577Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW bcb0ba2d-2c9b b0e48c3c-133d-4d8c-aa12-a6f156b78624 1 ASDC deployResourceStructure
2022-03-24T05:57:33.577Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json ASDC sendASDCNotification
2022-03-24T05:57:33.577Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json
2022-03-24T05:57:33.577Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T05:57:33.578Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:33.579Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:33.579Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101453577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T05:57:33.680Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:33.680Z||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-03-24T05:57:33.681Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:33.695Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:33.695Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:34.580Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T05:57:34.581Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml
2022-03-24T05:57:34.581Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T05:57:34.581Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:34.584Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:34.584Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101454580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T05:57:34.684Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:34.684Z||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-03-24T05:57:34.685Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:34.696Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:34.697Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:35.585Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T05:57:35.585Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env
2022-03-24T05:57:35.586Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T05:57:35.586Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:35.588Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:35.588Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101455585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T05:57:35.689Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T05:57:35.689Z||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-03-24T05:57:35.689Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:35.701Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:35.702Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:36.590Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar ASDC sendASDCNotification
2022-03-24T05:57:36.590Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar
2022-03-24T05:57:36.590Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T05:57:36.591Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T05:57:36.594Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T05:57:36.594Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101456590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T05:57:36.694Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T05:57:36.695Z||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-03-24T05:57:36.695Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T05:57:36.708Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:57:36.708Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T05:57:37.596Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T05:57:37.621Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T05:57:37.623Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:57:37.623Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:57:37.623Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T05:58:07.624Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T05:58:07.639Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T05:58:07.642Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:58:07.642Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:58:07.643Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T05:58:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:58:11.140Z||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-03-24T05:58:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:58:11.165Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:58:11.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:58:11.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "cds",
  "timestamp": 1648101431592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:58:11.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:58:37.643Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T05:58:37.656Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T05:58:37.660Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:58:37.660Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:58:37.660Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T05:59:07.660Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T05:59:07.679Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T05:59:07.682Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:59:07.682Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:59:07.683Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T05:59:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T05:59:11.140Z||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-03-24T05:59:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T05:59:11.671Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T05:59:11.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101433842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "cds",
  "timestamp": 1648101431592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101433842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "cds",
  "timestamp": 1648101431592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101433842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "cds",
  "timestamp": 1648101431592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101433842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "cds",
  "timestamp": 1648101431592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101442855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "cds",
  "timestamp": 1648101431592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101433842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101442855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101431138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "cds",
  "timestamp": 1648101431592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101433842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101442855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "cds",
  "timestamp": 1648101445886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101445901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101446077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101445613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101442855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "dcae-sch",
  "timestamp": 1648101446043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "cds",
  "timestamp": 1648101446902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-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-03-24T05:59:11.696Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.696Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc 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-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101445613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101442855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "dcae-sch",
  "timestamp": 1648101446043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101447588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101445613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101442855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "dcae-sch",
  "timestamp": 1648101446043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101447588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101445613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101442855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "dcae-sch",
  "timestamp": 1648101446043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101450087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101447588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101445613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "dcae-sch",
  "timestamp": 1648101446043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101450799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101451183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101447588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101445613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "dcae-sch",
  "timestamp": 1648101446043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101451807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101452229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101447588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101445613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "dcae-sch",
  "timestamp": 1648101446043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "policy-id",
  "timestamp": 1648101452812,
  "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-03-24T05:59:11.713Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.713Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc 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-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101447588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101453351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101453577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101447588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101454411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101454580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101455456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101455585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101456154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101456504,
  "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-03-24T05:59:11.730Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.730Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-24T05:59:11.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101456590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T05:59:11.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "aai-ml",
  "timestamp": 1648101457158,
  "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-03-24T05:59:11.742Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc 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-03-24T05:59:11.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101457507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101457814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101457814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vfwbcb0ba2d2c9b0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101457814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101457814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101457814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/resourceInstances/vfwbcb0ba2d2c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101457814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101457814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T05:59:11.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101478671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101480678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324055531/1.0/artifacts/service-Vfw20220324055531-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T05:59:11.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "clamp",
  "timestamp": 1648101481681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T05:59:11.761Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
2022-03-24T05:59:11.761Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T05:59:37.683Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T05:59:37.698Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T05:59:37.702Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T05:59:37.703Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T05:59:37.703Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T05:59:37.703Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:00:07.703Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:00:07.719Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:00:07.722Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:00:07.722Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:00:07.722Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:00:07.722Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:00:11.140Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:00:11.140Z||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-03-24T06:00:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:00:20.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:00:37.723Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:00:37.738Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:00:37.743Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:00:37.743Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:00:37.743Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:00:37.744Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:01:07.744Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:01:07.757Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:01:07.760Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:01:07.760Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:01:07.760Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:01:07.760Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:01:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:01:11.140Z||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-03-24T06:01:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:01:20.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:01:37.761Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:01:37.774Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:01:37.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:01:37.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:01:37.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:01:37.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:02:07.777Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:02:07.788Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:02:07.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:02:07.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:02:07.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:02:07.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:02:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:02:11.140Z||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-03-24T06:02:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:02:20.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:02:37.791Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:02:37.792Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc 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-03-24T06:02:37.804Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc and serviceModelVersionId: cd448f5a-3f0f-4653-971a-92056e641575
2022-03-24T06:02:37.804Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6bb2f43-97a7-4e55-99bd-1a965f5c35a2
2022-03-24T06:02:47.905Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0
2022-03-24T06:02:48.001Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:02:48.343Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|INFO|500||Invoke
2022-03-24T06:02:48.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8358f844-e5ad-4d90-9ea0-c2fefd07bdfc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[832c0022-67ed-4abf-b617-6144c8d57c5e], X-ECOMP-RequestID=[8358f844-e5ad-4d90-9ea0-c2fefd07bdfc], X-TransactionId=[], X-ONAP-RequestID=[8358f844-e5ad-4d90-9ea0-c2fefd07bdfc], Content-Type=[application/merge-patch+json]}
2022-03-24T06:02:48.443Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T06:02:48.982Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?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/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-06:02:48:451-96152], vertex-id=[208912], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:02:48 GMT], Content-Type=[application/json]}
2022-03-24T06:02:48.983Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:02:48.984Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6bb2f43-97a7-4e55-99bd-1a965f5c35a2/model-vers/model-ver/cd448f5a-3f0f-4653-971a-92056e641575?depth=0|INFO|500||InvokeReturn
2022-03-24T06:02:48.987Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:02:48.987Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T06:02:48.991Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T06:02:48.993Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8358f844-e5ad-4d90-9ea0-c2fefd07bdfc and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:02:48.993Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:02:48.994Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:02:48.995Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:02:48.995Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101768993,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:02:49.096Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:02:49.097Z||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-03-24T06:02:49.097Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:02:49.119Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:02:49.119Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 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-03-24T06:02:50.012Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:02:50.013Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T06:02:50.013Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:00.913Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:03:00.914Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:00.914Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T06:03:00.914Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:10.453Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:03:10.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:10.455Z||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-03-24T06:03:10.455Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:11.140Z||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-03-24T06:03:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:11.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:03:11.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:03:11.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8358f844-e5ad-4d90-9ea0-c2fefd07bdfc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101768993,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:03:11.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:03:20.001Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:03:20.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:20.002Z||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-03-24T06:03:20.002Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:29.548Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:03:29.549Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:29.549Z||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-03-24T06:03:29.549Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:39.087Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:03:39.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:03:39.088Z||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-03-24T06:03:39.088Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:03:48.625Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:04:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:04:11.137Z||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-03-24T06:04:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:04:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:04:11.140Z||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-03-24T06:04:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:04:20.677Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:04:20.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:11.137Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:05:11.137Z||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-03-24T06:05:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:05:11.140Z||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-03-24T06:05:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:11.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:11.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b9b49dc-c47e-41ff-81b7-db4fd227f6b9","serviceName":"vFW 2022-03-24 06-03-29","serviceVersion":"1.0","serviceUUID":"24f67189-528e-4137-828b-27e546a65d72","serviceDescription":"catalog service description","serviceInvariantUUID":"9129a6d6-2477-48c8-b36d-3fff9aa20690","resources":[{"resourceInstanceName":"vFW dbeffa19-0e49 0","resourceName":"vFW dbeffa19-0e49","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dbd280d6-7aae-41eb-be71-1573d4de999c","resourceInvariantUUID":"21693e7d-f154-45d5-bd75-44653f256946","resourceCustomizationUUID":"e46b39d8-0119-4df4-8d9f-cbb6847d09af","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml","artifactChecksum":"OGVmYjY2NTZjOGVjMDZkMTM2YmEyY2QxY2M4MDljOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10c42709-d704-4521-ba3e-a4fddd1defa8","artifactVersion":"1"},{"artifactName":"vfwdbeffa190e490_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json","artifactChecksum":"NGNkYjlkNDE4ZmQ3NGFjM2FlNzEyOGQ0Zjc2NTgyM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43ec4b3e-e903-450c-8b95-baaf24117c24","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"911fac0e-52aa-49e6-b102-47c5cd5b6dca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml","artifactChecksum":"ODE3NmIwMTYxYTNlNDNjYjQ5ZTY5Y2ExN2RiY2U5OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b366a37-939c-4637-80e1-ee144bdf21fe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8e15877f-8c56-4bb3-b2b7-98902fe1ce0d","artifactVersion":"2","generatedFromUUID":"911fac0e-52aa-49e6-b102-47c5cd5b6dca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324060329-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml","artifactChecksum":"MGFjZjJiNjdlMjdmNDgxNDI2NmVjODlkY2UxYzg5M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9793f96-c8f5-440a-8487-9e9b2837e15f","artifactVersion":"1"},{"artifactName":"service-Vfw20220324060329-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar","artifactChecksum":"ZTkyZWY4N2VmOTY5Yjg3ZWE4YmFhOGQ0MzhjYmY3MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b5ad1424-5bf3-4051-87f3-427cf556df10","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:05:11.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:11.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:11.768Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:11.769Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:11.770Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "dcae-sch",
  "timestamp": 1648101886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "cds",
  "timestamp": 1648101881592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101882854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101877814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101883842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "cds",
  "timestamp": 1648101881592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "dcae-sch",
  "timestamp": 1648101886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101882854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101877814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101883842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "cds",
  "timestamp": 1648101881592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "dcae-sch",
  "timestamp": 1648101886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101882854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101877814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101883842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "cds",
  "timestamp": 1648101881592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "dcae-sch",
  "timestamp": 1648101886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101882854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101877814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101883842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "cds",
  "timestamp": 1648101881592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "dcae-sch",
  "timestamp": 1648101886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101882854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101877814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101883842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "cds",
  "timestamp": 1648101881592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "dcae-sch",
  "timestamp": 1648101886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101882854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101877814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101883842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "cds",
  "timestamp": 1648101881592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "dcae-sch",
  "timestamp": 1648101886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101882854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101877814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101883842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648101887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "cds",
  "timestamp": 1648101894573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101894669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101894679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101894760,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "cds",
  "timestamp": 1648101895579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-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-03-24T06:05:11.793Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.793Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 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-03-24T06:05:11.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101895683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101895855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "policy-id",
  "timestamp": 1648101896686,
  "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-03-24T06:05:11.808Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.808Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 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-03-24T06:05:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101896907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101897920,
  "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-03-24T06:05:11.825Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.826Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-24T06:05:11.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648101898923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:05:11.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101900731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101902276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101902739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "aai-ml",
  "timestamp": 1648101903280,
  "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-03-24T06:05:11.842Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.842Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 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-03-24T06:05:11.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:05:11.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "clamp",
  "timestamp": 1648101903743,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T06:05:11.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
2022-03-24T06:05:11.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:05:11.870Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:11.871Z||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-03-24T06:05:11.871Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:11.884Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:11.884Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:12.770Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:12.771Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:12.772Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:12.773Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:05:12.873Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:12.874Z||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-03-24T06:05:12.874Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:12.887Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:12.887Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:13.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:13.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:13.777Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:13.777Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:05:13.878Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:05:13.878Z||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-03-24T06:05:13.879Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:13.892Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:13.893Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:14.778Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:14.779Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:14.782Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:14.782Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:14.882Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:14.883Z||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-03-24T06:05:14.883Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:14.894Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:14.894Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:15.783Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:15.784Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:15.785Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:15.785Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:05:15.886Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:05:15.887Z||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-03-24T06:05:15.887Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:15.901Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:15.901Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:16.786Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:16.787Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:16.788Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:16.788Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:05:16.888Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:16.889Z||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-03-24T06:05:16.889Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:16.903Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:16.904Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:17.788Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:05:17.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:17.790Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:17.790Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:05:17.890Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:17.891Z||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-03-24T06:05:17.891Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:17.904Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:17.904Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:18.791Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "serviceName": "vFW 2022-03-24 06-03-29",
  "serviceVersion": "1.0",
  "serviceUUID": "24f67189-528e-4137-828b-27e546a65d72",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9129a6d6-2477-48c8-b36d-3fff9aa20690",
  "resources": [
    {
      "resourceInstanceName": "vFW dbeffa19-0e49 0",
      "resourceCustomizationUUID": "e46b39d8-0119-4df4-8d9f-cbb6847d09af",
      "resourceName": "vFW dbeffa19-0e49",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dbd280d6-7aae-41eb-be71-1573d4de999c",
      "resourceInvariantUUID": "21693e7d-f154-45d5-bd75-44653f256946",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdbeffa190e490_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
          "artifactChecksum": "NGNkYjlkNDE4ZmQ3NGFjM2FlNzEyOGQ0Zjc2NTgyM2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "43ec4b3e-e903-450c-8b95-baaf24117c24",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "911fac0e-52aa-49e6-b102-47c5cd5b6dca",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8e15877f-8c56-4bb3-b2b7-98902fe1ce0d",
            "generatedFromUUID": "911fac0e-52aa-49e6-b102-47c5cd5b6dca"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8e15877f-8c56-4bb3-b2b7-98902fe1ce0d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324060329-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
      "artifactChecksum": "ZTkyZWY4N2VmOTY5Yjg3ZWE4YmFhOGQ0MzhjYmY3MDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b5ad1424-5bf3-4051-87f3-427cf556df10"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T06:05:18.792Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:05:18.792Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24f67189-528e-4137-828b-27e546a65d72 ASDC
2022-03-24T06:05:18.792Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
ServiceName:vFW 2022-03-24 06-03-29
ServiceVersion:1.0
ServiceUUID:24f67189-528e-4137-828b-27e546a65d72
ServiceInvariantUUID:9129a6d6-2477-48c8-b36d-3fff9aa20690
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324060329-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
ArtifactUUID:b5ad1424-5bf3-4051-87f3-427cf556df10
ArtifactChecksum:ZTkyZWY4N2VmOTY5Yjg3ZWE4YmFhOGQ0MzhjYmY3MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dbeffa19-0e49 0
ResourceCustomizationUUID:e46b39d8-0119-4df4-8d9f-cbb6847d09af
ResourceInvariantUUID:21693e7d-f154-45d5-bd75-44653f256946
ResourceName:vFW dbeffa19-0e49
ResourceType:VF
ResourceUUID:dbd280d6-7aae-41eb-be71-1573d4de999c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdbeffa190e490_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
ArtifactUUID:43ec4b3e-e903-450c-8b95-baaf24117c24
ArtifactChecksum:NGNkYjlkNDE4ZmQ3NGFjM2FlNzEyOGQ0Zjc2NTgyM2Q=
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/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
ArtifactUUID:911fac0e-52aa-49e6-b102-47c5cd5b6dca
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/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
ArtifactUUID:8e15877f-8c56-4bb3-b2b7-98902fe1ce0d
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/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
ArtifactUUID:8e15877f-8c56-4bb3-b2b7-98902fe1ce0d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T06:05:18.793Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24f67189-528e-4137-828b-27e546a65d72 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-03-24T06:05:18.830Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b5ad1424-5bf3-4051-87f3-427cf556df10 from URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:05:18.831Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:19.353Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:05:19.356Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar b5ad1424-5bf3-4051-87f3-427cf556df10 98981
2022-03-24T06:05:19.356Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar ASDC sendASDCNotification
2022-03-24T06:05:19.356Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:19.357Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:05:19.357Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:19.359Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:19.359Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101919356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:19.459Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:19.460Z||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-03-24T06:05:19.461Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:19.475Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:19.476Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:20.359Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:05:20.360Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:05:20.360Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b5ad1424-5bf3-4051-87f3-427cf556df10, URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar to file: /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:20.361Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324060329-csar.csar
2022-03-24T06:05:20.361Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:20.361Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:20.481Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7359216946461926438/Definitions/service-Vfw20220324060329-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-24T06:05:22.060Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:05:22.060Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T06:05:22.060Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.060Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dbeffa19-0e49 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-Vfw20220324060329-csar.csar
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T06:05:22.061Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:22.062Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.063Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c01b6746-dd13-4bff-9c78-891d14034555
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:22.064Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57575996-bfaf-4eee-bccf-0784ea7b2296
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.065Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bc9a3edb-fca7-40e7-bbeb-7d6089a4e73b
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:22.066Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 06-03-29
Description:catalog service description
Model UUID:24f67189-528e-4137-828b-27e546a65d72
Model Version:NULL
Model InvariantUuid:9129a6d6-2477-48c8-b36d-3fff9aa20690
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dbeffa19-0e49
Model UUID:b4907539-4ee0-414f-90ee-d33b86ce583f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21693e7d-f154-45d5-bd75-44653f256946
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e46b39d8-0119-4df4-8d9f-cbb6847d09af
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b612ce63-d407-459a-bc15-d25342ebe892
ModelName:VfwDbeffa190e49..base_vfw..module-0
ModelUuid:6ef5162e-f21f-46a6-9efa-ad5712e6f2b5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c01b6746-dd13-4bff-9c78-891d14034555
ModelInvariantUuid:598a4c73-d44d-486d-8cd8-f3bd1ad37d3a
ModelName:vFW dbeffa19-0e49-nodes.vfwCvfc
ModelUuid:ce4aec17-c21f-4f69-8a2e-a576399927b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cbdf2fbd-9e98-4d14-b5fb-0663e15badb9
ModelInvariantUuid:adf75829-7c9e-41a7-a51e-e2a98480e18c
ModelName:VfwDbeffa190e49.compute.nodes.heat.vfw
ModelUuid:bf42fcd5-0600-48c0-801d-091491cfc998
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:57575996-bfaf-4eee-bccf-0784ea7b2296
ModelInvariantUuid:d38e0745-3506-4281-9fed-bc69c8ff8719
ModelName:vFW dbeffa19-0e49-nodes.vsnCvfc
ModelUuid:dca851c3-0106-4a33-86f2-caa47ea13dbb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2a9cb3b6-c418-445a-82b9-35e2aa2fd84d
ModelInvariantUuid:c3f0f8ce-5b2b-4cfb-aa21-5645db4a4dba
ModelName:VfwDbeffa190e49.compute.nodes.heat.vsn
ModelUuid:7d5b35b1-9188-4ec4-b830-4d2044af5548
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bc9a3edb-fca7-40e7-bbeb-7d6089a4e73b
ModelInvariantUuid:0d949ba9-5a74-4303-a2cc-44fa466adb9c
ModelName:vFW dbeffa19-0e49-nodes.vpgCvfc
ModelUuid:0415148f-0375-4ebe-9b36-2b8ac9fd0fb8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3810137d-f754-4778-82db-86b13fad3d27
ModelInvariantUuid:a37da30c-0299-4944-a886-e7ba23d97e6b
ModelName:VfwDbeffa190e49.compute.nodes.heat.vpg
ModelUuid:4950f4a1-9874-419f-a371-1dcfa3d960a8
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-03-24T06:05:22.072Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dbd280d6-7aae-41eb-be71-1573d4de999c
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-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||vFW dbeffa19-0e49 0
2022-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dbd280d6-7aae-41eb-be71-1573d4de999c
2022-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 43ec4b3e-e903-450c-8b95-baaf24117c24 from URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
2022-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:05:22.075Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json 43ec4b3e-e903-450c-8b95-baaf24117c24 785
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json ASDC sendASDCNotification
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
2022-03-24T06:05:22.341Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:05:22.342Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:22.343Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:22.344Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101922341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:22.444Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:22.445Z||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-03-24T06:05:22.445Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:22.457Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:22.458Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:05:23.344Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDbeffa190e49..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b612ce63-d407-459a-bc15-d25342ebe892",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ef5162e-f21f-46a6-9efa-ad5712e6f2b5",
    "vfModuleModelCustomizationUUID": "0a1dda59-73de-4c53-8173-a5cf3860c5df",
    "isBase": true,
    "artifacts": [
      "911fac0e-52aa-49e6-b102-47c5cd5b6dca",
      "8e15877f-8c56-4bb3-b2b7-98902fe1ce0d"
    ],
    "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-03-24T06:05:23.350Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbeffa190e49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ef5162e-f21f-46a6-9efa-ad5712e6f2b5
VfModuleModelInvariantUUID:b612ce63-d407-459a-bc15-d25342ebe892
VfModuleModelDescription:NULL
Artifacts UUID List:{
911fac0e-52aa-49e6-b102-47c5cd5b6dca
,
8e15877f-8c56-4bb3-b2b7-98902fe1ce0d

}
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-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDbeffa190e49..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b612ce63-d407-459a-bc15-d25342ebe892",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ef5162e-f21f-46a6-9efa-ad5712e6f2b5",
    "vfModuleModelCustomizationUUID": "0a1dda59-73de-4c53-8173-a5cf3860c5df",
    "isBase": true,
    "artifacts": [
      "911fac0e-52aa-49e6-b102-47c5cd5b6dca",
      "8e15877f-8c56-4bb3-b2b7-98902fe1ce0d"
    ],
    "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-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDbeffa190e49..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ef5162e-f21f-46a6-9efa-ad5712e6f2b5
VfModuleModelInvariantUUID:b612ce63-d407-459a-bc15-d25342ebe892
VfModuleModelDescription:NULL
Artifacts UUID List:{
911fac0e-52aa-49e6-b102-47c5cd5b6dca
,
8e15877f-8c56-4bb3-b2b7-98902fe1ce0d

}
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-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 911fac0e-52aa-49e6-b102-47c5cd5b6dca from URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
2022-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:05:23.352Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
2022-03-24T06:05:23.554Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml 911fac0e-52aa-49e6-b102-47c5cd5b6dca 20368
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:05:23.556Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:23.558Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:23.558Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101923556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:23.659Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:23.659Z||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-03-24T06:05:23.659Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:23.672Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:23.672Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:24.559Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8e15877f-8c56-4bb3-b2b7-98902fe1ce0d from URL: /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
2022-03-24T06:05:24.560Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:05:24.560Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
2022-03-24T06:05:24.741Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:05:24.742Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env 8e15877f-8c56-4bb3-b2b7-98902fe1ce0d 2098
2022-03-24T06:05:24.742Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:05:24.742Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
2022-03-24T06:05:24.742Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:05:24.743Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:24.747Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:24.747Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101924742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:05:24.846Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T06:05:24.846Z||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-03-24T06:05:24.847Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:24.860Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:24.861Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:25.748Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 24f67189-528e-4137-828b-27e546a65d72
2022-03-24T06:05:25.749Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dbeffa19-0e49 0 dbd280d6-7aae-41eb-be71-1573d4de999c 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-03-24T06:05:25.768Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1dce7b6d, org.onap.sdc.toscaparser.api.parameters.Input@190264bf, org.onap.sdc.toscaparser.api.parameters.Input@1f6a1833, org.onap.sdc.toscaparser.api.parameters.Input@534cf414, org.onap.sdc.toscaparser.api.parameters.Input@3db7e803]
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e46b39d8-0119-4df4-8d9f-cbb6847d09af
2022-03-24T06:05:25.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e46b39d8-0119-4df4-8d9f-cbb6847d09af matches Tosca VF Customization UUID: e46b39d8-0119-4df4-8d9f-cbb6847d09af
2022-03-24T06:05:25.770Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e46b39d8-0119-4df4-8d9f-cbb6847d09af  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-03-24T06:05:25.772Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.773Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.773Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e46b39d8-0119-4df4-8d9f-cbb6847d09af: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T06:05:25.773Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ca6de89
2022-03-24T06:05:25.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:05:25.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a1dda59-73de-4c53-8173-a5cf3860c5df
2022-03-24T06:05:25.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a1dda59-73de-4c53-8173-a5cf3860c5df
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-03-24T06:05:25.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.778Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c01b6746-dd13-4bff-9c78-891d14034555
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-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.780Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57575996-bfaf-4eee-bccf-0784ea7b2296
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-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:05:25.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bc9a3edb-fca7-40e7-bbeb-7d6089a4e73b
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-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Node template vFW dbeffa19-0e49 0 is matching search criteria
2022-03-24T06:05:25.787Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dbeffa19-0e49 0] matching following query criteria: sdcType=VF, customizationUUID=e46b39d8-0119-4df4-8d9f-cbb6847d09af
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-03-24T06:05:25.788Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.788Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 24f67189-528e-4137-828b-27e546a65d72: vFW dbeffa19-0e49
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.789Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:05:25.791Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-03-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:05:25.791Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-24 06-03-29 
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-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dbeffa19-0e49 dbd280d6-7aae-41eb-be71-1573d4de999c 1 ASDC deployResourceStructure
2022-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json ASDC sendASDCNotification
2022-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json
2022-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:05:25.985Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:25.987Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:25.987Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101925985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:05:26.088Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:05:26.089Z||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-03-24T06:05:26.089Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:26.101Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:26.102Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:05:26.989Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:05:26.989Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml
2022-03-24T06:05:26.989Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:05:26.989Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:26.991Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:26.991Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101926989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:05:27.092Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:05:27.093Z||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-03-24T06:05:27.093Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:27.104Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:27.104Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:27.992Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:05:27.993Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env
2022-03-24T06:05:27.993Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:05:27.993Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:27.994Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:27.995Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101927992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T06:05:28.095Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:28.096Z||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-03-24T06:05:28.096Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:28.107Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:28.108Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:28.995Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar ASDC sendASDCNotification
2022-03-24T06:05:28.996Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar
2022-03-24T06:05:28.996Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:05:28.996Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:05:28.998Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:05:28.998Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101928995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:05:29.098Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:05:29.100Z||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-03-24T06:05:29.100Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:05:29.113Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:05:29.114Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:05:29.999Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:05:30.012Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:05:30.017Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:05:30.017Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:05:30.017Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:05:30.017Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:06:00.018Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:06:00.030Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:06:00.033Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:06:00.033Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:06:00.033Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:06:00.034Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:06:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:06:11.140Z||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-03-24T06:06:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:06:11.266Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:06:11.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:06:11.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:06:11.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:06:30.034Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:06:30.046Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:06:30.049Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:06:30.049Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:06:30.049Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:06:30.049Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:07:00.050Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:07:00.089Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:07:00.093Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:07:00.093Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:07:00.093Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:07:00.094Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:07:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:07:11.140Z||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-03-24T06:07:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:07:11.668Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:07:11.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101911137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101919356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101922341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101923556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101924742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101925985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/vfwdbeffa190e490_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101926989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101927992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/resourceInstances/vfwdbeffa190e490/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T06:07:11.670Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:11.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:07:11.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648101928995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324060329/1.0/artifacts/service-Vfw20220324060329-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:07:11.671Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:07:30.094Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:07:30.107Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:07:30.109Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:07:30.109Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:07:30.109Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:07:30.110Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:08:00.110Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:08:00.125Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:08:00.127Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:08:00.127Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:08:00.128Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:08:00.128Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:08:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:08:11.140Z||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-03-24T06:08:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:08:20.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:08:30.128Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:08:30.142Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:08:30.146Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:08:30.146Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:08:30.146Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:08:30.146Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:09:00.147Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:09:00.156Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:09:00.159Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:09:00.159Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:09:00.159Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:09:00.160Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:09:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:09:11.140Z||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-03-24T06:09:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:09:20.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:09:30.160Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:09:30.169Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:09:30.171Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:09:30.172Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:09:30.172Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:09:30.172Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:10:00.172Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:10:00.180Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:10:00.183Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:10:00.183Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:10:00.183Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:10:00.184Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:10:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:10:11.140Z||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-03-24T06:10:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:10:20.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:10:30.184Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:10:30.184Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 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-03-24T06:10:30.191Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 and serviceModelVersionId: 24f67189-528e-4137-828b-27e546a65d72
2022-03-24T06:10:30.192Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9129a6d6-2477-48c8-b36d-3fff9aa20690
2022-03-24T06:10:30.193Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0
2022-03-24T06:10:30.201Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:10:30.286Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|INFO|500||Invoke
2022-03-24T06:10:30.287Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b9b49dc-c47e-41ff-81b7-db4fd227f6b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d5fb71e-e25d-48ee-819c-44410054a5b3], X-ECOMP-RequestID=[7b9b49dc-c47e-41ff-81b7-db4fd227f6b9], X-TransactionId=[], X-ONAP-RequestID=[7b9b49dc-c47e-41ff-81b7-db4fd227f6b9], Content-Type=[application/merge-patch+json]}
2022-03-24T06:10:30.306Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T06:10:30.427Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?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/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-06:10:30:315-71744], vertex-id=[381144], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:10:30 GMT], Content-Type=[application/json]}
2022-03-24T06:10:30.427Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:10:30.428Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9129a6d6-2477-48c8-b36d-3fff9aa20690/model-vers/model-ver/24f67189-528e-4137-828b-27e546a65d72?depth=0|INFO|500||InvokeReturn
2022-03-24T06:10:30.429Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:10:30.429Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-03-24T06:10:30.434Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-03-24T06:10:30.434Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b9b49dc-c47e-41ff-81b7-db4fd227f6b9 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:10:30.435Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:10:30.435Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:10:30.437Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:10:30.437Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102230434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:10:30.537Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:10:30.538Z||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-03-24T06:10:30.538Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:10:30.553Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:10:30.554Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T06:10:31.449Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:10:31.450Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-03-24T06:10:31.450Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:10:41.800Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:10:41.800Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:10:41.801Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-03-24T06:10:41.801Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:10:51.333Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:10:51.334Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:10:51.334Z||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-03-24T06:10:51.334Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:00.875Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:11:00.876Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:11:00.876Z||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-03-24T06:11:00.876Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:10.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:11:10.417Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:11:10.417Z||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-03-24T06:11:10.417Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:11:11.140Z||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-03-24T06:11:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:11.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:11:11.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-24T06:11:11.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b9b49dc-c47e-41ff-81b7-db4fd227f6b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102230434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:11:11.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:11:19.955Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:11:19.956Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:11:19.956Z||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-03-24T06:11:19.956Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:11:29.491Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:12:11.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:12:11.137Z||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-03-24T06:12:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:12:11.139Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:12:11.140Z||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-03-24T06:12:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:12:20.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:12:20.687Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:11.137Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:13:11.138Z||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-03-24T06:13:11.138Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:13:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T06:13:11.141Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:11.342Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:11.347Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.347Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102382854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "cds",
  "timestamp": 1648102376592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.348Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102382854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "cds",
  "timestamp": 1648102376592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102385613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102382854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:13:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "cds",
  "timestamp": 1648102376592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "dcae-sch",
  "timestamp": 1648102386043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102385613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102382854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "cds",
  "timestamp": 1648102376592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "dcae-sch",
  "timestamp": 1648102386043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102387588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.351Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102385613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102382854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102387814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.352Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "cds",
  "timestamp": 1648102376592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "dcae-sch",
  "timestamp": 1648102386043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102387588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102385613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.353Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102382854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102387814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "cds",
  "timestamp": 1648102376592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "dcae-sch",
  "timestamp": 1648102386043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.354Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102387588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102385613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102382854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102387814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "cds",
  "timestamp": 1648102376592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "dcae-sch",
  "timestamp": 1648102386043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.356Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:13:11.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:11.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:13:11.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d786170-9b7f-4568-8ddc-504d2ea26f6b","serviceName":"vFW 2022-03-24 06-11-54","serviceVersion":"1.0","serviceUUID":"d735a9d9-9172-481e-9a02-81eccc141e6a","serviceDescription":"catalog service description","serviceInvariantUUID":"9a7f7dbc-604a-4deb-ad28-afbe569cb868","resources":[{"resourceInstanceName":"vFW 43fc73c3-cd7f 0","resourceName":"vFW 43fc73c3-cd7f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98c0a1b9-bf47-49b8-8364-30a28065f95a","resourceInvariantUUID":"6af2d815-e49f-433f-90df-b79111e86fce","resourceCustomizationUUID":"c7412a38-7dc8-403d-830c-25062d5edc10","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml","artifactChecksum":"OTkwMjMwNzcxYjRiMzkxNzMyYjQ0NDE4NTNjMDhiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dbdcaade-70b0-4438-baf8-0c439891cf18","artifactVersion":"1"},{"artifactName":"vfw43fc73c3cd7f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json","artifactChecksum":"ZmMxNWE1N2I3YWEwZDU2ZThkOTNjZWU3Yjc4ZGEwMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac29d2c5-c81e-4780-909d-f30f36d9ff54","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"558486da-f861-4680-aa37-67527f8d2463","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml","artifactChecksum":"NDI3NDFkYmFmYTM4YTA1Zjg1ZjhhZjlkMDEzOTAyMDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2e10fbdd-fc07-4d56-af9b-ab873ba01208","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7dff6925-4c27-46c4-b6de-2146fa56a934","artifactVersion":"2","generatedFromUUID":"558486da-f861-4680-aa37-67527f8d2463"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324061154-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml","artifactChecksum":"MTU1MjU4Nzc2MjczNGY0ZjkzNGQ4NzRjZjFlNjEwYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e9b2350-a891-4e20-b4d8-8ef101f835a7","artifactVersion":"1"},{"artifactName":"service-Vfw20220324061154-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar","artifactChecksum":"ZTg0M2NiY2YyMThhNTAwYmE0YWY4ODY1MGM1YmRiNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"77b6683b-6c14-4d28-92e0-7afaa67d3f0e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:13:11.768Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:11.768Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:11.770Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:11.770Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:11.871Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:13:11.872Z||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-03-24T06:13:11.872Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:11.883Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:11.884Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:12.771Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:12.773Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:12.775Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:12.775Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:13:12.875Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:12.876Z||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-03-24T06:13:12.877Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:12.888Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:12.888Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:13.776Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:13.777Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:13.779Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:13.779Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:13:13.879Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:13.879Z||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-03-24T06:13:13.879Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:13.889Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:13.890Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:14.779Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:14.780Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:14.782Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:14.782Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:14.882Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:14.883Z||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-03-24T06:13:14.883Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:14.894Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:14.894Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:15.782Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:15.783Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:15.786Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:15.786Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:13:15.886Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:15.887Z||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-03-24T06:13:15.887Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:15.901Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:15.901Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:16.786Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:16.787Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:16.789Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:16.789Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:13:16.889Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:16.889Z||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-03-24T06:13:16.890Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:16.901Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:16.902Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:17.789Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:13:17.790Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:17.791Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:17.792Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:13:17.892Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:17.893Z||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-03-24T06:13:17.893Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:17.905Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:17.906Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:13:18.793Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "serviceName": "vFW 2022-03-24 06-11-54",
  "serviceVersion": "1.0",
  "serviceUUID": "d735a9d9-9172-481e-9a02-81eccc141e6a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9a7f7dbc-604a-4deb-ad28-afbe569cb868",
  "resources": [
    {
      "resourceInstanceName": "vFW 43fc73c3-cd7f 0",
      "resourceCustomizationUUID": "c7412a38-7dc8-403d-830c-25062d5edc10",
      "resourceName": "vFW 43fc73c3-cd7f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "98c0a1b9-bf47-49b8-8364-30a28065f95a",
      "resourceInvariantUUID": "6af2d815-e49f-433f-90df-b79111e86fce",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw43fc73c3cd7f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
          "artifactChecksum": "ZmMxNWE1N2I3YWEwZDU2ZThkOTNjZWU3Yjc4ZGEwMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ac29d2c5-c81e-4780-909d-f30f36d9ff54",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "558486da-f861-4680-aa37-67527f8d2463",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7dff6925-4c27-46c4-b6de-2146fa56a934",
            "generatedFromUUID": "558486da-f861-4680-aa37-67527f8d2463"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7dff6925-4c27-46c4-b6de-2146fa56a934",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324061154-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
      "artifactChecksum": "ZTg0M2NiY2YyMThhNTAwYmE0YWY4ODY1MGM1YmRiNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "77b6683b-6c14-4d28-92e0-7afaa67d3f0e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T06:13:18.793Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:13:18.793Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d735a9d9-9172-481e-9a02-81eccc141e6a ASDC
2022-03-24T06:13:18.794Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5d786170-9b7f-4568-8ddc-504d2ea26f6b
ServiceName:vFW 2022-03-24 06-11-54
ServiceVersion:1.0
ServiceUUID:d735a9d9-9172-481e-9a02-81eccc141e6a
ServiceInvariantUUID:9a7f7dbc-604a-4deb-ad28-afbe569cb868
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324061154-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar
ArtifactUUID:77b6683b-6c14-4d28-92e0-7afaa67d3f0e
ArtifactChecksum:ZTg0M2NiY2YyMThhNTAwYmE0YWY4ODY1MGM1YmRiNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 43fc73c3-cd7f 0
ResourceCustomizationUUID:c7412a38-7dc8-403d-830c-25062d5edc10
ResourceInvariantUUID:6af2d815-e49f-433f-90df-b79111e86fce
ResourceName:vFW 43fc73c3-cd7f
ResourceType:VF
ResourceUUID:98c0a1b9-bf47-49b8-8364-30a28065f95a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw43fc73c3cd7f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json
ArtifactUUID:ac29d2c5-c81e-4780-909d-f30f36d9ff54
ArtifactChecksum:ZmMxNWE1N2I3YWEwZDU2ZThkOTNjZWU3Yjc4ZGEwMTg=
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/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml
ArtifactUUID:558486da-f861-4680-aa37-67527f8d2463
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/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
ArtifactUUID:7dff6925-4c27-46c4-b6de-2146fa56a934
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/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
ArtifactUUID:7dff6925-4c27-46c4-b6de-2146fa56a934
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T06:13:18.794Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d735a9d9-9172-481e-9a02-81eccc141e6a 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-03-24T06:13:18.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:13:18.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T06:13:18.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T06:13:18.830Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 77b6683b-6c14-4d28-92e0-7afaa67d3f0e from URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:18.830Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T06:13:18.830Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:19.442Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T06:13:19.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar 77b6683b-6c14-4d28-92e0-7afaa67d3f0e 98944
2022-03-24T06:13:19.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar ASDC sendASDCNotification
2022-03-24T06:13:19.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:19.451Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:13:19.451Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:19.452Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:19.452Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102399450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:13:19.553Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:13:19.553Z||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-03-24T06:13:19.554Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:19.566Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:19.566Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:20.453Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:13:20.454Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T06:13:20.455Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 77b6683b-6c14-4d28-92e0-7afaa67d3f0e, URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar to file: /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:20.455Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324061154-csar.csar
2022-03-24T06:13:20.456Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:20.456Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:20.957Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15920215538594902004/Definitions/service-Vfw20220324061154-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.407Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 43fc73c3-cd7f 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:22.409Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.411Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d36dad15-5854-4aa2-97a3-95a5d38de0b9
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:13:22.412Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=489056ac-abfd-4536-b239-2a33936cbcb6
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:13:22.413Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=056718c4-1282-44b8-bf60-e40ebfe7f24c
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:22.414Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 06-11-54
Description:catalog service description
Model UUID:d735a9d9-9172-481e-9a02-81eccc141e6a
Model Version:NULL
Model InvariantUuid:9a7f7dbc-604a-4deb-ad28-afbe569cb868
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 43fc73c3-cd7f
Model UUID:880e9825-7747-4808-a879-e4f4c2b552f8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6af2d815-e49f-433f-90df-b79111e86fce
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c7412a38-7dc8-403d-830c-25062d5edc10
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:902ebf7f-c3fb-45f5-8f49-be52765b1954
ModelName:Vfw43fc73c3Cd7f..base_vfw..module-0
ModelUuid:ecaf482b-c587-4889-82ec-3f69d05864bd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d36dad15-5854-4aa2-97a3-95a5d38de0b9
ModelInvariantUuid:002050f0-0861-468a-8a23-bcf70e33a35c
ModelName:vFW 43fc73c3-cd7f-nodes.vfwCvfc
ModelUuid:cd162d74-36d1-4ca4-8054-ee6876772a35
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9e4f6940-f4fe-460b-bf6f-fbf56765c028
ModelInvariantUuid:866f35a3-a880-45d8-8cfb-b3832e1a8626
ModelName:Vfw43fc73c3Cd7f.compute.nodes.heat.vfw
ModelUuid:c126bf16-43f4-4229-b737-6dd915f271d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:489056ac-abfd-4536-b239-2a33936cbcb6
ModelInvariantUuid:2b59d815-a702-4534-9858-3b278ab81cb7
ModelName:vFW 43fc73c3-cd7f-nodes.vsnCvfc
ModelUuid:014605d8-efeb-42a4-ab49-80ec829cbaaa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9179f8bf-d82f-4284-a321-54ba4aac5b9d
ModelInvariantUuid:97c981f5-3d02-4fcf-92ed-0cb37833a4a4
ModelName:Vfw43fc73c3Cd7f.compute.nodes.heat.vsn
ModelUuid:dd1dbc6a-9a5d-485a-be1e-4daea174e534
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:056718c4-1282-44b8-bf60-e40ebfe7f24c
ModelInvariantUuid:3912f6fe-4e92-4646-9362-4f1f3f5b47be
ModelName:vFW 43fc73c3-cd7f-nodes.vpgCvfc
ModelUuid:1c0095de-7cf4-4cca-9b1c-0eb7200f0c38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f4560a1c-f57d-41ca-ae3c-4fdf599fabab
ModelInvariantUuid:41652bb6-7ec2-4da3-9927-a69ae3ebbf3a
ModelName:Vfw43fc73c3Cd7f.compute.nodes.heat.vpg
ModelUuid:f9937e9b-ce91-4fea-8a38-94b6288e7e70
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-03-24T06:13:22.421Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 98c0a1b9-bf47-49b8-8364-30a28065f95a
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-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||vFW 43fc73c3-cd7f 0
2022-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98c0a1b9-bf47-49b8-8364-30a28065f95a
2022-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ac29d2c5-c81e-4780-909d-f30f36d9ff54 from URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json
2022-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T06:13:22.423Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json ac29d2c5-c81e-4780-909d-f30f36d9ff54 785
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json ASDC sendASDCNotification
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:13:22.641Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:22.643Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:22.643Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102402641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:13:22.744Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:22.744Z||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-03-24T06:13:22.744Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:22.757Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:22.757Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:23.644Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw43fc73c3Cd7f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "902ebf7f-c3fb-45f5-8f49-be52765b1954",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ecaf482b-c587-4889-82ec-3f69d05864bd",
    "vfModuleModelCustomizationUUID": "b2431c08-49be-4976-a456-32360d05d01c",
    "isBase": true,
    "artifacts": [
      "558486da-f861-4680-aa37-67527f8d2463",
      "7dff6925-4c27-46c4-b6de-2146fa56a934"
    ],
    "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-03-24T06:13:23.647Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43fc73c3Cd7f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ecaf482b-c587-4889-82ec-3f69d05864bd
VfModuleModelInvariantUUID:902ebf7f-c3fb-45f5-8f49-be52765b1954
VfModuleModelDescription:NULL
Artifacts UUID List:{
558486da-f861-4680-aa37-67527f8d2463
,
7dff6925-4c27-46c4-b6de-2146fa56a934

}
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-03-24T06:13:23.649Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw43fc73c3Cd7f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "902ebf7f-c3fb-45f5-8f49-be52765b1954",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ecaf482b-c587-4889-82ec-3f69d05864bd",
    "vfModuleModelCustomizationUUID": "b2431c08-49be-4976-a456-32360d05d01c",
    "isBase": true,
    "artifacts": [
      "558486da-f861-4680-aa37-67527f8d2463",
      "7dff6925-4c27-46c4-b6de-2146fa56a934"
    ],
    "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-03-24T06:13:23.649Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw43fc73c3Cd7f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ecaf482b-c587-4889-82ec-3f69d05864bd
VfModuleModelInvariantUUID:902ebf7f-c3fb-45f5-8f49-be52765b1954
VfModuleModelDescription:NULL
Artifacts UUID List:{
558486da-f861-4680-aa37-67527f8d2463
,
7dff6925-4c27-46c4-b6de-2146fa56a934

}
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-03-24T06:13:23.649Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 558486da-f861-4680-aa37-67527f8d2463 from URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml
2022-03-24T06:13:23.650Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T06:13:23.650Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml
2022-03-24T06:13:23.941Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml 558486da-f861-4680-aa37-67527f8d2463 20368
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:13:23.942Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:23.944Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:23.945Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102403942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:13:24.045Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:24.045Z||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-03-24T06:13:24.046Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:24.059Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:24.059Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:24.945Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7dff6925-4c27-46c4-b6de-2146fa56a934 from URL: /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
2022-03-24T06:13:24.946Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T06:13:24.946Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
2022-03-24T06:13:25.170Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T06:13:25.170Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env 7dff6925-4c27-46c4-b6de-2146fa56a934 2098
2022-03-24T06:13:25.171Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:13:25.171Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
2022-03-24T06:13:25.171Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:13:25.171Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:25.172Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:25.172Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102405171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:13:25.273Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:25.273Z||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-03-24T06:13:25.273Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:25.288Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:25.288Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:26.173Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d735a9d9-9172-481e-9a02-81eccc141e6a
2022-03-24T06:13:26.174Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 43fc73c3-cd7f 0 98c0a1b9-bf47-49b8-8364-30a28065f95a 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-03-24T06:13:26.191Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d58acf5, org.onap.sdc.toscaparser.api.parameters.Input@617186c5, org.onap.sdc.toscaparser.api.parameters.Input@52c8e7a4, org.onap.sdc.toscaparser.api.parameters.Input@550c01b1, org.onap.sdc.toscaparser.api.parameters.Input@4d2b20e1]
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c7412a38-7dc8-403d-830c-25062d5edc10
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7412a38-7dc8-403d-830c-25062d5edc10 matches Tosca VF Customization UUID: c7412a38-7dc8-403d-830c-25062d5edc10
2022-03-24T06:13:26.192Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c7412a38-7dc8-403d-830c-25062d5edc10  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-03-24T06:13:26.194Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.194Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:26.194Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c7412a38-7dc8-403d-830c-25062d5edc10: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T06:13:26.194Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5568c8
2022-03-24T06:13:26.195Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.195Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:13:26.195Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2431c08-49be-4976-a456-32360d05d01c
2022-03-24T06:13:26.195Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2431c08-49be-4976-a456-32360d05d01c
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-03-24T06:13:26.196Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:13:26.197Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:13:26.198Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:13:26.198Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:26.198Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:26.198Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:13:26.198Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:26.198Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:13:26.198Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:26.198Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d36dad15-5854-4aa2-97a3-95a5d38de0b9
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-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:26.200Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:13:26.201Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:13:26.201Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:13:26.201Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:26.201Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:13:26.201Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:26.201Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=489056ac-abfd-4536-b239-2a33936cbcb6
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-03-24T06:13:26.202Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.202Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:13:26.203Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=056718c4-1282-44b8-bf60-e40ebfe7f24c
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-03-24T06:13:26.205Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.205Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:26.205Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:13:26.205Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.205Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Node template vFW 43fc73c3-cd7f 0 is matching search criteria
2022-03-24T06:13:26.205Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 43fc73c3-cd7f 0] matching following query criteria: sdcType=VF, customizationUUID=c7412a38-7dc8-403d-830c-25062d5edc10
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-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d735a9d9-9172-481e-9a02-81eccc141e6a: vFW 43fc73c3-cd7f
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.207Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:26.208Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:13:26.208Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-24 06-11-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:13:26.208Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-03-24 06-11-54 
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-03-24T06:13:26.384Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 43fc73c3-cd7f 98c0a1b9-bf47-49b8-8364-30a28065f95a 1 ASDC deployResourceStructure
2022-03-24T06:13:26.384Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json ASDC sendASDCNotification
2022-03-24T06:13:26.384Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json
2022-03-24T06:13:26.384Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:13:26.385Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:26.387Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:26.387Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102406384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:13:26.488Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:26.488Z||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-03-24T06:13:26.488Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:26.501Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:26.501Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:27.389Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:13:27.389Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml
2022-03-24T06:13:27.389Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:13:27.389Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:27.391Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:27.392Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102407389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:13:27.492Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:27.492Z||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-03-24T06:13:27.492Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:27.505Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:27.505Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:28.393Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:13:28.393Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env
2022-03-24T06:13:28.393Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:13:28.394Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:28.396Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:28.396Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102408393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T06:13:28.496Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:28.497Z||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-03-24T06:13:28.497Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:28.511Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:28.511Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:29.397Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar ASDC sendASDCNotification
2022-03-24T06:13:29.397Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar
2022-03-24T06:13:29.397Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:13:29.398Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:13:29.400Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:13:29.400Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102409397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:13:29.500Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:13:29.501Z||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-03-24T06:13:29.501Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:13:29.515Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:13:29.516Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:13:30.401Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:13:30.408Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:13:30.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:13:30.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:13:30.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:14:00.410Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:14:00.421Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:14:00.424Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:14:00.424Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:14:00.424Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:14:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:14:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T06:14:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:14:11.162Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:14:11.163Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:14:11.163Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102387588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:14:11.163Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:14:30.424Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:14:30.434Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:14:30.437Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:14:30.437Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:14:30.437Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:15:00.437Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:15:00.448Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:15:00.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:15:00.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:15:00.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:15:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:15:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T06:15:11.141Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:15:11.163Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:15:11.164Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:15:11.164Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102385613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:15:11.165Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:15:30.450Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:15:30.463Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:15:30.466Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:15:30.466Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:15:30.466Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:16:00.466Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:16:00.474Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:16:00.476Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:16:00.476Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:16:00.476Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:16:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:16:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T06:16:11.141Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:16:11.672Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:16:11.674Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.674Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102387814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.675Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.675Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.675Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102391465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.675Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.675Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.675Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "cds",
  "timestamp": 1648102391531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "dcae-sch",
  "timestamp": 1648102386043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102387588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.676Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102385613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102387814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102392469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.677Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "cds",
  "timestamp": 1648102392536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-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-03-24T06:16:11.713Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d786170-9b7f-4568-8ddc-504d2ea26f6b
2022-03-24T06:16:11.713Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d786170-9b7f-4568-8ddc-504d2ea26f6b 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-03-24T06:16:11.723Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.723Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "dcae-sch",
  "timestamp": 1648102386043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.724Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.724Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.724Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:16:11.724Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.724Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.724Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102387588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.725Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.725Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.725Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102393328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.725Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.725Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.725Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102387814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.725Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.726Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.726Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "policy-id",
  "timestamp": 1648102393472,
  "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-03-24T06:16:11.731Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d786170-9b7f-4568-8ddc-504d2ea26f6b
2022-03-24T06:16:11.732Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d786170-9b7f-4568-8ddc-504d2ea26f6b 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-03-24T06:16:11.740Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.740Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:16:11.740Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.740Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.740Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102387588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.740Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.740Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.740Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102394388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102393842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102387814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102395434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.741Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.742Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.742Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102393842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.742Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.742Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.742Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:16:11.742Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.742Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.742Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102396445,
  "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-03-24T06:16:11.746Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d786170-9b7f-4568-8ddc-504d2ea26f6b
2022-03-24T06:16:11.746Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d786170-9b7f-4568-8ddc-504d2ea26f6b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-24T06:16:11.753Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.753Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102393842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.753Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.753Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.753Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.753Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.753Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.753Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102397447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102393842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102391137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102393842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102399450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102393842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.754Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102393842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102401656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102401814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102402641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102403821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102403942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.755Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "clamp",
  "timestamp": 1648102404823,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T06:16:11.759Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d786170-9b7f-4568-8ddc-504d2ea26f6b
2022-03-24T06:16:11.759Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d786170-9b7f-4568-8ddc-504d2ea26f6b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102405171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102406384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/vfw43fc73c3cd7f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102407389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102408393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/resourceInstances/vfw43fc73c3cd7f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102409397,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102410559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324061154/1.0/artifacts/service-Vfw20220324061154-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:16:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "aai-ml",
  "timestamp": 1648102411564,
  "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-03-24T06:16:11.771Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d786170-9b7f-4568-8ddc-504d2ea26f6b
2022-03-24T06:16:11.771Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d786170-9b7f-4568-8ddc-504d2ea26f6b 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-03-24T06:16:30.476Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:16:30.488Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:16:30.490Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:16:30.490Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:16:30.490Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:16:30.490Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:17:00.491Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:17:00.501Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:17:00.503Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:17:00.503Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:17:00.503Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:17:00.503Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:17:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:17:11.141Z||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-03-24T06:17:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:17:20.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:17:30.503Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:17:30.513Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:17:30.515Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:17:30.515Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:17:30.516Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:17:30.516Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:18:00.516Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:18:00.525Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:18:00.527Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:18:00.527Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:18:00.527Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:18:00.527Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:18:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:18:11.140Z||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-03-24T06:18:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:18:20.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:18:30.527Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:18:30.528Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b 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-03-24T06:18:30.533Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d786170-9b7f-4568-8ddc-504d2ea26f6b and serviceModelVersionId: d735a9d9-9172-481e-9a02-81eccc141e6a
2022-03-24T06:18:30.533Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a7f7dbc-604a-4deb-ad28-afbe569cb868
2022-03-24T06:18:30.534Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a7f7dbc-604a-4deb-ad28-afbe569cb868/model-vers/model-ver/d735a9d9-9172-481e-9a02-81eccc141e6a?depth=0
2022-03-24T06:18:30.539Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:18:30.565Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a7f7dbc-604a-4deb-ad28-afbe569cb868/model-vers/model-ver/d735a9d9-9172-481e-9a02-81eccc141e6a?depth=0|INFO|500||Invoke
2022-03-24T06:18:30.566Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a7f7dbc-604a-4deb-ad28-afbe569cb868/model-vers/model-ver/d735a9d9-9172-481e-9a02-81eccc141e6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a7f7dbc-604a-4deb-ad28-afbe569cb868/model-vers/model-ver/d735a9d9-9172-481e-9a02-81eccc141e6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5d786170-9b7f-4568-8ddc-504d2ea26f6b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84c00122-1478-4dd8-b71b-efee0d33bb12], X-ECOMP-RequestID=[5d786170-9b7f-4568-8ddc-504d2ea26f6b], X-TransactionId=[], X-ONAP-RequestID=[5d786170-9b7f-4568-8ddc-504d2ea26f6b], Content-Type=[application/merge-patch+json]}
2022-03-24T06:18:30.583Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a7f7dbc-604a-4deb-ad28-afbe569cb868/model-vers/model-ver/d735a9d9-9172-481e-9a02-81eccc141e6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T06:18:30.695Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a7f7dbc-604a-4deb-ad28-afbe569cb868/model-vers/model-ver/d735a9d9-9172-481e-9a02-81eccc141e6a?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/9a7f7dbc-604a-4deb-ad28-afbe569cb868/model-vers/model-ver/d735a9d9-9172-481e-9a02-81eccc141e6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-06:18:30:588-74704], vertex-id=[397528], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:18:30 GMT], Content-Type=[application/json]}
2022-03-24T06:18:30.696Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a7f7dbc-604a-4deb-ad28-afbe569cb868/model-vers/model-ver/d735a9d9-9172-481e-9a02-81eccc141e6a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:18:30.697Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a7f7dbc-604a-4deb-ad28-afbe569cb868/model-vers/model-ver/d735a9d9-9172-481e-9a02-81eccc141e6a?depth=0|INFO|500||InvokeReturn
2022-03-24T06:18:30.697Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:18:30.697Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T06:18:30.701Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T06:18:30.702Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d786170-9b7f-4568-8ddc-504d2ea26f6b and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:18:30.702Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:18:30.702Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:18:30.704Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:18:30.705Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102710702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:18:30.805Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:18:30.806Z||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-03-24T06:18:30.806Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:18:30.818Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:18:30.819Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T06:18:31.716Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:18:31.717Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:18:31.717Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:18:42.443Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:18:42.444Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:18:42.444Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:18:42.444Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:18:51.983Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:18:51.983Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:18:51.984Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:18:51.984Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:19:01.522Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:19:01.522Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:19:01.523Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:19:01.523Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:19:11.063Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:19:11.063Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:19:11.064Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:19:11.064Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:19:11.140Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:19:11.140Z||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-03-24T06:19:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:19:11.768Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:19:11.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T06:19:11.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d786170-9b7f-4568-8ddc-504d2ea26f6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102710702,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:19:11.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:19:20.608Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:19:20.608Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:19:20.609Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-03-24T06:19:20.609Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:19:30.151Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:20:11.137Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:20:11.138Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-03-24T06:20:11.138Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:20:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:20:11.140Z||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-03-24T06:20:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:20:20.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:20:20.686Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:21:11.137Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:21:11.137Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-03-24T06:21:11.137Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:21:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:21:11.140Z||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-03-24T06:21:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:21:20.682Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:21:20.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:11.137Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:22:11.137Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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-03-24T06:22:11.138Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:11.139Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:22:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:22:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:11.764Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:11.765Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.765Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c2c1f3c0-42f8-4837-8cb6-3774d5212ec8","serviceName":"vFW 2022-03-24 06-20-15","serviceVersion":"1.0","serviceUUID":"d6366efa-f5bd-45fd-9c2b-acd5ce098519","serviceDescription":"catalog service description","serviceInvariantUUID":"73f4ca82-fa41-47cb-b242-b00d7b04fdf4","resources":[{"resourceInstanceName":"vFW 1369740f-e933 0","resourceName":"vFW 1369740f-e933","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8bb20742-789d-4f91-94b0-bb5fc12eb0ac","resourceInvariantUUID":"8271bedd-b895-4020-80f5-5cc99abe8fd8","resourceCustomizationUUID":"80f94204-2902-447f-b346-89b036da0da8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml","artifactChecksum":"NDlkY2NkOWJhOTMwMGM1NmExODAzYzBhNjlkMGYxN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb1a4772-5e25-4487-9c29-7232839ac5db","artifactVersion":"1"},{"artifactName":"vfw1369740fe9330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json","artifactChecksum":"NTU2MjE0MWZmZDlkODAzMjA4ODhhOWJjYmMzYTZkMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4db40afb-2ce0-40aa-bfca-08c03daee38b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4027cf80-3365-452c-9cf9-6ec3a03b1568","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml","artifactChecksum":"Mzg1YTMxNjU3YjQ2NzYxMzM1M2M5YjkzNmJlMTFmZGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7c8acfa2-0b03-49bd-b4d4-2ce50823fe2c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ec179499-b97d-4d7e-ab51-c1b2be65ca86","artifactVersion":"2","generatedFromUUID":"4027cf80-3365-452c-9cf9-6ec3a03b1568"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324062015-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml","artifactChecksum":"OGZiOGI5MGZlNDA1MjFkYmU2MjcyZDllMzMwZTYyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"113b7b9a-4090-4e6c-80ba-bf68b5ae1c0f","artifactVersion":"1"},{"artifactName":"service-Vfw20220324062015-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar","artifactChecksum":"ZjUwOGI2OWQ1YTFkNWU4Y2UzNzA3MDJjNTVkNmIwNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d91689b-258c-4b28-89ce-5e62b8320064","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:22:11.768Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:22:11.769Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:11.769Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:11.771Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:11.771Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.774Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.774Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "cds",
  "timestamp": 1648102886592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.775Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.775Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.775Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "dcae-sch",
  "timestamp": 1648102886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.775Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.775Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.775Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.775Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.775Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102882855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "dcae-sch",
  "timestamp": 1648102886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "cds",
  "timestamp": 1648102886592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102882855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "dcae-sch",
  "timestamp": 1648102886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "cds",
  "timestamp": 1648102886592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102882855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "cds",
  "timestamp": 1648102886592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "dcae-sch",
  "timestamp": 1648102886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102882855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "cds",
  "timestamp": 1648102886592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "dcae-sch",
  "timestamp": 1648102886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102882855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "cds",
  "timestamp": 1648102886592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "dcae-sch",
  "timestamp": 1648102886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102882855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102885613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "cds",
  "timestamp": 1648102886592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "dcae-sch",
  "timestamp": 1648102886043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102882855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648102887588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102894967,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "cds",
  "timestamp": 1648102894976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102894976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.783Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "cds",
  "timestamp": 1648102895980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-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-03-24T06:22:11.797Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
2022-03-24T06:22:11.797Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2c1f3c0-42f8-4837-8cb6-3774d5212ec8 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-03-24T06:22:11.804Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.804Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102895980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:22:11.804Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.804Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.804Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102896026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:11.804Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.804Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.804Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "policy-id",
  "timestamp": 1648102896982,
  "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-03-24T06:22:11.808Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
2022-03-24T06:22:11.808Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2c1f3c0-42f8-4837-8cb6-3774d5212ec8 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-03-24T06:22:11.816Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.816Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102897067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:11.816Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.816Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.816Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102898080,
  "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-03-24T06:22:11.821Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
2022-03-24T06:22:11.821Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2c1f3c0-42f8-4837-8cb6-3774d5212ec8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-24T06:22:11.827Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.827Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102897814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.827Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.827Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.827Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648102899083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:22:11.827Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.827Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.827Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102897814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102897814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102897814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102897814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102897814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102897814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102903842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102903842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102903842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.828Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102903842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102903842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102903842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102903842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102911666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102917907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102919755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102919915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.829Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "aai-ml",
  "timestamp": 1648102920758,
  "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-03-24T06:22:11.834Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
2022-03-24T06:22:11.834Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2c1f3c0-42f8-4837-8cb6-3774d5212ec8 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-03-24T06:22:11.841Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:22:11.842Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "clamp",
  "timestamp": 1648102920917,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T06:22:11.847Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
2022-03-24T06:22:11.847Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c2c1f3c0-42f8-4837-8cb6-3774d5212ec8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:22:11.871Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:11.872Z||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-03-24T06:22:11.873Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:11.882Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:11.883Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:12.772Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:22:12.772Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:12.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:12.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:22:12.874Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:12.875Z||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-03-24T06:22:12.875Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:12.888Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:12.889Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:13.774Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:22:13.775Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:13.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:13.776Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:22:13.877Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:22:13.877Z||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-03-24T06:22:13.878Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:13.890Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:13.891Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:22:14.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:22:14.777Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:14.779Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:14.779Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:14.879Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:14.879Z||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-03-24T06:22:14.879Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:14.889Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:14.889Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:15.779Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:22:15.781Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:15.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:15.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:22:15.883Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:15.883Z||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-03-24T06:22:15.884Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:15.896Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:15.897Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:16.783Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:22:16.784Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:16.786Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:16.787Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:22:16.887Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:16.888Z||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-03-24T06:22:16.888Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:16.898Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:16.898Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:17.787Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:22:17.788Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:17.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:17.790Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:22:17.891Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T06:22:17.891Z||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-03-24T06:22:17.891Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:17.907Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:17.907Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:18.792Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "serviceName": "vFW 2022-03-24 06-20-15",
  "serviceVersion": "1.0",
  "serviceUUID": "d6366efa-f5bd-45fd-9c2b-acd5ce098519",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73f4ca82-fa41-47cb-b242-b00d7b04fdf4",
  "resources": [
    {
      "resourceInstanceName": "vFW 1369740f-e933 0",
      "resourceCustomizationUUID": "80f94204-2902-447f-b346-89b036da0da8",
      "resourceName": "vFW 1369740f-e933",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8bb20742-789d-4f91-94b0-bb5fc12eb0ac",
      "resourceInvariantUUID": "8271bedd-b895-4020-80f5-5cc99abe8fd8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1369740fe9330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
          "artifactChecksum": "NTU2MjE0MWZmZDlkODAzMjA4ODhhOWJjYmMzYTZkMjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4db40afb-2ce0-40aa-bfca-08c03daee38b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4027cf80-3365-452c-9cf9-6ec3a03b1568",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ec179499-b97d-4d7e-ab51-c1b2be65ca86",
            "generatedFromUUID": "4027cf80-3365-452c-9cf9-6ec3a03b1568"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ec179499-b97d-4d7e-ab51-c1b2be65ca86",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324062015-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
      "artifactChecksum": "ZjUwOGI2OWQ1YTFkNWU4Y2UzNzA3MDJjNTVkNmIwNGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6d91689b-258c-4b28-89ce-5e62b8320064"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T06:22:18.792Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:22:18.793Z|7b9b49dc-c47e-41ff-81b7-db4fd227f6b9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d6366efa-f5bd-45fd-9c2b-acd5ce098519 ASDC
2022-03-24T06:22:18.793Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
ServiceName:vFW 2022-03-24 06-20-15
ServiceVersion:1.0
ServiceUUID:d6366efa-f5bd-45fd-9c2b-acd5ce098519
ServiceInvariantUUID:73f4ca82-fa41-47cb-b242-b00d7b04fdf4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324062015-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar
ArtifactUUID:6d91689b-258c-4b28-89ce-5e62b8320064
ArtifactChecksum:ZjUwOGI2OWQ1YTFkNWU4Y2UzNzA3MDJjNTVkNmIwNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1369740f-e933 0
ResourceCustomizationUUID:80f94204-2902-447f-b346-89b036da0da8
ResourceInvariantUUID:8271bedd-b895-4020-80f5-5cc99abe8fd8
ResourceName:vFW 1369740f-e933
ResourceType:VF
ResourceUUID:8bb20742-789d-4f91-94b0-bb5fc12eb0ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1369740fe9330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json
ArtifactUUID:4db40afb-2ce0-40aa-bfca-08c03daee38b
ArtifactChecksum:NTU2MjE0MWZmZDlkODAzMjA4ODhhOWJjYmMzYTZkMjg=
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/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml
ArtifactUUID:4027cf80-3365-452c-9cf9-6ec3a03b1568
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/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env
ArtifactUUID:ec179499-b97d-4d7e-ab51-c1b2be65ca86
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/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env
ArtifactUUID:ec179499-b97d-4d7e-ab51-c1b2be65ca86
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T06:22:18.793Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d6366efa-f5bd-45fd-9c2b-acd5ce098519 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-03-24T06:22:18.827Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:22:18.827Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:22:18.827Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:22:18.828Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6d91689b-258c-4b28-89ce-5e62b8320064 from URL: /sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:18.828Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:22:18.828Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:19.361Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:22:19.365Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar 6d91689b-258c-4b28-89ce-5e62b8320064 98933
2022-03-24T06:22:19.365Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar ASDC sendASDCNotification
2022-03-24T06:22:19.365Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:19.365Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:22:19.365Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:19.367Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:19.367Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102939365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:19.467Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:19.468Z||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-03-24T06:22:19.468Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:19.481Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:19.481Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:20.367Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:22:20.369Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:22:20.369Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6d91689b-258c-4b28-89ce-5e62b8320064, URL: /sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar to file: /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:20.369Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324062015-csar.csar
2022-03-24T06:22:20.370Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:20.370Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:20.497Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6848515866743123086/Definitions/service-Vfw20220324062015-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1369740f-e933 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-Vfw20220324062015-csar.csar
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T06:22:21.921Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is not matching search criteria
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:22:21.922Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:22:21.923Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is not matching search criteria
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:22:21.924Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4320154d-cba5-4ddc-ac35-0ffac7282762
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.925Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=357bc2b3-1490-433e-b8a8-17d94c75d3bb
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:22:21.926Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13ae07e9-cd00-4b3e-8271-17b1d47f4a4a
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:21.927Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 06-20-15
Description:catalog service description
Model UUID:d6366efa-f5bd-45fd-9c2b-acd5ce098519
Model Version:NULL
Model InvariantUuid:73f4ca82-fa41-47cb-b242-b00d7b04fdf4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1369740f-e933
Model UUID:22f5970b-9946-490b-9b48-03ed5f02efd1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8271bedd-b895-4020-80f5-5cc99abe8fd8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:80f94204-2902-447f-b346-89b036da0da8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d9262521-8b2b-46c9-9ffd-84993fb7378a
ModelName:Vfw1369740fE933..base_vfw..module-0
ModelUuid:585bb91d-87a8-4783-ab0f-7566143835d7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4320154d-cba5-4ddc-ac35-0ffac7282762
ModelInvariantUuid:7508af37-f74d-4d1d-b998-018cf89d5125
ModelName:vFW 1369740f-e933-nodes.vfwCvfc
ModelUuid:571bb8cc-4a5f-417f-8863-da3ceb3df916
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:23a7211e-e378-4aba-aa9f-564dc50414d3
ModelInvariantUuid:cd58c0f8-4423-48de-8a21-4078c7bfed6e
ModelName:Vfw1369740fE933.compute.nodes.heat.vfw
ModelUuid:81f47e02-c5a5-4191-bb45-4701a3eb9c81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:357bc2b3-1490-433e-b8a8-17d94c75d3bb
ModelInvariantUuid:7b35d36b-425e-4f00-9aa4-4ab3b3c038a7
ModelName:vFW 1369740f-e933-nodes.vsnCvfc
ModelUuid:45c4712f-4874-4457-a15f-8dbee61b6f51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5b771885-e920-4141-8516-a7a762524dff
ModelInvariantUuid:dc70c778-2678-4799-b15c-b4ff51f66c18
ModelName:Vfw1369740fE933.compute.nodes.heat.vsn
ModelUuid:b257eb55-cf09-45e2-b3b4-4432636b4b8f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:13ae07e9-cd00-4b3e-8271-17b1d47f4a4a
ModelInvariantUuid:9b1eec78-7dbf-4a0d-9098-fd1eb914adba
ModelName:vFW 1369740f-e933-nodes.vpgCvfc
ModelUuid:c1e18730-78b0-44fa-a7a9-9205d3d7c602
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4d6075b3-ae1c-4b1b-9b5c-aa99695df44a
ModelInvariantUuid:ed19ea64-c3c9-4e6e-9729-ea077b9890f8
ModelName:Vfw1369740fE933.compute.nodes.heat.vpg
ModelUuid:82a5dd8f-441e-47a1-a9f9-920c28d8b105
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-03-24T06:22:21.935Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8bb20742-789d-4f91-94b0-bb5fc12eb0ac
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-03-24T06:22:21.937Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||vFW 1369740f-e933 0
2022-03-24T06:22:21.937Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8bb20742-789d-4f91-94b0-bb5fc12eb0ac
2022-03-24T06:22:21.938Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4db40afb-2ce0-40aa-bfca-08c03daee38b from URL: /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json
2022-03-24T06:22:21.938Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:22:21.938Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json
2022-03-24T06:22:22.174Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:22:22.175Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json 4db40afb-2ce0-40aa-bfca-08c03daee38b 785
2022-03-24T06:22:22.175Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json ASDC sendASDCNotification
2022-03-24T06:22:22.175Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json
2022-03-24T06:22:22.175Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:22:22.176Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:22.178Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:22.178Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102942175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:22.278Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:22.279Z||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-03-24T06:22:22.279Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:22.292Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:22.292Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:23.178Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1369740fE933..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9262521-8b2b-46c9-9ffd-84993fb7378a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "585bb91d-87a8-4783-ab0f-7566143835d7",
    "vfModuleModelCustomizationUUID": "4ea9b451-1af5-40ab-a9d7-e31146bdc42e",
    "isBase": true,
    "artifacts": [
      "4027cf80-3365-452c-9cf9-6ec3a03b1568",
      "ec179499-b97d-4d7e-ab51-c1b2be65ca86"
    ],
    "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-03-24T06:22:23.181Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1369740fE933..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:585bb91d-87a8-4783-ab0f-7566143835d7
VfModuleModelInvariantUUID:d9262521-8b2b-46c9-9ffd-84993fb7378a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4027cf80-3365-452c-9cf9-6ec3a03b1568
,
ec179499-b97d-4d7e-ab51-c1b2be65ca86

}
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-03-24T06:22:23.183Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1369740fE933..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9262521-8b2b-46c9-9ffd-84993fb7378a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "585bb91d-87a8-4783-ab0f-7566143835d7",
    "vfModuleModelCustomizationUUID": "4ea9b451-1af5-40ab-a9d7-e31146bdc42e",
    "isBase": true,
    "artifacts": [
      "4027cf80-3365-452c-9cf9-6ec3a03b1568",
      "ec179499-b97d-4d7e-ab51-c1b2be65ca86"
    ],
    "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-03-24T06:22:23.184Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1369740fE933..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:585bb91d-87a8-4783-ab0f-7566143835d7
VfModuleModelInvariantUUID:d9262521-8b2b-46c9-9ffd-84993fb7378a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4027cf80-3365-452c-9cf9-6ec3a03b1568
,
ec179499-b97d-4d7e-ab51-c1b2be65ca86

}
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-03-24T06:22:23.184Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4027cf80-3365-452c-9cf9-6ec3a03b1568 from URL: /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml
2022-03-24T06:22:23.184Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:22:23.184Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml
2022-03-24T06:22:23.257Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:22:23.258Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml 4027cf80-3365-452c-9cf9-6ec3a03b1568 20368
2022-03-24T06:22:23.258Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:22:23.258Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml
2022-03-24T06:22:23.258Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:22:23.259Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:23.260Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:23.260Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102943258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:23.361Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:23.361Z||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-03-24T06:22:23.361Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:23.372Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:23.373Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:24.261Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ec179499-b97d-4d7e-ab51-c1b2be65ca86 from URL: /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env
2022-03-24T06:22:24.261Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:22:24.262Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env
2022-03-24T06:22:24.454Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:22:24.454Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env ec179499-b97d-4d7e-ab51-c1b2be65ca86 2098
2022-03-24T06:22:24.454Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:22:24.454Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env
2022-03-24T06:22:24.454Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:22:24.454Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:24.456Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:24.456Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102944454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:22:24.556Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:24.557Z||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-03-24T06:22:24.557Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:24.570Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:24.571Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:25.456Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d6366efa-f5bd-45fd-9c2b-acd5ce098519
2022-03-24T06:22:25.456Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1369740f-e933 0 8bb20742-789d-4f91-94b0-bb5fc12eb0ac 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-03-24T06:22:25.473Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@563afc22, org.onap.sdc.toscaparser.api.parameters.Input@6bf853cc, org.onap.sdc.toscaparser.api.parameters.Input@6a0f93df, org.onap.sdc.toscaparser.api.parameters.Input@1b5dc89a, org.onap.sdc.toscaparser.api.parameters.Input@1a87ec3f]
2022-03-24T06:22:25.474Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.474Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:25.474Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-24T06:22:25.474Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 80f94204-2902-447f-b346-89b036da0da8
2022-03-24T06:22:25.474Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 80f94204-2902-447f-b346-89b036da0da8 matches Tosca VF Customization UUID: 80f94204-2902-447f-b346-89b036da0da8
2022-03-24T06:22:25.474Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 80f94204-2902-447f-b346-89b036da0da8  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-03-24T06:22:25.478Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.478Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:25.479Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 80f94204-2902-447f-b346-89b036da0da8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T06:22:25.479Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50a35376
2022-03-24T06:22:25.479Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.479Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:22:25.480Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ea9b451-1af5-40ab-a9d7-e31146bdc42e
2022-03-24T06:22:25.480Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ea9b451-1af5-40ab-a9d7-e31146bdc42e
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-03-24T06:22:25.482Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.482Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:25.482Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:22:25.482Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.482Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:25.483Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:22:25.483Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.483Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is not matching search criteria
2022-03-24T06:22:25.483Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:22:25.483Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:22:25.483Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:22:25.483Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:22:25.484Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:22:25.484Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:25.484Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:25.484Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:22:25.484Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:25.484Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:22:25.484Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:25.484Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4320154d-cba5-4ddc-ac35-0ffac7282762
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-03-24T06:22:25.486Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.487Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:25.487Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:22:25.487Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.487Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is not matching search criteria
2022-03-24T06:22:25.487Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:22:25.487Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:22:25.487Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:22:25.487Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:25.488Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:25.488Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:25.488Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:22:25.488Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:22:25.488Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:22:25.488Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:25.488Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:22:25.488Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:25.488Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=357bc2b3-1490-433e-b8a8-17d94c75d3bb
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-03-24T06:22:25.490Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.490Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:25.490Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:22:25.491Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13ae07e9-cd00-4b3e-8271-17b1d47f4a4a
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-03-24T06:22:25.493Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.493Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:25.493Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:22:25.493Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.493Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Node template vFW 1369740f-e933 0 is matching search criteria
2022-03-24T06:22:25.493Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 1369740f-e933 0] matching following query criteria: sdcType=VF, customizationUUID=80f94204-2902-447f-b346-89b036da0da8
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-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d6366efa-f5bd-45fd-9c2b-acd5ce098519: vFW 1369740f-e933
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:22:25.495Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-24 06-20-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:22:25.496Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-24 06-20-15 
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-03-24T06:22:25.652Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1369740f-e933 8bb20742-789d-4f91-94b0-bb5fc12eb0ac 1 ASDC deployResourceStructure
2022-03-24T06:22:25.652Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json ASDC sendASDCNotification
2022-03-24T06:22:25.653Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json
2022-03-24T06:22:25.653Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:22:25.653Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:25.654Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:25.654Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102945652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:22:25.754Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:25.755Z||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-03-24T06:22:25.755Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:25.767Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:25.767Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:26.655Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:22:26.656Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml
2022-03-24T06:22:26.656Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:22:26.656Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:26.659Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:26.659Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102946655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:22:26.759Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:26.759Z||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-03-24T06:22:26.759Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:26.771Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:26.771Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:27.659Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:22:27.660Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env
2022-03-24T06:22:27.660Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:22:27.660Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:27.662Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:27.662Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102947659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T06:22:27.762Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:27.763Z||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-03-24T06:22:27.763Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:27.775Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:27.775Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:22:28.663Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar ASDC sendASDCNotification
2022-03-24T06:22:28.664Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar
2022-03-24T06:22:28.664Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:22:28.664Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:22:28.666Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:22:28.666Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102948663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:22:28.766Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:22:28.767Z||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-03-24T06:22:28.767Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:22:28.780Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:22:28.781Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:22:29.666Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:22:29.678Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:22:29.681Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:22:29.681Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:22:29.681Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:22:29.681Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:22:59.681Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:22:59.691Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:22:59.694Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:22:59.694Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:22:59.694Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:22:59.694Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:23:11.139Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:23:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:23:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:23:11.265Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:23:11.265Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:23:11.265Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:23:11.266Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:23:29.694Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:23:29.704Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:23:29.706Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:23:29.706Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:23:29.707Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:23:29.707Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:23:59.707Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:23:59.719Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:23:59.722Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:23:59.722Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:23:59.722Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:23:59.722Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:24:11.139Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:24:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:24:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:24:11.664Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:24:11.664Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.664Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102931137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102939365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102942175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:24:11.665Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102943258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102944454,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102945652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/vfw1369740fe9330_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102946655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102947659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/resourceInstances/vfw1369740fe9330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648102948663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324062015/1.0/artifacts/service-Vfw20220324062015-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:24:11.666Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:24:29.722Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:24:29.732Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:24:29.733Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:24:29.734Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:24:29.734Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:24:29.734Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:24:59.734Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:24:59.739Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:24:59.740Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:24:59.740Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:24:59.740Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:24:59.740Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:25:11.139Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:25:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:25:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:25:20.684Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:25:29.741Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:25:29.747Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:25:29.749Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:25:29.750Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:25:29.750Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:25:29.750Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:25:59.750Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:25:59.761Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:25:59.763Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:25:59.763Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:25:59.763Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:25:59.764Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:26:11.139Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:26:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:26:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:26:20.680Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:26:29.764Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:26:29.773Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:26:29.775Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:26:29.775Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:26:29.775Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:26:29.775Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:26:59.775Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:26:59.785Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:26:59.788Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:26:59.788Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:26:59.788Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:26:59.788Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:27:11.139Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:27:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T06:27:11.140Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:27:20.683Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:27:29.788Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:27:29.789Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8 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-03-24T06:27:29.794Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c2c1f3c0-42f8-4837-8cb6-3774d5212ec8 and serviceModelVersionId: d6366efa-f5bd-45fd-9c2b-acd5ce098519
2022-03-24T06:27:29.795Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73f4ca82-fa41-47cb-b242-b00d7b04fdf4
2022-03-24T06:27:29.796Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73f4ca82-fa41-47cb-b242-b00d7b04fdf4/model-vers/model-ver/d6366efa-f5bd-45fd-9c2b-acd5ce098519?depth=0
2022-03-24T06:27:29.802Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:27:29.828Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f4ca82-fa41-47cb-b242-b00d7b04fdf4/model-vers/model-ver/d6366efa-f5bd-45fd-9c2b-acd5ce098519?depth=0|INFO|500||Invoke
2022-03-24T06:27:29.828Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f4ca82-fa41-47cb-b242-b00d7b04fdf4/model-vers/model-ver/d6366efa-f5bd-45fd-9c2b-acd5ce098519?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f4ca82-fa41-47cb-b242-b00d7b04fdf4/model-vers/model-ver/d6366efa-f5bd-45fd-9c2b-acd5ce098519?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c2c1f3c0-42f8-4837-8cb6-3774d5212ec8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c119580f-bb1e-442e-9417-db6cf8402fa9], X-ECOMP-RequestID=[c2c1f3c0-42f8-4837-8cb6-3774d5212ec8], X-TransactionId=[], X-ONAP-RequestID=[c2c1f3c0-42f8-4837-8cb6-3774d5212ec8], Content-Type=[application/merge-patch+json]}
2022-03-24T06:27:29.855Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f4ca82-fa41-47cb-b242-b00d7b04fdf4/model-vers/model-ver/d6366efa-f5bd-45fd-9c2b-acd5ce098519?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T06:27:30.054Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f4ca82-fa41-47cb-b242-b00d7b04fdf4/model-vers/model-ver/d6366efa-f5bd-45fd-9c2b-acd5ce098519?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/73f4ca82-fa41-47cb-b242-b00d7b04fdf4/model-vers/model-ver/d6366efa-f5bd-45fd-9c2b-acd5ce098519?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-06:27:29:861-47017], vertex-id=[180472], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:27:29 GMT], Content-Type=[application/json]}
2022-03-24T06:27:30.055Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f4ca82-fa41-47cb-b242-b00d7b04fdf4/model-vers/model-ver/d6366efa-f5bd-45fd-9c2b-acd5ce098519?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:27:30.055Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73f4ca82-fa41-47cb-b242-b00d7b04fdf4/model-vers/model-ver/d6366efa-f5bd-45fd-9c2b-acd5ce098519?depth=0|INFO|500||InvokeReturn
2022-03-24T06:27:30.056Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:27:30.056Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:27:30.063Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:27:30.063Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c2c1f3c0-42f8-4837-8cb6-3774d5212ec8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:27:30.063Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:27:30.063Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:27:30.065Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:27:30.065Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103250063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:27:30.166Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:27:30.167Z||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-03-24T06:27:30.167Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:27:30.179Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:27:30.180Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T06:27:31.078Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:27:31.079Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:27:31.079Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:27:41.717Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:27:41.717Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:27:41.717Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:27:41.717Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:27:51.261Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:27:51.261Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:27:51.262Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:27:51.262Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:28:00.801Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:28:00.801Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:28:00.802Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:28:00.802Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:28:10.339Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:28:10.340Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:28:10.340Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:28:10.340Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:28:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:28:11.140Z||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-03-24T06:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:28:11.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:28:11.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:28:11.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c2c1f3c0-42f8-4837-8cb6-3774d5212ec8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103250063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:28:11.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:28:19.878Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:28:19.878Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:28:19.878Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:28:19.878Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:28:29.417Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:29:11.137Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:29:11.138Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:29:11.138Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:29:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:29:11.140Z||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-03-24T06:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:29:20.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:29:20.685Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:11.137Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:30:11.137Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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-03-24T06:30:11.137Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:30:11.140Z||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-03-24T06:30:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:11.262Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:11.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1648103406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103407814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1648103406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103407814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1648103406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103407814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:30:11.762Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:11.762Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-24T06:30:11.762Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f65049ab-5c43-44cf-b112-7614a3402b7c","serviceName":"Demo_pNF_L8MbuflpMoWlJtoaiYAB","serviceVersion":"1.0","serviceUUID":"d733f60f-c691-4632-a3d9-8b782a204ff7","serviceDescription":"catalog service description","serviceInvariantUUID":"aecf6b28-7a1f-42b7-bf3a-5508b2efc50b","resources":[{"resourceInstanceName":"pNF 3efd2c3b-2459 0","resourceName":"pNF 3efd2c3b-2459","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"350d1eb4-df40-497b-af62-9f45b6ead975","resourceInvariantUUID":"c3b2cb51-5eab-4db1-99d7-faf514daa8ca","resourceCustomizationUUID":"dbf5bf08-c66d-4c48-b37d-243b18686b92","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml","artifactChecksum":"ODMwZGM5NWFhYjliMWViNWY1ZjdhMzU1M2YyZTA4NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f24f2c6-f8ba-483c-8aef-8b1eb610f532","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar","artifactChecksum":"YjkwYTI5MmRmOWFhMTMyMjAxOWI3MmMzM2YyMzJkZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d42bd622-b81c-4928-aef8-808f87b2b37c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"530748f5-d50c-43de-9a8a-5bd3aa8deaa3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml","artifactChecksum":"MDhjZTU5NzI1Yzc0NDM1MmY1OGNiNjNmMGU2ZWZlN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74351818-b89c-422f-ac17-d6bfbf542e83","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69083894-83d2-43ff-862f-c9d6dcae66a9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9998026-b164-4dd0-83a4-8b051660c836","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfL8mbuflpmowljtoaiyab-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml","artifactChecksum":"NmYwZDViODcyNWY1NzdhZGViMGE5MTViYzgxYjA1Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2019529-074e-47b1-9678-658aecc8ed69","artifactVersion":"1"},{"artifactName":"service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar","artifactChecksum":"ZDZlZDgzYjk1MTFiM2RjYWIzYzA1MTNhYzI4YzdlYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f6812f8-acfd-44ee-a22f-3f30ff858ae3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:30:11.764Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:30:11.764Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:11.765Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:11.765Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:11.866Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:30:11.866Z||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-03-24T06:30:11.866Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:11.874Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:11.875Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:30:12.766Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:30:12.767Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:12.768Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:12.769Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:12.869Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:30:12.870Z||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-03-24T06:30:12.870Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:12.882Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:12.882Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:30:13.770Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:30:13.771Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:13.772Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:13.772Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:13.873Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:30:13.873Z||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-03-24T06:30:13.873Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:13.883Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:13.884Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:30:14.773Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:30:14.774Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:14.775Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:14.775Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:14.875Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:30:14.876Z||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-03-24T06:30:14.876Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:14.886Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:14.886Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:30:15.775Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:30:15.777Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:15.779Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:15.779Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:15.879Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:30:15.880Z||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-03-24T06:30:15.881Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:15.893Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:15.893Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:30:16.780Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:30:16.781Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:16.782Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:16.782Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:16.883Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:30:16.883Z||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-03-24T06:30:16.884Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:16.896Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:16.896Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:30:17.783Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:30:17.784Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:17.786Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:17.786Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:30:17.886Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:30:17.887Z||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-03-24T06:30:17.887Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:17.902Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:17.902Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:30:18.786Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:30:18.788Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:18.789Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:18.789Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:30:18.889Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:30:18.890Z||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-03-24T06:30:18.890Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:18.901Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:18.901Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:30:19.790Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "serviceName": "Demo_pNF_L8MbuflpMoWlJtoaiYAB",
  "serviceVersion": "1.0",
  "serviceUUID": "d733f60f-c691-4632-a3d9-8b782a204ff7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aecf6b28-7a1f-42b7-bf3a-5508b2efc50b",
  "resources": [
    {
      "resourceInstanceName": "pNF 3efd2c3b-2459 0",
      "resourceCustomizationUUID": "dbf5bf08-c66d-4c48-b37d-243b18686b92",
      "resourceName": "pNF 3efd2c3b-2459",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "350d1eb4-df40-497b-af62-9f45b6ead975",
      "resourceInvariantUUID": "c3b2cb51-5eab-4db1-99d7-faf514daa8ca",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
      "artifactChecksum": "ZDZlZDgzYjk1MTFiM2RjYWIzYzA1MTNhYzI4YzdlYjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4f6812f8-acfd-44ee-a22f-3f30ff858ae3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T06:30:19.790Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:30:19.790Z|c2c1f3c0-42f8-4837-8cb6-3774d5212ec8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d733f60f-c691-4632-a3d9-8b782a204ff7 ASDC
2022-03-24T06:30:19.791Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f65049ab-5c43-44cf-b112-7614a3402b7c
ServiceName:Demo_pNF_L8MbuflpMoWlJtoaiYAB
ServiceVersion:1.0
ServiceUUID:d733f60f-c691-4632-a3d9-8b782a204ff7
ServiceInvariantUUID:aecf6b28-7a1f-42b7-bf3a-5508b2efc50b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
ArtifactUUID:4f6812f8-acfd-44ee-a22f-3f30ff858ae3
ArtifactChecksum:ZDZlZDgzYjk1MTFiM2RjYWIzYzA1MTNhYzI4YzdlYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3efd2c3b-2459 0
ResourceCustomizationUUID:dbf5bf08-c66d-4c48-b37d-243b18686b92
ResourceInvariantUUID:c3b2cb51-5eab-4db1-99d7-faf514daa8ca
ResourceName:pNF 3efd2c3b-2459
ResourceType:PNF
ResourceUUID:350d1eb4-df40-497b-af62-9f45b6ead975
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T06:30:19.791Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d733f60f-c691-4632-a3d9-8b782a204ff7 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-03-24T06:30:19.814Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:30:19.815Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:30:19.815Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:30:19.815Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4f6812f8-acfd-44ee-a22f-3f30ff858ae3 from URL: /sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:19.815Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-24T06:30:19.815Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:19.959Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-24T06:30:19.965Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar 4f6812f8-acfd-44ee-a22f-3f30ff858ae3 82621
2022-03-24T06:30:19.966Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar ASDC sendASDCNotification
2022-03-24T06:30:19.966Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:19.966Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:30:19.966Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:19.967Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:19.968Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103419966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:30:20.068Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:30:20.069Z||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-03-24T06:30:20.069Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:20.079Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:20.080Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:30:20.968Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:30:20.970Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-24T06:30:20.970Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4f6812f8-acfd-44ee-a22f-3f30ff858ae3, URL: /sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar to file: /app/ASDC/1/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:20.970Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:20.971Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:20.971Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.040Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4147465153104443583/Definitions/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3efd2c3b-2459 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-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.553Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_L8MbuflpMoWlJtoaiYAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Node template pNF 3efd2c3b-2459 0 is matching search criteria
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3efd2c3b-2459 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_L8MbuflpMoWlJtoaiYAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Node template pNF 3efd2c3b-2459 0 is matching search criteria
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3efd2c3b-2459 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:30:21.554Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_L8MbuflpMoWlJtoaiYAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:30:21.555Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:30:21.555Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_L8MbuflpMoWlJtoaiYAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:30:21.555Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:30:21.555Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_L8MbuflpMoWlJtoaiYAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:30:21.555Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:30:21.555Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_L8MbuflpMoWlJtoaiYAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:30:21.555Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:30:21.555Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_L8MbuflpMoWlJtoaiYAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:30:21.555Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_L8MbuflpMoWlJtoaiYAB
Description:catalog service description
Model UUID:d733f60f-c691-4632-a3d9-8b782a204ff7
Model Version:NULL
Model InvariantUuid:aecf6b28-7a1f-42b7-bf3a-5508b2efc50b
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-03-24T06:30:21.563Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 350d1eb4-df40-497b-af62-9f45b6ead975
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-03-24T06:30:21.566Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||pNF 3efd2c3b-2459 0
2022-03-24T06:30:21.566Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 350d1eb4-df40-497b-af62-9f45b6ead975
2022-03-24T06:30:21.567Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||No resources found for Service: d733f60f-c691-4632-a3d9-8b782a204ff7
2022-03-24T06:30:21.567Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d733f60f-c691-4632-a3d9-8b782a204ff7
2022-03-24T06:30:21.567Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3efd2c3b-2459 0 350d1eb4-df40-497b-af62-9f45b6ead975 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-03-24T06:30:21.571Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57c7e4e2, org.onap.sdc.toscaparser.api.parameters.Input@4a8582d1, org.onap.sdc.toscaparser.api.parameters.Input@2e9a249d, org.onap.sdc.toscaparser.api.parameters.Input@48593e3d, org.onap.sdc.toscaparser.api.parameters.Input@20512320]
2022-03-24T06:30:21.571Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:30:21.572Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_L8MbuflpMoWlJtoaiYAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:30:21.572Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d733f60f-c691-4632-a3d9-8b782a204ff7: pNF 3efd2c3b-2459
2022-03-24T06:30:21.572Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||Processing PNF resource: 350d1eb4-df40-497b-af62-9f45b6ead975
2022-03-24T06:30:21.572Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:30:21.572Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_L8MbuflpMoWlJtoaiYAB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:30:21.572Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||Resource customization UUID: dbf5bf08-c66d-4c48-b37d-243b18686b92 is the same as notified resource customizationUUID: dbf5bf08-c66d-4c48-b37d-243b18686b92
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-03-24T06:30:21.621Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3efd2c3b-2459 350d1eb4-df40-497b-af62-9f45b6ead975 0 ASDC deployResourceStructure
2022-03-24T06:30:21.621Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar ASDC sendASDCNotification
2022-03-24T06:30:21.621Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar
2022-03-24T06:30:21.621Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:30:21.621Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:30:21.623Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:30:21.623Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103421621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:30:21.723Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:30:21.724Z||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-03-24T06:30:21.724Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:30:21.735Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:30:21.735Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:30:22.623Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:30:22.635Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:30:22.638Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:30:22.638Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:30:22.638Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:30:52.638Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:30:52.650Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:30:52.653Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:30:52.653Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:30:52.653Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:31:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:31:11.141Z||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-03-24T06:31:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:31:11.162Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:31:11.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:31:11.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1648103406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:31:11.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:31:22.653Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:31:22.666Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:31:22.668Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:31:22.669Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:31:22.669Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:31:52.669Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:31:52.678Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:31:52.680Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:31:52.680Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:31:52.680Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:32:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:32:11.140Z||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-03-24T06:32:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:32:11.163Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:32:11.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:32:11.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:32:11.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:32:11.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:32:11.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:32:11.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:32:22.680Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:32:22.692Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:32:22.695Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:32:22.695Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:32:22.695Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:32:52.695Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:32:52.705Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:32:52.708Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:32:52.708Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:32:52.708Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:33:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:33:11.140Z||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-03-24T06:33:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:33:11.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:33:11.173Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.173Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103407814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1648103406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103411592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103407814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1648103406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103411592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:33:11.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103407814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1648103406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103411592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103407814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103413842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "dcae-sch",
  "timestamp": 1648103406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103411592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103407814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103413842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103416202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103411592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103413842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103416503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103411592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103417206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:33:11.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103413842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103417693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:33:11.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "policy-id",
  "timestamp": 1648103418209,
  "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-03-24T06:33:11.193Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f65049ab-5c43-44cf-b112-7614a3402b7c
2022-03-24T06:33:11.194Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65049ab-5c43-44cf-b112-7614a3402b7c 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-03-24T06:33:11.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103411592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103413842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103418697,
  "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-03-24T06:33:11.211Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f65049ab-5c43-44cf-b112-7614a3402b7c
2022-03-24T06:33:11.211Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65049ab-5c43-44cf-b112-7614a3402b7c 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-03-24T06:33:11.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103411137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:33:11.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103411592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:33:11.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103413842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/resourceInstances/pnf3efd2c3b24590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103419966,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:33:11.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103420454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:33:11.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103413842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:33:11.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "cds",
  "timestamp": 1648103421459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-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-03-24T06:33:11.227Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f65049ab-5c43-44cf-b112-7614a3402b7c
2022-03-24T06:33:11.227Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65049ab-5c43-44cf-b112-7614a3402b7c 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-03-24T06:33:11.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103413842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:33:11.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:33:11.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103421621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:33:11.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103422652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103425995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103426060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "aai-ml",
  "timestamp": 1648103427064,
  "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-03-24T06:33:11.242Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f65049ab-5c43-44cf-b112-7614a3402b7c
2022-03-24T06:33:11.242Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65049ab-5c43-44cf-b112-7614a3402b7c 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-03-24T06:33:11.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103428003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfL8mbuflpmowljtoaiyab/1.0/artifacts/service-DemoPnfL8mbuflpmowljtoaiyab-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:33:11.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:33:11.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:33:11.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "clamp",
  "timestamp": 1648103429006,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T06:33:11.258Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f65049ab-5c43-44cf-b112-7614a3402b7c
2022-03-24T06:33:11.258Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65049ab-5c43-44cf-b112-7614a3402b7c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:33:22.708Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:33:22.718Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:33:22.721Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:33:22.721Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:33:22.721Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:33:22.721Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:33:52.722Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:33:52.732Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:33:52.735Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:33:52.735Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:33:52.735Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:33:52.735Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:34:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:34:11.141Z||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-03-24T06:34:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:34:11.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:34:11.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103557814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103563842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "cds",
  "timestamp": 1648103561592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103562855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103565613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "dcae-sch",
  "timestamp": 1648103566043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103557814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "cds",
  "timestamp": 1648103561592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103563842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103562855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103565613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "dcae-sch",
  "timestamp": 1648103566043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103557814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "cds",
  "timestamp": 1648103561592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103563842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103562855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103567588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103565613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "dcae-sch",
  "timestamp": 1648103566043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103557814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103563842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "cds",
  "timestamp": 1648103561592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103562855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103567588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103565613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "dcae-sch",
  "timestamp": 1648103566043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103557814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103563842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "cds",
  "timestamp": 1648103561592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103562855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103567588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103565613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "dcae-sch",
  "timestamp": 1648103566043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103557814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103563842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "cds",
  "timestamp": 1648103561592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103562855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103567588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103565613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "dcae-sch",
  "timestamp": 1648103566043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103557814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103563842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "cds",
  "timestamp": 1648103561592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103562855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103567588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103565613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "dcae-sch",
  "timestamp": 1648103566043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103572869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "cds",
  "timestamp": 1648103573054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103573055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103567588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103573345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "cds",
  "timestamp": 1648103574057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-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-03-24T06:34:11.696Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
2022-03-24T06:34:11.696Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d 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-03-24T06:34:11.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103574058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:34:11.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103567588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:34:11.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:34:11.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103574652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:34:11.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "policy-id",
  "timestamp": 1648103575062,
  "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-03-24T06:34:11.708Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
2022-03-24T06:34:11.709Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d 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-03-24T06:34:11.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103575748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:34:11.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103576765,
  "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-03-24T06:34:11.722Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
2022-03-24T06:34:11.722Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-24T06:34:11.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103577767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:34:11.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103580876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:34:11.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "aai-ml",
  "timestamp": 1648103581880,
  "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-03-24T06:34:11.733Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
2022-03-24T06:34:11.733Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d 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-03-24T06:34:11.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103583021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:34:11.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103585030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:34:11.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:34:11.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-24T06:34:11.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "clamp",
  "timestamp": 1648103586033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T06:34:11.748Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
2022-03-24T06:34:11.748Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:34:22.736Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:34:22.747Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:34:22.749Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:34:22.749Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:34:22.749Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:34:22.749Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:34:52.749Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:34:52.761Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:34:52.763Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:34:52.764Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:34:52.764Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:34:52.764Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:35:11.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:35:11.140Z||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-03-24T06:35:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:20.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:22.765Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:35:22.766Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f65049ab-5c43-44cf-b112-7614a3402b7c 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-03-24T06:35:22.773Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f65049ab-5c43-44cf-b112-7614a3402b7c and serviceModelVersionId: d733f60f-c691-4632-a3d9-8b782a204ff7
2022-03-24T06:35:22.773Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aecf6b28-7a1f-42b7-bf3a-5508b2efc50b
2022-03-24T06:35:22.774Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aecf6b28-7a1f-42b7-bf3a-5508b2efc50b/model-vers/model-ver/d733f60f-c691-4632-a3d9-8b782a204ff7?depth=0
2022-03-24T06:35:22.778Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:35:22.804Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aecf6b28-7a1f-42b7-bf3a-5508b2efc50b/model-vers/model-ver/d733f60f-c691-4632-a3d9-8b782a204ff7?depth=0|INFO|500||Invoke
2022-03-24T06:35:22.804Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aecf6b28-7a1f-42b7-bf3a-5508b2efc50b/model-vers/model-ver/d733f60f-c691-4632-a3d9-8b782a204ff7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aecf6b28-7a1f-42b7-bf3a-5508b2efc50b/model-vers/model-ver/d733f60f-c691-4632-a3d9-8b782a204ff7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f65049ab-5c43-44cf-b112-7614a3402b7c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb25fd2b-cfd4-48c8-b768-ec00e6cdf473], X-ECOMP-RequestID=[f65049ab-5c43-44cf-b112-7614a3402b7c], X-TransactionId=[], X-ONAP-RequestID=[f65049ab-5c43-44cf-b112-7614a3402b7c], Content-Type=[application/merge-patch+json]}
2022-03-24T06:35:22.821Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aecf6b28-7a1f-42b7-bf3a-5508b2efc50b/model-vers/model-ver/d733f60f-c691-4632-a3d9-8b782a204ff7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T06:35:23.145Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aecf6b28-7a1f-42b7-bf3a-5508b2efc50b/model-vers/model-ver/d733f60f-c691-4632-a3d9-8b782a204ff7?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/aecf6b28-7a1f-42b7-bf3a-5508b2efc50b/model-vers/model-ver/d733f60f-c691-4632-a3d9-8b782a204ff7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-06:35:22:828-95909], vertex-id=[200944], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:35:22 GMT], Content-Type=[application/json]}
2022-03-24T06:35:23.145Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aecf6b28-7a1f-42b7-bf3a-5508b2efc50b/model-vers/model-ver/d733f60f-c691-4632-a3d9-8b782a204ff7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:35:23.146Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aecf6b28-7a1f-42b7-bf3a-5508b2efc50b/model-vers/model-ver/d733f60f-c691-4632-a3d9-8b782a204ff7?depth=0|INFO|500||InvokeReturn
2022-03-24T06:35:23.146Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:35:23.147Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-03-24T06:35:23.152Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-03-24T06:35:23.152Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f65049ab-5c43-44cf-b112-7614a3402b7c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:35:23.153Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:35:23.153Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:23.158Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:23.158Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103723152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:35:23.256Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-24T06:35:23.257Z||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-03-24T06:35:23.257Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:23.269Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:23.270Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T06:35:24.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:35:24.173Z||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-03-24T06:35:24.173Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:28.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:28.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T06:35:28.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b90d7b1-a2b0-41f1-b702-2db51adc3e1d","serviceName":"vFW 2022-03-24 06-31-41","serviceVersion":"1.0","serviceUUID":"4e286e9c-30cf-4011-be2d-26d4672eda5f","serviceDescription":"catalog service description","serviceInvariantUUID":"6db05e65-c5d1-4255-8bc6-762a526a0438","resources":[{"resourceInstanceName":"vFW 00ca4957-cddc 0","resourceName":"vFW 00ca4957-cddc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"16396f85-c8c6-4a58-b1b0-dcb9ec129ad2","resourceInvariantUUID":"c5d6513c-eed9-4dda-b926-aa6b8b2f06da","resourceCustomizationUUID":"0a047edb-3ba6-4004-ad69-26284e8c119e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml","artifactChecksum":"NjVhMDMwZGM1ZTNjYzAwZjUxOGJjNWM3NWMzN2YyNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83c9a71c-5798-4c28-bce4-25c7730d0acd","artifactVersion":"1"},{"artifactName":"vfw00ca4957cddc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json","artifactChecksum":"N2Q3YTk2YjIxMjhiNGVmZGMzNjI1NTNlMGJiYTA1ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02455d79-4aab-45f8-a26a-1edfee76a275","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01d6ac06-ab61-42a6-8f16-62c4a739d348","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml","artifactChecksum":"MjE3YWNkYjhkMDhmNzhlYTQ5MGY1YTUyNGE1ZDUwNmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"239c6e89-525e-4804-9f7c-cd722d2cf011","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0ebb4f4d-ce62-4178-a699-d44b69e8a66d","artifactVersion":"2","generatedFromUUID":"01d6ac06-ab61-42a6-8f16-62c4a739d348"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220324063141-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml","artifactChecksum":"MmZiOWU1NTkwOTRjNjQ2N2IxNDgxMjhhYzZhYzY4MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"148553dd-015d-4680-befd-6ee16830dcb0","artifactVersion":"1"},{"artifactName":"service-Vfw20220324063141-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar","artifactChecksum":"MDc3ZTlmMmI2MzMwZGU0MmJiNGNhNGUwNDljMjczMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eee5a0e5-8fc6-4359-bb46-08af32d2a636","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:35:28.892Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:35:28.892Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:28.894Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:28.895Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:35:28.995Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:28.996Z||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-03-24T06:35:28.996Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:29.008Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:29.009Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:29.895Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:35:29.896Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:29.897Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:29.897Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:35:29.997Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:29.998Z||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-03-24T06:35:29.998Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:30.007Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:30.007Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:35:30.897Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:35:30.899Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:30.900Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:30.900Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:35:31.001Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:35:31.001Z||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-03-24T06:35:31.001Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:31.014Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:31.014Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:31.901Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:35:31.902Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:31.904Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:31.905Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:35:32.005Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:32.005Z||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-03-24T06:35:32.006Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:32.019Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:32.019Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:32.905Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:35:32.906Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:32.909Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:32.909Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:35:33.009Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:33.010Z||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-03-24T06:35:33.010Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:33.022Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:33.022Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:33.909Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:35:33.910Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:33.912Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:33.912Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:35:34.012Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:34.013Z||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-03-24T06:35:34.013Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:34.025Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:34.025Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:34.912Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:35:34.913Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:34.915Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:34.916Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:35:35.016Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:35.017Z||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-03-24T06:35:35.017Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:35.029Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:35.029Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:35.917Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "serviceName": "vFW 2022-03-24 06-31-41",
  "serviceVersion": "1.0",
  "serviceUUID": "4e286e9c-30cf-4011-be2d-26d4672eda5f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6db05e65-c5d1-4255-8bc6-762a526a0438",
  "resources": [
    {
      "resourceInstanceName": "vFW 00ca4957-cddc 0",
      "resourceCustomizationUUID": "0a047edb-3ba6-4004-ad69-26284e8c119e",
      "resourceName": "vFW 00ca4957-cddc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "16396f85-c8c6-4a58-b1b0-dcb9ec129ad2",
      "resourceInvariantUUID": "c5d6513c-eed9-4dda-b926-aa6b8b2f06da",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw00ca4957cddc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
          "artifactChecksum": "N2Q3YTk2YjIxMjhiNGVmZGMzNjI1NTNlMGJiYTA1ZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02455d79-4aab-45f8-a26a-1edfee76a275",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01d6ac06-ab61-42a6-8f16-62c4a739d348",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0ebb4f4d-ce62-4178-a699-d44b69e8a66d",
            "generatedFromUUID": "01d6ac06-ab61-42a6-8f16-62c4a739d348"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0ebb4f4d-ce62-4178-a699-d44b69e8a66d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220324063141-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
      "artifactChecksum": "MDc3ZTlmMmI2MzMwZGU0MmJiNGNhNGUwNDljMjczMGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eee5a0e5-8fc6-4359-bb46-08af32d2a636"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T06:35:35.917Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:35:35.917Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e286e9c-30cf-4011-be2d-26d4672eda5f ASDC
2022-03-24T06:35:35.917Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
ServiceName:vFW 2022-03-24 06-31-41
ServiceVersion:1.0
ServiceUUID:4e286e9c-30cf-4011-be2d-26d4672eda5f
ServiceInvariantUUID:6db05e65-c5d1-4255-8bc6-762a526a0438
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220324063141-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar
ArtifactUUID:eee5a0e5-8fc6-4359-bb46-08af32d2a636
ArtifactChecksum:MDc3ZTlmMmI2MzMwZGU0MmJiNGNhNGUwNDljMjczMGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 00ca4957-cddc 0
ResourceCustomizationUUID:0a047edb-3ba6-4004-ad69-26284e8c119e
ResourceInvariantUUID:c5d6513c-eed9-4dda-b926-aa6b8b2f06da
ResourceName:vFW 00ca4957-cddc
ResourceType:VF
ResourceUUID:16396f85-c8c6-4a58-b1b0-dcb9ec129ad2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw00ca4957cddc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json
ArtifactUUID:02455d79-4aab-45f8-a26a-1edfee76a275
ArtifactChecksum:N2Q3YTk2YjIxMjhiNGVmZGMzNjI1NTNlMGJiYTA1ZmI=
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/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml
ArtifactUUID:01d6ac06-ab61-42a6-8f16-62c4a739d348
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/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env
ArtifactUUID:0ebb4f4d-ce62-4178-a699-d44b69e8a66d
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/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env
ArtifactUUID:0ebb4f4d-ce62-4178-a699-d44b69e8a66d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-24T06:35:35.918Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e286e9c-30cf-4011-be2d-26d4672eda5f 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-03-24T06:35:35.951Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:35:35.952Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:35:35.952Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:35:35.952Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: eee5a0e5-8fc6-4359-bb46-08af32d2a636 from URL: /sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:35.953Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T06:35:35.953Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:36.010Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T06:35:36.018Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar eee5a0e5-8fc6-4359-bb46-08af32d2a636 98934
2022-03-24T06:35:36.018Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar ASDC sendASDCNotification
2022-03-24T06:35:36.018Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:36.018Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:35:36.019Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:36.020Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:36.021Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103736018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:35:36.122Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:35:36.123Z||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-03-24T06:35:36.123Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:36.136Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:36.137Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:37.022Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:35:37.024Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:35:37.025Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: eee5a0e5-8fc6-4359-bb46-08af32d2a636, URL: /sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar to file: /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:37.025Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220324063141-csar.csar
2022-03-24T06:35:37.026Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:37.026Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:37.242Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3608563403480182235/Definitions/service-Vfw20220324063141-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-24T06:35:38.624Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|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-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|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-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 00ca4957-cddc 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.625Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.626Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|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-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.626Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.626Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|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-Vfw20220324063141-csar.csar
2022-03-24T06:35:38.626Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T06:35:38.626Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.626Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:38.626Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:38.626Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T06:35:38.626Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is not matching search criteria
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:35:38.627Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:35:38.628Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.629Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is not matching search criteria
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:35:38.630Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5f1bbd71-26e8-460a-83dc-1ec4780a4cca
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is not matching search criteria
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:35:38.631Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.632Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e6cfafca-0bc6-4183-9923-dd38d8cdbc7d
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:35:38.633Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c753485-fb77-431b-9a59-733495d5438a
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:38.634Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:38.635Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-24 06-31-41
Description:catalog service description
Model UUID:4e286e9c-30cf-4011-be2d-26d4672eda5f
Model Version:NULL
Model InvariantUuid:6db05e65-c5d1-4255-8bc6-762a526a0438
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 00ca4957-cddc
Model UUID:9612d734-5241-4d03-bf70-6fb712eddec6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c5d6513c-eed9-4dda-b926-aa6b8b2f06da
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0a047edb-3ba6-4004-ad69-26284e8c119e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0f32a080-6bad-4be8-bec1-94365afe6075
ModelName:Vfw00ca4957Cddc..base_vfw..module-0
ModelUuid:66e31683-9e95-4aa1-a2de-a36bc8343a8c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5f1bbd71-26e8-460a-83dc-1ec4780a4cca
ModelInvariantUuid:f76a64f0-a4ae-411c-9a29-59837a510a38
ModelName:vFW 00ca4957-cddc-nodes.vfwCvfc
ModelUuid:6f851c87-fe31-488b-9d6f-f3e226ef5002
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ae2355fc-dca6-4f7a-8d64-dbf80699ad7d
ModelInvariantUuid:746ada5a-62ff-4b4f-bc1e-d5057879c113
ModelName:Vfw00ca4957Cddc.compute.nodes.heat.vfw
ModelUuid:fb70f371-b85d-4307-b573-e58f52551dc3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e6cfafca-0bc6-4183-9923-dd38d8cdbc7d
ModelInvariantUuid:90b7c368-68e1-4c47-ac72-601be66bc69e
ModelName:vFW 00ca4957-cddc-nodes.vsnCvfc
ModelUuid:d2122b0c-ed35-4425-89d7-761cce6895e5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8878fadc-5c74-41a5-ba01-31a6a840e07a
ModelInvariantUuid:f8dd1826-2412-40e5-b4df-f96170893430
ModelName:Vfw00ca4957Cddc.compute.nodes.heat.vsn
ModelUuid:a3e0c146-7c04-4937-bc74-d04a6856fb93
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3c753485-fb77-431b-9a59-733495d5438a
ModelInvariantUuid:f308b2b6-5f39-424a-a2f4-018ac0d18c74
ModelName:vFW 00ca4957-cddc-nodes.vpgCvfc
ModelUuid:aacb14ac-d7c1-4823-bbfe-53bda755d357
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2e6635b9-81ac-4741-a016-583463c94c3e
ModelInvariantUuid:c9bd77a4-f5b6-4128-b3c5-cd830dced52f
ModelName:Vfw00ca4957Cddc.compute.nodes.heat.vpg
ModelUuid:de49a7aa-5dd6-4253-a486-d7d6570f7574
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-03-24T06:35:38.640Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 16396f85-c8c6-4a58-b1b0-dcb9ec129ad2
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-03-24T06:35:38.642Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||vFW 00ca4957-cddc 0
2022-03-24T06:35:38.642Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 16396f85-c8c6-4a58-b1b0-dcb9ec129ad2
2022-03-24T06:35:38.643Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 02455d79-4aab-45f8-a26a-1edfee76a275 from URL: /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json
2022-03-24T06:35:38.643Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T06:35:38.643Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json
2022-03-24T06:35:38.685Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T06:35:38.686Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json 02455d79-4aab-45f8-a26a-1edfee76a275 785
2022-03-24T06:35:38.686Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json ASDC sendASDCNotification
2022-03-24T06:35:38.687Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json
2022-03-24T06:35:38.687Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:35:38.687Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:38.690Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:38.690Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103738686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:35:38.790Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:38.791Z||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-03-24T06:35:38.791Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:38.805Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:38.805Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:39.691Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw00ca4957Cddc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0f32a080-6bad-4be8-bec1-94365afe6075",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66e31683-9e95-4aa1-a2de-a36bc8343a8c",
    "vfModuleModelCustomizationUUID": "0ceffba0-7a90-479f-8fbe-bde62607f2bf",
    "isBase": true,
    "artifacts": [
      "01d6ac06-ab61-42a6-8f16-62c4a739d348",
      "0ebb4f4d-ce62-4178-a699-d44b69e8a66d"
    ],
    "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-03-24T06:35:39.696Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw00ca4957Cddc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66e31683-9e95-4aa1-a2de-a36bc8343a8c
VfModuleModelInvariantUUID:0f32a080-6bad-4be8-bec1-94365afe6075
VfModuleModelDescription:NULL
Artifacts UUID List:{
01d6ac06-ab61-42a6-8f16-62c4a739d348
,
0ebb4f4d-ce62-4178-a699-d44b69e8a66d

}
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-03-24T06:35:39.699Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw00ca4957Cddc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0f32a080-6bad-4be8-bec1-94365afe6075",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "66e31683-9e95-4aa1-a2de-a36bc8343a8c",
    "vfModuleModelCustomizationUUID": "0ceffba0-7a90-479f-8fbe-bde62607f2bf",
    "isBase": true,
    "artifacts": [
      "01d6ac06-ab61-42a6-8f16-62c4a739d348",
      "0ebb4f4d-ce62-4178-a699-d44b69e8a66d"
    ],
    "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-03-24T06:35:39.700Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw00ca4957Cddc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:66e31683-9e95-4aa1-a2de-a36bc8343a8c
VfModuleModelInvariantUUID:0f32a080-6bad-4be8-bec1-94365afe6075
VfModuleModelDescription:NULL
Artifacts UUID List:{
01d6ac06-ab61-42a6-8f16-62c4a739d348
,
0ebb4f4d-ce62-4178-a699-d44b69e8a66d

}
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-03-24T06:35:39.700Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 01d6ac06-ab61-42a6-8f16-62c4a739d348 from URL: /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml
2022-03-24T06:35:39.700Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T06:35:39.700Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml
2022-03-24T06:35:39.745Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T06:35:39.746Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml 01d6ac06-ab61-42a6-8f16-62c4a739d348 20368
2022-03-24T06:35:39.747Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:35:39.747Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml
2022-03-24T06:35:39.747Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:35:39.747Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:39.750Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:39.750Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103739747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:35:39.850Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:39.851Z||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-03-24T06:35:39.851Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:39.866Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:39.866Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:40.750Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0ebb4f4d-ce62-4178-a699-d44b69e8a66d from URL: /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env
2022-03-24T06:35:40.751Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T06:35:40.751Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env
2022-03-24T06:35:40.795Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T06:35:40.796Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env 0ebb4f4d-ce62-4178-a699-d44b69e8a66d 2098
2022-03-24T06:35:40.796Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:35:40.796Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env
2022-03-24T06:35:40.796Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:35:40.797Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:40.799Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:40.799Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103740796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:35:40.899Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:40.900Z||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-03-24T06:35:40.900Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:40.911Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:40.911Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:41.800Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4e286e9c-30cf-4011-be2d-26d4672eda5f
2022-03-24T06:35:41.800Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 00ca4957-cddc 0 16396f85-c8c6-4a58-b1b0-dcb9ec129ad2 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-03-24T06:35:41.818Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e40e805, org.onap.sdc.toscaparser.api.parameters.Input@189bca22, org.onap.sdc.toscaparser.api.parameters.Input@5ff2c50a, org.onap.sdc.toscaparser.api.parameters.Input@255c87e5, org.onap.sdc.toscaparser.api.parameters.Input@4c35438b]
2022-03-24T06:35:41.819Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.819Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:41.819Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-24T06:35:41.819Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0a047edb-3ba6-4004-ad69-26284e8c119e
2022-03-24T06:35:41.819Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a047edb-3ba6-4004-ad69-26284e8c119e matches Tosca VF Customization UUID: 0a047edb-3ba6-4004-ad69-26284e8c119e
2022-03-24T06:35:41.819Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0a047edb-3ba6-4004-ad69-26284e8c119e  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-03-24T06:35:41.821Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.821Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:41.821Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0a047edb-3ba6-4004-ad69-26284e8c119e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-24T06:35:41.821Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@208c002
2022-03-24T06:35:41.821Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.821Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-24T06:35:41.821Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ceffba0-7a90-479f-8fbe-bde62607f2bf
2022-03-24T06:35:41.822Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ceffba0-7a90-479f-8fbe-bde62607f2bf
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-03-24T06:35:41.823Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.823Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:41.823Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:35:41.823Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.823Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:41.823Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:41.824Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5f1bbd71-26e8-460a-83dc-1ec4780a4cca
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-03-24T06:35:41.826Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.826Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:41.826Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:35:41.826Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.826Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is not matching search criteria
2022-03-24T06:35:41.826Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:35:41.826Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:35:41.826Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:41.827Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e6cfafca-0bc6-4183-9923-dd38d8cdbc7d
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-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-24T06:35:41.829Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-24T06:35:41.830Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c753485-fb77-431b-9a59-733495d5438a
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-03-24T06:35:41.831Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.831Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:41.831Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-24T06:35:41.831Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.831Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Node template vFW 00ca4957-cddc 0 is matching search criteria
2022-03-24T06:35:41.831Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 00ca4957-cddc 0] matching following query criteria: sdcType=VF, customizationUUID=0a047edb-3ba6-4004-ad69-26284e8c119e
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-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4e286e9c-30cf-4011-be2d-26d4672eda5f: vFW 00ca4957-cddc
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:41.833Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:35:41.834Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-24 06-31-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:35:41.834Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-24 06-31-41 
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-03-24T06:35:42.017Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 00ca4957-cddc 16396f85-c8c6-4a58-b1b0-dcb9ec129ad2 1 ASDC deployResourceStructure
2022-03-24T06:35:42.017Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json ASDC sendASDCNotification
2022-03-24T06:35:42.017Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json
2022-03-24T06:35:42.017Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:35:42.018Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:42.020Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:42.020Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103742017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:35:42.120Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:42.121Z||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-03-24T06:35:42.121Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:42.137Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:42.137Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:35:43.021Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-24T06:35:43.021Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml
2022-03-24T06:35:43.021Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:35:43.022Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:43.023Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:43.023Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103743021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:35:43.123Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:43.124Z||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-03-24T06:35:43.124Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:43.137Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:43.137Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:44.024Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-24T06:35:44.024Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env
2022-03-24T06:35:44.025Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:35:44.025Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:44.027Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:44.027Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103744024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T06:35:44.127Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T06:35:44.128Z||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-03-24T06:35:44.128Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:44.141Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:44.142Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:45.029Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar ASDC sendASDCNotification
2022-03-24T06:35:45.029Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar
2022-03-24T06:35:45.029Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:35:45.029Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:35:45.032Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:35:45.032Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103745028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:35:45.132Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:35:45.133Z||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-03-24T06:35:45.133Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:35:45.147Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:35:45.148Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:35:46.032Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:35:46.041Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:35:46.043Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:35:46.044Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:35:46.044Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:35:46.044Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:36:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:36:11.140Z||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-03-24T06:36:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:36:11.763Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:36:11.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65049ab-5c43-44cf-b112-7614a3402b7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103723152,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:36:11.765Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:36:11.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:36:11.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:36:11.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "NOTIFIED"
}
2022-03-24T06:36:11.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:36:11.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:36:11.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:36:11.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:36:11.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:36:11.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-24T06:36:11.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:36:11.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:36:11.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:36:11.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103724173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:36:11.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:36:11.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103736018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:36:11.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:36:11.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103738686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:36:11.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103739747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103740796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103742017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/vfw00ca4957cddc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103743021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:36:11.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:36:11.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103744024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/resourceInstances/vfw00ca4957cddc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-24T06:36:11.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:36:11.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:36:11.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648103745028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220324063141/1.0/artifacts/service-Vfw20220324063141-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:36:11.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:36:16.044Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:36:16.053Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:36:16.056Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:36:16.056Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:36:16.056Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:36:16.056Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:36:46.057Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:36:46.067Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:36:46.069Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:36:46.069Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:36:46.069Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:36:46.069Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:37:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:37:11.140Z||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-03-24T06:37:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:37:11.351Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:37:11.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103816592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103816592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103816592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103816592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103816592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103822854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103816592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103822854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103816592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103822854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103816592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103825613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103822854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "dcae-sch",
  "timestamp": 1648103826043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103826681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103825613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103822854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "dcae-sch",
  "timestamp": 1648103826043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "cds",
  "timestamp": 1648103827686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-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-03-24T06:37:11.373Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 715df986-ff24-43cb-84b9-6b2ecca1b5b2
2022-03-24T06:37:11.374Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715df986-ff24-43cb-84b9-6b2ecca1b5b2 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-03-24T06:37:11.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103827588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103825613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103827814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103822854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "dcae-sch",
  "timestamp": 1648103826043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103827588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103825613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103827814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103822854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "dcae-sch",
  "timestamp": 1648103826043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103827588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103825613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103827814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103822854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "dcae-sch",
  "timestamp": 1648103826043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:37:11.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:37:16.070Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:37:16.082Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:37:16.084Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:37:16.084Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:37:16.085Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:37:16.085Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:37:46.085Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:37:46.096Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:37:46.099Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:37:46.099Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:37:46.099Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:37:46.099Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:38:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:38:11.140Z||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-03-24T06:38:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:38:11.162Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:38:11.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:38:11.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103827588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:38:11.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:38:16.099Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:38:16.112Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:38:16.115Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:38:16.115Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:38:16.115Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:38:16.115Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:38:46.116Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:38:46.127Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:38:46.130Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:38:46.131Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:38:46.131Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:38:46.131Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:39:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:39:11.140Z||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-03-24T06:39:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:39:11.162Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:39:11.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:39:11.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103825613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:39:11.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:39:16.131Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:39:16.141Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:39:16.143Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:39:16.144Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:39:16.144Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:39:16.144Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:39:46.144Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:39:46.157Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:39:46.159Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:39:46.159Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:39:46.159Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:39:46.160Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:40:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:40:11.140Z||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-03-24T06:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:11.665Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103827814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103831565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "dcae-sch",
  "timestamp": 1648103826043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103827588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103825613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103827814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103832568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "dcae-sch",
  "timestamp": 1648103826043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103827588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648103825613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103827814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "policy-id",
  "timestamp": 1648103833571,
  "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-03-24T06:40:11.675Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 715df986-ff24-43cb-84b9-6b2ecca1b5b2
2022-03-24T06:40:11.675Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715df986-ff24-43cb-84b9-6b2ecca1b5b2 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-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "dcae-sch",
  "timestamp": 1648103826043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103827588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103827814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103833842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103827588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103827814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103833842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103836387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103833842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103837411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103833842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.686Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648103838412,
  "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-03-24T06:40:11.691Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 715df986-ff24-43cb-84b9-6b2ecca1b5b2
2022-03-24T06:40:11.691Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715df986-ff24-43cb-84b9-6b2ecca1b5b2 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-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103833842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103833842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103833842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103833842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103842660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:40:11.700Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:40:11.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103846255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:40:11.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:40:11.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "aai-ml",
  "timestamp": 1648103847258,
  "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-03-24T06:40:11.705Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 715df986-ff24-43cb-84b9-6b2ecca1b5b2
2022-03-24T06:40:11.705Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715df986-ff24-43cb-84b9-6b2ecca1b5b2 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-03-24T06:40:11.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103848064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:40:11.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:40:11.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103850071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:40:11.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:40:11.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:40:11.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "clamp",
  "timestamp": 1648103851079,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T06:40:11.719Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 715df986-ff24-43cb-84b9-6b2ecca1b5b2
2022-03-24T06:40:11.719Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 715df986-ff24-43cb-84b9-6b2ecca1b5b2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:40:16.160Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:40:16.170Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:40:16.172Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:40:16.172Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:40:16.172Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:40:16.172Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:40:46.172Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:40:46.173Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d 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-03-24T06:40:46.177Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d and serviceModelVersionId: 4e286e9c-30cf-4011-be2d-26d4672eda5f
2022-03-24T06:40:46.177Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6db05e65-c5d1-4255-8bc6-762a526a0438
2022-03-24T06:40:46.178Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6db05e65-c5d1-4255-8bc6-762a526a0438/model-vers/model-ver/4e286e9c-30cf-4011-be2d-26d4672eda5f?depth=0
2022-03-24T06:40:46.183Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:40:46.206Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db05e65-c5d1-4255-8bc6-762a526a0438/model-vers/model-ver/4e286e9c-30cf-4011-be2d-26d4672eda5f?depth=0|INFO|500||Invoke
2022-03-24T06:40:46.206Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db05e65-c5d1-4255-8bc6-762a526a0438/model-vers/model-ver/4e286e9c-30cf-4011-be2d-26d4672eda5f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db05e65-c5d1-4255-8bc6-762a526a0438/model-vers/model-ver/4e286e9c-30cf-4011-be2d-26d4672eda5f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4b90d7b1-a2b0-41f1-b702-2db51adc3e1d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81b7e0c3-f535-4821-9c6f-903f15441185], X-ECOMP-RequestID=[4b90d7b1-a2b0-41f1-b702-2db51adc3e1d], X-TransactionId=[], X-ONAP-RequestID=[4b90d7b1-a2b0-41f1-b702-2db51adc3e1d], Content-Type=[application/merge-patch+json]}
2022-03-24T06:40:46.223Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db05e65-c5d1-4255-8bc6-762a526a0438/model-vers/model-ver/4e286e9c-30cf-4011-be2d-26d4672eda5f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T06:40:46.402Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db05e65-c5d1-4255-8bc6-762a526a0438/model-vers/model-ver/4e286e9c-30cf-4011-be2d-26d4672eda5f?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/6db05e65-c5d1-4255-8bc6-762a526a0438/model-vers/model-ver/4e286e9c-30cf-4011-be2d-26d4672eda5f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-06:40:46:230-80506], vertex-id=[270352], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:40:46 GMT], Content-Type=[application/json]}
2022-03-24T06:40:46.402Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db05e65-c5d1-4255-8bc6-762a526a0438/model-vers/model-ver/4e286e9c-30cf-4011-be2d-26d4672eda5f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:40:46.403Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6db05e65-c5d1-4255-8bc6-762a526a0438/model-vers/model-ver/4e286e9c-30cf-4011-be2d-26d4672eda5f?depth=0|INFO|500||InvokeReturn
2022-03-24T06:40:46.404Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:40:46.404Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|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-03-24T06:40:46.407Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|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-03-24T06:40:46.408Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b90d7b1-a2b0-41f1-b702-2db51adc3e1d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:40:46.408Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:40:46.408Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:40:46.410Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:40:46.410Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104046408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:40:46.510Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:40:46.511Z||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-03-24T06:40:46.511Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:46.529Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:46.530Z||pool-93-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-03-24T06:40:47.425Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:40:47.426Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|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-03-24T06:40:47.426Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:52.263Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:52.263Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T06:40:52.263Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"715df986-ff24-43cb-84b9-6b2ecca1b5b2","serviceName":"Demo_pNF_h415l8RjPmwWntqvLaE6","serviceVersion":"1.0","serviceUUID":"af5b78dd-315b-4f86-a16c-3943ff2a8dcc","serviceDescription":"catalog service description","serviceInvariantUUID":"f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e","resources":[{"resourceInstanceName":"pNF 3eab8933-80d9 0","resourceName":"pNF 3eab8933-80d9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5dd42435-dc8e-4979-82d0-4da2f33cec4c","resourceInvariantUUID":"ff10320e-4c3a-42fe-8b97-6e0e6e1de609","resourceCustomizationUUID":"81346dc6-befa-449d-a577-c276e9f08a5e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml","artifactChecksum":"Y2VkYzkxOTBjNGMzZGU4MmViYmFmOWY2MThjNGE4ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6aab465-84af-4539-b4ee-2ec798517074","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar","artifactChecksum":"YjkwYTI5MmRmOWFhMTMyMjAxOWI3MmMzM2YyMzJkZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5a6f3e37-44b6-45c5-9db0-9b573c03c2e6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1555abad-9ffc-46ed-869a-368415a53395","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml","artifactChecksum":"MzQ1M2IwNzQ1Mzg3Yjc5MDJlM2Q5YmExOTk3YTdkZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f169c65a-447a-44e1-9ca4-ba50ccf9f091","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c1e4b888-a2d1-4a00-b6c4-60a1e696c29a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5abe16f6-0080-41c3-8666-a8e78ff47027","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH415l8rjpmwwntqvlae6-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml","artifactChecksum":"ZTUxZDUxNDEwNmMyMjRhZDk4ZDhlNjFmYjZiZjU2OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56432804-f54d-4396-a0a5-02a12648fe17","artifactVersion":"1"},{"artifactName":"service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar","artifactChecksum":"OTY5NzA2ZWY5YmJmNTRiMDMyY2NkYjc3ZThkOTYxZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee1a9e6e-3919-45c7-86a6-4ce7167708b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:40:52.265Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:40:52.265Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:40:52.267Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:40:52.267Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:52.367Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:40:52.367Z||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-03-24T06:40:52.367Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:52.378Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:52.379Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:40:53.267Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:40:53.268Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:40:53.270Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:40:53.270Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:53.370Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:40:53.371Z||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-03-24T06:40:53.371Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:53.383Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:53.383Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:40:54.270Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:40:54.271Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:40:54.273Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:40:54.273Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:54.374Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:40:54.374Z||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-03-24T06:40:54.375Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:54.388Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:54.389Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:40:55.273Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:40:55.274Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:40:55.276Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:40:55.276Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:55.376Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:40:55.377Z||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-03-24T06:40:55.377Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:55.386Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:55.386Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:40:56.276Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:40:56.277Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:40:56.279Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:40:56.279Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:56.379Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:40:56.380Z||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-03-24T06:40:56.380Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:56.392Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:56.393Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:40:57.279Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:40:57.280Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:40:57.283Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:40:57.283Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:57.383Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:40:57.384Z||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-03-24T06:40:57.384Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:57.396Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:57.396Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:40:58.283Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:40:58.284Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:40:58.286Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:40:58.286Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:40:58.387Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:40:58.387Z||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-03-24T06:40:58.388Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:58.400Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:58.400Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:40:59.287Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:40:59.288Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:40:59.290Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:40:59.291Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:40:59.391Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:40:59.392Z||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-03-24T06:40:59.392Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:40:59.404Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:40:59.404Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:41:00.292Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "serviceName": "Demo_pNF_h415l8RjPmwWntqvLaE6",
  "serviceVersion": "1.0",
  "serviceUUID": "af5b78dd-315b-4f86-a16c-3943ff2a8dcc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e",
  "resources": [
    {
      "resourceInstanceName": "pNF 3eab8933-80d9 0",
      "resourceCustomizationUUID": "81346dc6-befa-449d-a577-c276e9f08a5e",
      "resourceName": "pNF 3eab8933-80d9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5dd42435-dc8e-4979-82d0-4da2f33cec4c",
      "resourceInvariantUUID": "ff10320e-4c3a-42fe-8b97-6e0e6e1de609",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
      "artifactChecksum": "OTY5NzA2ZWY5YmJmNTRiMDMyY2NkYjc3ZThkOTYxZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ee1a9e6e-3919-45c7-86a6-4ce7167708b9"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T06:41:00.292Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:41:00.292Z|4b90d7b1-a2b0-41f1-b702-2db51adc3e1d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 af5b78dd-315b-4f86-a16c-3943ff2a8dcc ASDC
2022-03-24T06:41:00.292Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:715df986-ff24-43cb-84b9-6b2ecca1b5b2
ServiceName:Demo_pNF_h415l8RjPmwWntqvLaE6
ServiceVersion:1.0
ServiceUUID:af5b78dd-315b-4f86-a16c-3943ff2a8dcc
ServiceInvariantUUID:f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
ArtifactUUID:ee1a9e6e-3919-45c7-86a6-4ce7167708b9
ArtifactChecksum:OTY5NzA2ZWY5YmJmNTRiMDMyY2NkYjc3ZThkOTYxZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3eab8933-80d9 0
ResourceCustomizationUUID:81346dc6-befa-449d-a577-c276e9f08a5e
ResourceInvariantUUID:ff10320e-4c3a-42fe-8b97-6e0e6e1de609
ResourceName:pNF 3eab8933-80d9
ResourceType:PNF
ResourceUUID:5dd42435-dc8e-4979-82d0-4da2f33cec4c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T06:41:00.293Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af5b78dd-315b-4f86-a16c-3943ff2a8dcc 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-03-24T06:41:00.318Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:41:00.318Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:41:00.318Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:41:00.318Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ee1a9e6e-3919-45c7-86a6-4ce7167708b9 from URL: /sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:00.318Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T06:41:00.319Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:00.498Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T06:41:00.505Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar ee1a9e6e-3919-45c7-86a6-4ce7167708b9 82619
2022-03-24T06:41:00.505Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar ASDC sendASDCNotification
2022-03-24T06:41:00.506Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:00.506Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:41:00.506Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:41:00.508Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:41:00.509Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104060505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:41:00.609Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:41:00.610Z||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-03-24T06:41:00.610Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:41:00.623Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:41:00.624Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:41:01.509Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:41:01.510Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:41:01.510Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ee1a9e6e-3919-45c7-86a6-4ce7167708b9, URL: /sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar to file: /app/ASDC/1/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:01.511Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:01.511Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:01.511Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:01.592Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16368567820084380567/Definitions/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3eab8933-80d9 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-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T06:41:02.111Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_h415l8RjPmwWntqvLaE6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Node template pNF 3eab8933-80d9 0 is matching search criteria
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 3eab8933-80d9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_h415l8RjPmwWntqvLaE6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Node template pNF 3eab8933-80d9 0 is matching search criteria
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 3eab8933-80d9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_h415l8RjPmwWntqvLaE6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_h415l8RjPmwWntqvLaE6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_h415l8RjPmwWntqvLaE6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:41:02.112Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:41:02.113Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_h415l8RjPmwWntqvLaE6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:41:02.113Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:41:02.113Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_h415l8RjPmwWntqvLaE6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:41:02.113Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_h415l8RjPmwWntqvLaE6
Description:catalog service description
Model UUID:af5b78dd-315b-4f86-a16c-3943ff2a8dcc
Model Version:NULL
Model InvariantUuid:f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e
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-03-24T06:41:02.121Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5dd42435-dc8e-4979-82d0-4da2f33cec4c
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-03-24T06:41:02.123Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||pNF 3eab8933-80d9 0
2022-03-24T06:41:02.123Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5dd42435-dc8e-4979-82d0-4da2f33cec4c
2022-03-24T06:41:02.123Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||No resources found for Service: af5b78dd-315b-4f86-a16c-3943ff2a8dcc
2022-03-24T06:41:02.123Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: af5b78dd-315b-4f86-a16c-3943ff2a8dcc
2022-03-24T06:41:02.123Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3eab8933-80d9 0 5dd42435-dc8e-4979-82d0-4da2f33cec4c 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-03-24T06:41:02.128Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31999bdd, org.onap.sdc.toscaparser.api.parameters.Input@1ab152c7, org.onap.sdc.toscaparser.api.parameters.Input@37f525d2, org.onap.sdc.toscaparser.api.parameters.Input@32dd14bf, org.onap.sdc.toscaparser.api.parameters.Input@4fe7264a]
2022-03-24T06:41:02.128Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:41:02.128Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_h415l8RjPmwWntqvLaE6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:41:02.128Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid af5b78dd-315b-4f86-a16c-3943ff2a8dcc: pNF 3eab8933-80d9
2022-03-24T06:41:02.128Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||Processing PNF resource: 5dd42435-dc8e-4979-82d0-4da2f33cec4c
2022-03-24T06:41:02.128Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:41:02.128Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_h415l8RjPmwWntqvLaE6 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:41:02.128Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||Resource customization UUID: 81346dc6-befa-449d-a577-c276e9f08a5e is the same as notified resource customizationUUID: 81346dc6-befa-449d-a577-c276e9f08a5e
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-03-24T06:41:02.163Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3eab8933-80d9 5dd42435-dc8e-4979-82d0-4da2f33cec4c 0 ASDC deployResourceStructure
2022-03-24T06:41:02.163Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar ASDC sendASDCNotification
2022-03-24T06:41:02.163Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar
2022-03-24T06:41:02.163Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:41:02.163Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:41:02.167Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:41:02.167Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104062163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:41:02.268Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:41:02.269Z||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-03-24T06:41:02.269Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:41:02.280Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:41:02.281Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:41:03.168Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:41:03.179Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:41:03.182Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:41:03.182Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:41:03.183Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:41:03.183Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:41:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:41:11.140Z||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-03-24T06:41:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:41:11.766Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:41:11.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4b90d7b1-a2b0-41f1-b702-2db51adc3e1d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104046408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:41:11.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:41:11.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:41:11.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:41:11.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:41:11.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:41:11.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:41:11.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:41:11.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:41:11.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:41:11.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:41:11.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:41:11.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/resourceInstances/pnf3eab893380d90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104047425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104060505,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104062163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH415l8rjpmwwntqvlae6/1.0/artifacts/service-DemoPnfH415l8rjpmwwntqvlae6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:41:11.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:41:33.183Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:41:33.194Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:41:33.197Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:41:33.198Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:41:33.198Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:41:33.198Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:42:03.198Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:42:03.212Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:42:03.215Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:42:03.215Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:42:03.215Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:42:03.215Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:42:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:42:11.140Z||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-03-24T06:42:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:42:20.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:42:33.215Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:42:33.228Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:42:33.231Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:42:33.231Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:42:33.231Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:42:33.231Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:43:03.231Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:43:03.240Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:43:03.242Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:43:03.242Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:43:03.242Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:43:03.242Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:43:11.140Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:43:11.140Z||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-03-24T06:43:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:43:20.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:43:33.242Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:43:33.255Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:43:33.258Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:43:33.258Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:43:33.258Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:43:33.258Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:44:03.259Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:44:03.266Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:44:03.268Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:44:03.268Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:44:03.268Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:44:03.268Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:44:11.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:44:11.140Z||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-03-24T06:44:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:44:20.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:44:33.269Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:44:33.277Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:44:33.278Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:44:33.278Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:44:33.279Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:44:33.279Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:45:03.279Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:45:03.287Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:45:03.289Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:45:03.289Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:45:03.289Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:45:03.289Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:45:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:45:11.140Z||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-03-24T06:45:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:45:20.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:45:33.289Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:45:33.300Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:45:33.302Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:45:33.302Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:45:33.302Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:45:33.302Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:46:03.303Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:46:03.303Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2 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-03-24T06:46:03.306Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 715df986-ff24-43cb-84b9-6b2ecca1b5b2 and serviceModelVersionId: af5b78dd-315b-4f86-a16c-3943ff2a8dcc
2022-03-24T06:46:03.307Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e
2022-03-24T06:46:03.307Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e/model-vers/model-ver/af5b78dd-315b-4f86-a16c-3943ff2a8dcc?depth=0
2022-03-24T06:46:03.313Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:46:03.334Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e/model-vers/model-ver/af5b78dd-315b-4f86-a16c-3943ff2a8dcc?depth=0|INFO|500||Invoke
2022-03-24T06:46:03.335Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e/model-vers/model-ver/af5b78dd-315b-4f86-a16c-3943ff2a8dcc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e/model-vers/model-ver/af5b78dd-315b-4f86-a16c-3943ff2a8dcc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[715df986-ff24-43cb-84b9-6b2ecca1b5b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7eb4a118-eedc-4a30-8441-534025cf966f], X-ECOMP-RequestID=[715df986-ff24-43cb-84b9-6b2ecca1b5b2], X-TransactionId=[], X-ONAP-RequestID=[715df986-ff24-43cb-84b9-6b2ecca1b5b2], Content-Type=[application/merge-patch+json]}
2022-03-24T06:46:03.348Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e/model-vers/model-ver/af5b78dd-315b-4f86-a16c-3943ff2a8dcc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T06:46:03.426Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e/model-vers/model-ver/af5b78dd-315b-4f86-a16c-3943ff2a8dcc?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/f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e/model-vers/model-ver/af5b78dd-315b-4f86-a16c-3943ff2a8dcc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220324-06:46:03:355-80400], vertex-id=[274448], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:46:03 GMT], Content-Type=[application/json]}
2022-03-24T06:46:03.426Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e/model-vers/model-ver/af5b78dd-315b-4f86-a16c-3943ff2a8dcc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:46:03.427Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f072d6fd-2d4b-40b1-a8b5-2c7d99a1ac4e/model-vers/model-ver/af5b78dd-315b-4f86-a16c-3943ff2a8dcc?depth=0|INFO|500||InvokeReturn
2022-03-24T06:46:03.427Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:46:03.427Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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-03-24T06:46:03.432Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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-03-24T06:46:03.433Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 715df986-ff24-43cb-84b9-6b2ecca1b5b2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:46:03.433Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:46:03.433Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:03.436Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:03.436Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104363433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:46:03.536Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:46:03.537Z||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-03-24T06:46:03.537Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:03.552Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:03.552Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T06:46:04.450Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:46:04.450Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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-03-24T06:46:04.450Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:09.055Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:09.056Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T06:46:09.056Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f65f5ed5-37f0-4677-ba38-1fb6b4816158","serviceName":"Demo_pNF_V1vQNxA6F1HulJiSTJ8x","serviceVersion":"1.0","serviceUUID":"802317c0-8538-4ead-aeeb-65e5cf0f6b9e","serviceDescription":"catalog service description","serviceInvariantUUID":"c4f446a8-1797-4332-bcce-9a2e53533e3b","resources":[{"resourceInstanceName":"pNF 51cf92c5-f1e8 0","resourceName":"pNF 51cf92c5-f1e8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3a7aac34-de6b-423c-b67d-8c28e12bd55c","resourceInvariantUUID":"290dee47-de4f-44fd-a9fe-0e9f27e5687f","resourceCustomizationUUID":"30e66d39-af61-4358-b7ed-1c359486073b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml","artifactChecksum":"MzU0NjI1MTZjMjBmODlhYjI0ZDU2NTYwZTUyODMyOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d15ca36-2032-4975-9c71-79eb7d2bd685","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar","artifactChecksum":"YjkwYTI5MmRmOWFhMTMyMjAxOWI3MmMzM2YyMzJkZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7db8556-b46d-4430-bd51-a56315a4f5b4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4800790-49db-4147-8c08-e165c2704cb1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml","artifactChecksum":"YjU2ZmM3Mjc5NmJmZWViNDhjOTkzMjM5MmYzZjM4NmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eaf762e5-a1b3-41dc-844d-6195b53e8357","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5df067e8-9bac-4d65-bbc2-81f4faa8f180","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb01182f-d44b-441c-a9c9-15245918a321","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfV1vqnxa6f1huljistj8x-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml","artifactChecksum":"MGI2NmUzYzA1NmQxZTE4MjI5ODRmNTYzMTdhZDVlMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5c03dad-a2b5-4cd7-bad8-d998d096151d","artifactVersion":"1"},{"artifactName":"service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar","artifactChecksum":"NjgzOTQxNWZhYjljZTRiZmE3MjUyNzM4ZmY3MmU1MDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d72873a2-78c8-4673-97e3-4fd2a7282570","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:46:09.058Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:46:09.058Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:09.060Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:09.060Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:09.161Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:46:09.161Z||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-03-24T06:46:09.162Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:09.176Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:09.176Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:46:10.061Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:46:10.062Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:10.063Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:10.063Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:10.163Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:46:10.164Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-24T06:46:10.164Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:10.177Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:10.177Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:46:11.063Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:46:11.064Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:11.067Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:11.067Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:46:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T06:46:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:11.167Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:46:11.168Z||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-03-24T06:46:11.168Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:11.181Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:11.182Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:46:11.275Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:11.277Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.277Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104327588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104327588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.278Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104337814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104327588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104337814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.279Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104327588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104337814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104327588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104337814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.280Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104327588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104341592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104337814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104327588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.281Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104341592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104337814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104342856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.282Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104327588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104341592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104337814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.283Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104343842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104342856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104345196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104341592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.284Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104337814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:46:11.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104343842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104342856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.285Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104346209,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104341592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104345613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.286Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104343842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104342856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "dcae-sch",
  "timestamp": 1648104346043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.287Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104347211,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:46:11.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f65f5ed5-37f0-4677-ba38-1fb6b4816158
2022-03-24T06:46:11.303Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65f5ed5-37f0-4677-ba38-1fb6b4816158 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-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104341592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104345613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104343842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104342856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "dcae-sch",
  "timestamp": 1648104346043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.311Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.312Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104341592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.312Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.312Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.312Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104345613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.312Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.312Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.312Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104343842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.312Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.312Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104342856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "dcae-sch",
  "timestamp": 1648104346043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104341592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104345613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.313Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104343842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104342856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "dcae-sch",
  "timestamp": 1648104346043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104345613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.314Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104350461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104343842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104342856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "dcae-sch",
  "timestamp": 1648104346043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.315Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.316Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104345613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.316Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.316Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.316Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "cds",
  "timestamp": 1648104351466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-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-03-24T06:46:11.321Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f65f5ed5-37f0-4677-ba38-1fb6b4816158
2022-03-24T06:46:11.322Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65f5ed5-37f0-4677-ba38-1fb6b4816158 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-03-24T06:46:11.331Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.331Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104343842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:46:11.331Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.331Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.332Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104351649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:46:11.332Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.332Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.332Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "dcae-sch",
  "timestamp": 1648104346043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.332Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.333Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.333Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104345613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.333Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.333Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.333Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "dcae-sch",
  "timestamp": 1648104346043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.333Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.333Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.334Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104352654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:46:11.334Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.334Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.334Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104352764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:46:11.334Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.334Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.335Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104345613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:46:11.335Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.335Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.335Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "dcae-sch",
  "timestamp": 1648104346043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.335Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.335Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.336Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "policy-id",
  "timestamp": 1648104353657,
  "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-03-24T06:46:11.341Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f65f5ed5-37f0-4677-ba38-1fb6b4816158
2022-03-24T06:46:11.342Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65f5ed5-37f0-4677-ba38-1fb6b4816158 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-03-24T06:46:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104354139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:46:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.349Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104356147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:46:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104356512,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:46:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.350Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "clamp",
  "timestamp": 1648104357149,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T06:46:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f65f5ed5-37f0-4677-ba38-1fb6b4816158
2022-03-24T06:46:11.355Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65f5ed5-37f0-4677-ba38-1fb6b4816158 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:46:11.363Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.363Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "aai-ml",
  "timestamp": 1648104357515,
  "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-03-24T06:46:11.368Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f65f5ed5-37f0-4677-ba38-1fb6b4816158
2022-03-24T06:46:11.368Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f65f5ed5-37f0-4677-ba38-1fb6b4816158 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-03-24T06:46:11.376Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.376Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "715df986-ff24-43cb-84b9-6b2ecca1b5b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104363433,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:46:11.376Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:46:11.376Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.376Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.376Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:11.377Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:46:11.377Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:11.377Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:46:12.067Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:46:12.068Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:12.071Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:12.071Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:12.171Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:46:12.171Z||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-03-24T06:46:12.172Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:12.183Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:12.184Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:46:13.071Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:46:13.072Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:13.073Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:13.074Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:13.174Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:46:13.175Z||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-03-24T06:46:13.175Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:13.186Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:13.186Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:46:14.074Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:46:14.074Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:14.076Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:14.076Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:14.177Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:46:14.177Z||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-03-24T06:46:14.178Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:14.190Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:14.190Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:46:15.077Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:46:15.079Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:15.081Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:15.081Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:46:15.181Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:46:15.182Z||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-03-24T06:46:15.182Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:15.194Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:15.195Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:46:16.081Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:46:16.082Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:16.084Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:16.084Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:46:16.185Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:46:16.186Z||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-03-24T06:46:16.186Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:16.198Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:16.198Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:46:17.085Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "serviceName": "Demo_pNF_V1vQNxA6F1HulJiSTJ8x",
  "serviceVersion": "1.0",
  "serviceUUID": "802317c0-8538-4ead-aeeb-65e5cf0f6b9e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c4f446a8-1797-4332-bcce-9a2e53533e3b",
  "resources": [
    {
      "resourceInstanceName": "pNF 51cf92c5-f1e8 0",
      "resourceCustomizationUUID": "30e66d39-af61-4358-b7ed-1c359486073b",
      "resourceName": "pNF 51cf92c5-f1e8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3a7aac34-de6b-423c-b67d-8c28e12bd55c",
      "resourceInvariantUUID": "290dee47-de4f-44fd-a9fe-0e9f27e5687f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
      "artifactChecksum": "NjgzOTQxNWZhYjljZTRiZmE3MjUyNzM4ZmY3MmU1MDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d72873a2-78c8-4673-97e3-4fd2a7282570"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T06:46:17.086Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:46:17.086Z|715df986-ff24-43cb-84b9-6b2ecca1b5b2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 802317c0-8538-4ead-aeeb-65e5cf0f6b9e ASDC
2022-03-24T06:46:17.086Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f65f5ed5-37f0-4677-ba38-1fb6b4816158
ServiceName:Demo_pNF_V1vQNxA6F1HulJiSTJ8x
ServiceVersion:1.0
ServiceUUID:802317c0-8538-4ead-aeeb-65e5cf0f6b9e
ServiceInvariantUUID:c4f446a8-1797-4332-bcce-9a2e53533e3b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
ArtifactUUID:d72873a2-78c8-4673-97e3-4fd2a7282570
ArtifactChecksum:NjgzOTQxNWZhYjljZTRiZmE3MjUyNzM4ZmY3MmU1MDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 51cf92c5-f1e8 0
ResourceCustomizationUUID:30e66d39-af61-4358-b7ed-1c359486073b
ResourceInvariantUUID:290dee47-de4f-44fd-a9fe-0e9f27e5687f
ResourceName:pNF 51cf92c5-f1e8
ResourceType:PNF
ResourceUUID:3a7aac34-de6b-423c-b67d-8c28e12bd55c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T06:46:17.086Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 802317c0-8538-4ead-aeeb-65e5cf0f6b9e 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-03-24T06:46:17.115Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:46:17.115Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:46:17.115Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:46:17.115Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d72873a2-78c8-4673-97e3-4fd2a7282570 from URL: /sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:17.115Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T06:46:17.116Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:17.450Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T06:46:17.454Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar d72873a2-78c8-4673-97e3-4fd2a7282570 82633
2022-03-24T06:46:17.454Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar ASDC sendASDCNotification
2022-03-24T06:46:17.454Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:17.454Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:46:17.454Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:17.455Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:17.455Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104377454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:46:17.556Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:46:17.556Z||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-03-24T06:46:17.556Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:17.566Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:17.567Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:46:18.456Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:46:18.457Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:46:18.458Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d72873a2-78c8-4673-97e3-4fd2a7282570, URL: /sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar to file: /app/ASDC/1/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:18.458Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:18.458Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:18.458Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:18.528Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP203345869428242945/Definitions/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 51cf92c5-f1e8 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-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:46:19.011Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_V1vQNxA6F1HulJiSTJ8x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Node template pNF 51cf92c5-f1e8 0 is matching search criteria
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 51cf92c5-f1e8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_V1vQNxA6F1HulJiSTJ8x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Node template pNF 51cf92c5-f1e8 0 is matching search criteria
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 51cf92c5-f1e8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_V1vQNxA6F1HulJiSTJ8x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_V1vQNxA6F1HulJiSTJ8x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_V1vQNxA6F1HulJiSTJ8x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_V1vQNxA6F1HulJiSTJ8x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_V1vQNxA6F1HulJiSTJ8x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:46:19.012Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_V1vQNxA6F1HulJiSTJ8x
Description:catalog service description
Model UUID:802317c0-8538-4ead-aeeb-65e5cf0f6b9e
Model Version:NULL
Model InvariantUuid:c4f446a8-1797-4332-bcce-9a2e53533e3b
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-03-24T06:46:19.020Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3a7aac34-de6b-423c-b67d-8c28e12bd55c
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-03-24T06:46:19.022Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||pNF 51cf92c5-f1e8 0
2022-03-24T06:46:19.022Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3a7aac34-de6b-423c-b67d-8c28e12bd55c
2022-03-24T06:46:19.022Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 802317c0-8538-4ead-aeeb-65e5cf0f6b9e
2022-03-24T06:46:19.022Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 802317c0-8538-4ead-aeeb-65e5cf0f6b9e
2022-03-24T06:46:19.022Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 51cf92c5-f1e8 0 3a7aac34-de6b-423c-b67d-8c28e12bd55c 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-03-24T06:46:19.026Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@722eeb49, org.onap.sdc.toscaparser.api.parameters.Input@4e2923c7, org.onap.sdc.toscaparser.api.parameters.Input@2a70ebcb, org.onap.sdc.toscaparser.api.parameters.Input@6d1811d, org.onap.sdc.toscaparser.api.parameters.Input@3a0562d]
2022-03-24T06:46:19.026Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:46:19.027Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_V1vQNxA6F1HulJiSTJ8x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:46:19.027Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 802317c0-8538-4ead-aeeb-65e5cf0f6b9e: pNF 51cf92c5-f1e8
2022-03-24T06:46:19.027Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||Processing PNF resource: 3a7aac34-de6b-423c-b67d-8c28e12bd55c
2022-03-24T06:46:19.027Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:46:19.027Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_V1vQNxA6F1HulJiSTJ8x is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:46:19.027Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||Resource customization UUID: 30e66d39-af61-4358-b7ed-1c359486073b is the same as notified resource customizationUUID: 30e66d39-af61-4358-b7ed-1c359486073b
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-03-24T06:46:19.057Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 51cf92c5-f1e8 3a7aac34-de6b-423c-b67d-8c28e12bd55c 0 ASDC deployResourceStructure
2022-03-24T06:46:19.058Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar ASDC sendASDCNotification
2022-03-24T06:46:19.058Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar
2022-03-24T06:46:19.058Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:46:19.058Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:46:19.060Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:46:19.061Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104379058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:46:19.161Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:46:19.161Z||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-03-24T06:46:19.162Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:46:19.175Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:46:19.175Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:46:20.061Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:46:20.071Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:46:20.074Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:46:20.074Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:46:20.074Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:46:20.074Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:46:50.075Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:46:50.083Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:46:50.085Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:46:50.085Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:46:50.085Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:46:50.085Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:47:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:47:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T06:47:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:47:11.162Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:47:11.162Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:47:11.163Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:47:11.163Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:47:20.085Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:47:20.096Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:47:20.098Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:47:20.098Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:47:20.098Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:47:20.098Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:47:50.099Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:47:50.107Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:47:50.109Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:47:50.109Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:47:50.109Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:47:50.109Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:48:11.139Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:48:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T06:48:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:48:11.660Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/resourceInstances/pnf51cf92c5f1e80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:48:11.661Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104364449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104377454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104379058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfV1vqnxa6f1huljistj8x/1.0/artifacts/service-DemoPnfV1vqnxa6f1huljistj8x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:48:11.662Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:48:20.109Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:48:20.121Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:48:20.124Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:48:20.124Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:48:20.124Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:48:20.124Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:48:50.125Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:48:50.134Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:48:50.135Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:48:50.136Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:48:50.136Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:48:50.136Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:49:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:49:11.140Z||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-03-24T06:49:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:49:20.136Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:49:20.146Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:49:20.148Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:49:20.148Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:49:20.149Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:49:20.149Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:49:20.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:49:50.149Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:49:50.159Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:49:50.161Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:49:50.161Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:49:50.161Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:49:50.161Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:50:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:50:11.140Z||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-03-24T06:50:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:50:20.161Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:50:20.172Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:50:20.174Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:50:20.174Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:50:20.174Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:50:20.174Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:50:20.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:50:50.175Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:50:50.184Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:50:50.186Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:50:50.186Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:50:50.186Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:50:50.186Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:51:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:51:11.141Z||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-03-24T06:51:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:51:20.186Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:51:20.187Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158 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-03-24T06:51:20.191Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f65f5ed5-37f0-4677-ba38-1fb6b4816158 and serviceModelVersionId: 802317c0-8538-4ead-aeeb-65e5cf0f6b9e
2022-03-24T06:51:20.192Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4f446a8-1797-4332-bcce-9a2e53533e3b
2022-03-24T06:51:20.192Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4f446a8-1797-4332-bcce-9a2e53533e3b/model-vers/model-ver/802317c0-8538-4ead-aeeb-65e5cf0f6b9e?depth=0
2022-03-24T06:51:20.197Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:51:20.220Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4f446a8-1797-4332-bcce-9a2e53533e3b/model-vers/model-ver/802317c0-8538-4ead-aeeb-65e5cf0f6b9e?depth=0|INFO|500||Invoke
2022-03-24T06:51:20.220Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4f446a8-1797-4332-bcce-9a2e53533e3b/model-vers/model-ver/802317c0-8538-4ead-aeeb-65e5cf0f6b9e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4f446a8-1797-4332-bcce-9a2e53533e3b/model-vers/model-ver/802317c0-8538-4ead-aeeb-65e5cf0f6b9e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f65f5ed5-37f0-4677-ba38-1fb6b4816158], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e95a872d-7d54-4509-afe9-5550852c5f32], X-ECOMP-RequestID=[f65f5ed5-37f0-4677-ba38-1fb6b4816158], X-TransactionId=[], X-ONAP-RequestID=[f65f5ed5-37f0-4677-ba38-1fb6b4816158], Content-Type=[application/merge-patch+json]}
2022-03-24T06:51:20.235Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4f446a8-1797-4332-bcce-9a2e53533e3b/model-vers/model-ver/802317c0-8538-4ead-aeeb-65e5cf0f6b9e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T06:51:20.645Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4f446a8-1797-4332-bcce-9a2e53533e3b/model-vers/model-ver/802317c0-8538-4ead-aeeb-65e5cf0f6b9e?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/c4f446a8-1797-4332-bcce-9a2e53533e3b/model-vers/model-ver/802317c0-8538-4ead-aeeb-65e5cf0f6b9e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220324-06:51:20:243-20744], vertex-id=[208992], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:51:20 GMT], Content-Type=[application/json]}
2022-03-24T06:51:20.645Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4f446a8-1797-4332-bcce-9a2e53533e3b/model-vers/model-ver/802317c0-8538-4ead-aeeb-65e5cf0f6b9e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:51:20.645Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4f446a8-1797-4332-bcce-9a2e53533e3b/model-vers/model-ver/802317c0-8538-4ead-aeeb-65e5cf0f6b9e?depth=0|INFO|500||InvokeReturn
2022-03-24T06:51:20.646Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:51:20.646Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:51:20.650Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:51:20.650Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f65f5ed5-37f0-4677-ba38-1fb6b4816158 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:51:20.651Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:51:20.651Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:51:20.652Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:51:20.652Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104680650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:51:20.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:51:20.753Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:51:20.753Z||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-03-24T06:51:20.753Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:51:20.766Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:51:20.767Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T06:51:21.664Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:51:21.664Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:51:21.665Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:51:32.598Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:51:32.598Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:51:32.598Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:51:32.598Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:51:42.140Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:51:42.140Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:51:42.141Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:51:42.141Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:51:51.677Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:51:51.678Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:51:51.678Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:51:51.678Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:52:01.213Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:52:01.213Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:52:01.214Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:52:01.214Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:52:10.750Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:52:10.750Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:52:10.751Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:52:10.751Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:52:11.139Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:52:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T06:52:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:52:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:52:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T06:52:11.766Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f65f5ed5-37f0-4677-ba38-1fb6b4816158",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104680650,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:52:11.767Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:52:20.289Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:52:20.290Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:52:20.290Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:52:20.290Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:52:29.828Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:52:29.829Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:52:29.829Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:52:29.830Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:52:39.368Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:52:39.369Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:52:39.370Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:52:39.370Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:52:48.905Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:52:48.906Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:52:48.906Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:52:48.906Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:52:58.441Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:52:58.442Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:52:58.442Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:52:58.442Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:07.980Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:07.980Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:53:07.981Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:53:07.981Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:53:11.140Z||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-03-24T06:53:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:17.522Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:17.523Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:53:17.523Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:53:17.523Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:20.680Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:27.063Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:27.063Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:53:27.064Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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-03-24T06:53:27.064Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:31.704Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:31.704Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T06:53:31.705Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c65525e-a7aa-47fe-b603-8fdecdeb8d71","serviceName":"Demo_pNF_dG5IjOfc2ZWvbxn7q1eb","serviceVersion":"1.0","serviceUUID":"e5e9d305-6502-4022-8c04-24214d891443","serviceDescription":"catalog service description","serviceInvariantUUID":"4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330","resources":[{"resourceInstanceName":"pNF 0a27c2ab-c8f4 0","resourceName":"pNF 0a27c2ab-c8f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"47bc0cad-db44-43c8-9ec7-5e1a7bb88fdf","resourceInvariantUUID":"35bf89bc-fd28-4ca5-bec8-1213b2d3dca8","resourceCustomizationUUID":"d470b3c1-0c52-4ce2-b122-7470dc72c6a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml","artifactChecksum":"N2JjYjVlMTMyYzU5NWQxYTQ0ZjIxYjM3NWU2YWIxNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ec43eef-5352-428b-8bba-3bb8c5fdc82c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar","artifactChecksum":"YjkwYTI5MmRmOWFhMTMyMjAxOWI3MmMzM2YyMzJkZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b48f385e-a9f7-4026-b8c6-07030e4fb1d0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4cb035d-4948-4dcb-861a-4dba4357463c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml","artifactChecksum":"MTFmMGU5YWVkYzVhZWM0NmFkYTM5M2ZmN2ZjMjc1M2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d0eab1b-9231-47b8-8a73-2039012d1f77","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0409872e-24e5-42d8-bcea-3a77d856e0b8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"126f0058-c1e6-49e0-ae00-e77747e1df4b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml","artifactChecksum":"ZGE4MDA3ZWRkOGMzNDY1MjUwYTYzOTBkMzlmMDIxOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2cdf8e3-1a1a-4d4f-80cd-168316d49a3e","artifactVersion":"1"},{"artifactName":"service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar","artifactChecksum":"ZmJjMGY4YTViNzQxMjQ1ZjcwY2NlN2I0ODJlMTk0M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52e8ce58-2bba-4b36-8697-1586ffb36fc3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T06:53:31.705Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:53:31.705Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:31.707Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:31.707Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:53:31.807Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:53:31.808Z||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-03-24T06:53:31.808Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:31.822Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:31.822Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:53:32.708Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:53:32.708Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:32.712Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:32.712Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:53:32.811Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T06:53:32.811Z||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-03-24T06:53:32.811Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:32.833Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:32.833Z||pool-117-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:53:33.713Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:53:33.714Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:33.717Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:33.717Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:53:33.817Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:53:33.817Z||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-03-24T06:53:33.817Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:33.840Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:33.840Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:53:34.717Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:53:34.718Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:34.720Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:34.720Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:53:34.821Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:53:34.821Z||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-03-24T06:53:34.822Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:34.834Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:34.834Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:53:35.721Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:53:35.722Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:35.725Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:35.725Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:53:35.825Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:53:35.825Z||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-03-24T06:53:35.825Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:35.839Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:35.839Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:53:36.725Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:53:36.726Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:36.728Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:36.728Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:53:36.828Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:53:36.829Z||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-03-24T06:53:36.829Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:36.838Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:36.838Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:53:37.728Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:53:37.729Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:37.732Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:37.732Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:53:37.832Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:53:37.833Z||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-03-24T06:53:37.833Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:37.848Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:37.848Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:53:38.733Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T06:53:38.734Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:38.735Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:38.735Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:53:38.836Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:53:38.836Z||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-03-24T06:53:38.837Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:38.851Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:38.852Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-24T06:53:39.737Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "serviceName": "Demo_pNF_dG5IjOfc2ZWvbxn7q1eb",
  "serviceVersion": "1.0",
  "serviceUUID": "e5e9d305-6502-4022-8c04-24214d891443",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330",
  "resources": [
    {
      "resourceInstanceName": "pNF 0a27c2ab-c8f4 0",
      "resourceCustomizationUUID": "d470b3c1-0c52-4ce2-b122-7470dc72c6a8",
      "resourceName": "pNF 0a27c2ab-c8f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "47bc0cad-db44-43c8-9ec7-5e1a7bb88fdf",
      "resourceInvariantUUID": "35bf89bc-fd28-4ca5-bec8-1213b2d3dca8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
      "artifactChecksum": "ZmJjMGY4YTViNzQxMjQ1ZjcwY2NlN2I0ODJlMTk0M2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "52e8ce58-2bba-4b36-8697-1586ffb36fc3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T06:53:39.737Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T06:53:39.737Z|f65f5ed5-37f0-4677-ba38-1fb6b4816158|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e5e9d305-6502-4022-8c04-24214d891443 ASDC
2022-03-24T06:53:39.738Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5c65525e-a7aa-47fe-b603-8fdecdeb8d71
ServiceName:Demo_pNF_dG5IjOfc2ZWvbxn7q1eb
ServiceVersion:1.0
ServiceUUID:e5e9d305-6502-4022-8c04-24214d891443
ServiceInvariantUUID:4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
ArtifactUUID:52e8ce58-2bba-4b36-8697-1586ffb36fc3
ArtifactChecksum:ZmJjMGY4YTViNzQxMjQ1ZjcwY2NlN2I0ODJlMTk0M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0a27c2ab-c8f4 0
ResourceCustomizationUUID:d470b3c1-0c52-4ce2-b122-7470dc72c6a8
ResourceInvariantUUID:35bf89bc-fd28-4ca5-bec8-1213b2d3dca8
ResourceName:pNF 0a27c2ab-c8f4
ResourceType:PNF
ResourceUUID:47bc0cad-db44-43c8-9ec7-5e1a7bb88fdf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T06:53:39.738Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5e9d305-6502-4022-8c04-24214d891443 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-03-24T06:53:39.770Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:53:39.771Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:53:39.771Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:53:39.771Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 52e8ce58-2bba-4b36-8697-1586ffb36fc3 from URL: /sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:39.771Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-24T06:53:39.771Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:39.870Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-24T06:53:39.873Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar 52e8ce58-2bba-4b36-8697-1586ffb36fc3 82624
2022-03-24T06:53:39.873Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar ASDC sendASDCNotification
2022-03-24T06:53:39.873Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:39.873Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T06:53:39.873Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:39.875Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:39.875Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104819873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:53:39.975Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:53:39.976Z||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-03-24T06:53:39.976Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:39.987Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:39.988Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:53:40.875Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T06:53:40.877Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-24T06:53:40.877Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 52e8ce58-2bba-4b36-8697-1586ffb36fc3, URL: /sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar to file: /app/ASDC/1/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:40.877Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:40.878Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:40.878Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:40.951Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2101899901366345157/Definitions/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml
2022-03-24T06:53:41.496Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0a27c2ab-c8f4 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-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:53:41.497Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dG5IjOfc2ZWvbxn7q1eb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Node template pNF 0a27c2ab-c8f4 0 is matching search criteria
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 0a27c2ab-c8f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dG5IjOfc2ZWvbxn7q1eb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Node template pNF 0a27c2ab-c8f4 0 is matching search criteria
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 0a27c2ab-c8f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dG5IjOfc2ZWvbxn7q1eb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dG5IjOfc2ZWvbxn7q1eb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dG5IjOfc2ZWvbxn7q1eb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dG5IjOfc2ZWvbxn7q1eb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dG5IjOfc2ZWvbxn7q1eb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:53:41.498Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dG5IjOfc2ZWvbxn7q1eb
Description:catalog service description
Model UUID:e5e9d305-6502-4022-8c04-24214d891443
Model Version:NULL
Model InvariantUuid:4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330
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-03-24T06:53:41.504Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 47bc0cad-db44-43c8-9ec7-5e1a7bb88fdf
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-03-24T06:53:41.508Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||pNF 0a27c2ab-c8f4 0
2022-03-24T06:53:41.508Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 47bc0cad-db44-43c8-9ec7-5e1a7bb88fdf
2022-03-24T06:53:41.508Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e5e9d305-6502-4022-8c04-24214d891443
2022-03-24T06:53:41.508Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e5e9d305-6502-4022-8c04-24214d891443
2022-03-24T06:53:41.509Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0a27c2ab-c8f4 0 47bc0cad-db44-43c8-9ec7-5e1a7bb88fdf 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-03-24T06:53:41.514Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@429ff31, org.onap.sdc.toscaparser.api.parameters.Input@7175b0be, org.onap.sdc.toscaparser.api.parameters.Input@3b79f46e, org.onap.sdc.toscaparser.api.parameters.Input@7aa23dab, org.onap.sdc.toscaparser.api.parameters.Input@31b985b9]
2022-03-24T06:53:41.515Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:53:41.515Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dG5IjOfc2ZWvbxn7q1eb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:53:41.515Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e5e9d305-6502-4022-8c04-24214d891443: pNF 0a27c2ab-c8f4
2022-03-24T06:53:41.515Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Processing PNF resource: 47bc0cad-db44-43c8-9ec7-5e1a7bb88fdf
2022-03-24T06:53:41.516Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T06:53:41.516Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_dG5IjOfc2ZWvbxn7q1eb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T06:53:41.516Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Resource customization UUID: d470b3c1-0c52-4ce2-b122-7470dc72c6a8 is the same as notified resource customizationUUID: d470b3c1-0c52-4ce2-b122-7470dc72c6a8
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-03-24T06:53:41.550Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0a27c2ab-c8f4 47bc0cad-db44-43c8-9ec7-5e1a7bb88fdf 0 ASDC deployResourceStructure
2022-03-24T06:53:41.551Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar ASDC sendASDCNotification
2022-03-24T06:53:41.551Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar
2022-03-24T06:53:41.551Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T06:53:41.551Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:53:41.552Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:53:41.552Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104821551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:53:41.653Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T06:53:41.654Z||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-03-24T06:53:41.654Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:53:41.668Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:53:41.668Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T06:53:42.553Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:53:42.563Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:53:42.565Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:53:42.565Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:53:42.565Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:54:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:54:11.140Z||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-03-24T06:54:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:54:11.765Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:54:11.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104805613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104806592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104807588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "dcae-sch",
  "timestamp": 1648104806043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104802854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104805613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "dcae-sch",
  "timestamp": 1648104806043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104806592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104807588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104802854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104805613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104806592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "dcae-sch",
  "timestamp": 1648104806043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104807588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104802854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104805613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "dcae-sch",
  "timestamp": 1648104806043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104807588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104806592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104802854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104805613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "dcae-sch",
  "timestamp": 1648104806043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104807588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104806592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104802854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104805613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104806592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "dcae-sch",
  "timestamp": 1648104806043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104807588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104802854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104805613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104806592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.774Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "dcae-sch",
  "timestamp": 1648104806043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104807588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104802854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104817814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648104805613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104806592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104807588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "dcae-sch",
  "timestamp": 1648104806043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104807063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104802854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104817814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104819864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104819866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104819873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104819866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104817814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "cds",
  "timestamp": 1648104820872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-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-03-24T06:54:11.782Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
2022-03-24T06:54:11.782Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c65525e-a7aa-47fe-b603-8fdecdeb8d71 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-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104820883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104820883,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104817814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648104821551,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648104821884,
  "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-03-24T06:54:11.793Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
2022-03-24T06:54:11.794Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c65525e-a7aa-47fe-b603-8fdecdeb8d71 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-03-24T06:54:11.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "policy-id",
  "timestamp": 1648104821886,
  "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-03-24T06:54:11.806Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
2022-03-24T06:54:11.806Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c65525e-a7aa-47fe-b603-8fdecdeb8d71 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-03-24T06:54:11.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104817814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104817814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104817814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104823842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104817814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104823842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104823842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104823842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104823842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104823842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/resourceInstances/pnf0a27c2abc8f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104823842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104823842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104832669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104834218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104836229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:54:11.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104836430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDg5ijofc2zwvbxn7q1eb/1.0/artifacts/service-DemoPnfDg5ijofc2zwvbxn7q1eb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T06:54:11.818Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:54:11.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "clamp",
  "timestamp": 1648104837231,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T06:54:11.823Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
2022-03-24T06:54:11.823Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c65525e-a7aa-47fe-b603-8fdecdeb8d71 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T06:54:11.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:54:11.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "aai-ml",
  "timestamp": 1648104837434,
  "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-03-24T06:54:11.835Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
2022-03-24T06:54:11.835Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c65525e-a7aa-47fe-b603-8fdecdeb8d71 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-03-24T06:54:12.565Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:54:12.575Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:54:12.576Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:54:12.577Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:54:12.577Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:54:12.577Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:54:42.577Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:54:42.586Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:54:42.587Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:54:42.587Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:54:42.587Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:54:42.588Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:55:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:55:11.140Z||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-03-24T06:55:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:55:12.588Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:55:12.597Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:55:12.598Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:55:12.599Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:55:12.599Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:55:12.599Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:55:20.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:55:42.599Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:55:42.605Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:55:42.607Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:55:42.607Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:55:42.607Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:55:42.607Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:56:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:56:11.140Z||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-03-24T06:56:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:56:12.607Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:56:12.611Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:56:12.612Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:56:12.612Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:56:12.612Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:56:12.612Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:56:20.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:56:42.612Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:56:42.619Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:56:42.621Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:56:42.621Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:56:42.621Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:56:42.621Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:57:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:57:11.140Z||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-03-24T06:57:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:57:12.621Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:57:12.629Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:57:12.630Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:57:12.631Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:57:12.631Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:57:12.631Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:57:20.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:57:42.631Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:57:42.637Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:57:42.638Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:57:42.639Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:57:42.639Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:57:42.639Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:58:11.140Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:58:11.140Z||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-03-24T06:58:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:58:12.639Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T06:58:12.646Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T06:58:12.649Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T06:58:12.649Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T06:58:12.649Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T06:58:12.649Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T06:58:20.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:58:42.650Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T06:58:42.650Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71 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-03-24T06:58:42.653Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c65525e-a7aa-47fe-b603-8fdecdeb8d71 and serviceModelVersionId: e5e9d305-6502-4022-8c04-24214d891443
2022-03-24T06:58:42.653Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330
2022-03-24T06:58:42.654Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330/model-vers/model-ver/e5e9d305-6502-4022-8c04-24214d891443?depth=0
2022-03-24T06:58:42.661Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T06:58:42.681Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330/model-vers/model-ver/e5e9d305-6502-4022-8c04-24214d891443?depth=0|INFO|500||Invoke
2022-03-24T06:58:42.682Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330/model-vers/model-ver/e5e9d305-6502-4022-8c04-24214d891443?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330/model-vers/model-ver/e5e9d305-6502-4022-8c04-24214d891443?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c65525e-a7aa-47fe-b603-8fdecdeb8d71], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dff86495-00be-41f8-9d98-1b2b7012ffe8], X-ECOMP-RequestID=[5c65525e-a7aa-47fe-b603-8fdecdeb8d71], X-TransactionId=[], X-ONAP-RequestID=[5c65525e-a7aa-47fe-b603-8fdecdeb8d71], Content-Type=[application/merge-patch+json]}
2022-03-24T06:58:42.704Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330/model-vers/model-ver/e5e9d305-6502-4022-8c04-24214d891443?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T06:58:42.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330/model-vers/model-ver/e5e9d305-6502-4022-8c04-24214d891443?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/4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330/model-vers/model-ver/e5e9d305-6502-4022-8c04-24214d891443?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-06:58:42:711-84470], vertex-id=[184552], Content-Length=[0], Date=[Thu, 24 Mar 2022 06:58:42 GMT], Content-Type=[application/json]}
2022-03-24T06:58:42.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330/model-vers/model-ver/e5e9d305-6502-4022-8c04-24214d891443?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-24T06:58:42.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4bc9ebe0-9e14-4b62-8dfb-854f2a5dd330/model-vers/model-ver/e5e9d305-6502-4022-8c04-24214d891443?depth=0|INFO|500||InvokeReturn
2022-03-24T06:58:42.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T06:58:42.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:58:42.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:58:42.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c65525e-a7aa-47fe-b603-8fdecdeb8d71 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T06:58:42.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T06:58:42.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-24T06:58:42.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T06:58:42.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105122784,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:58:42.886Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T06:58:42.887Z||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-03-24T06:58:42.887Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T06:58:42.903Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:58:42.903Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-24T06:58:43.793Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:58:43.793Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:58:43.793Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:58:54.611Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:58:54.612Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:58:54.612Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:58:54.613Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:59:04.150Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:59:04.151Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:59:04.151Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:59:04.151Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:59:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:59:11.140Z||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-03-24T06:59:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:59:11.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:59:11.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-24T06:59:11.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c65525e-a7aa-47fe-b603-8fdecdeb8d71",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105122784,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T06:59:11.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T06:59:13.692Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:59:13.692Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:59:13.693Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:59:13.693Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:59:23.233Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:59:23.233Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:59:23.234Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:59:23.235Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:59:32.768Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:59:32.768Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:59:32.768Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:59:32.769Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:59:42.307Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:59:42.307Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:59:42.308Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:59:42.308Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T06:59:51.840Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T06:59:51.840Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T06:59:51.841Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T06:59:51.841Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:00:01.379Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:00:01.380Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:00:01.380Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:00:01.380Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:00:10.919Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:00:10.920Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:00:10.921Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T07:00:10.921Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:00:11.139Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:00:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T07:00:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:00:20.459Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:00:20.459Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:00:20.460Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T07:00:20.460Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:00:20.686Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:00:29.995Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:00:29.995Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:00:29.995Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T07:00:29.996Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:00:39.528Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:00:39.529Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:00:39.529Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T07:00:39.530Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:00:49.064Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:01:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:01:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T07:01:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:01:11.139Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:01:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T07:01:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:01:20.680Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:01:20.683Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:02:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:02:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T07:02:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:02:11.141Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:02:11.141Z||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-03-24T07:02:11.141Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:02:20.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:02:20.688Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:03:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:03:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T07:03:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:03:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:03:11.140Z||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-03-24T07:03:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:03:20.682Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:03:20.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:04:11.137Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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-03-24T07:04:11.138Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:11.139Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:04:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:04:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:11.769Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:11.770Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.770Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d87dee1a-6322-4a9a-b37f-f2c45f4e7a62","serviceName":"Demo_pNF_oaK2QvMMQ2ttEa3XQKCH","serviceVersion":"1.0","serviceUUID":"e2992d42-ffd6-4303-ad87-05c74d34d73b","serviceDescription":"catalog service description","serviceInvariantUUID":"ab85ed17-fbc6-4630-b6a2-2e67e2321de8","resources":[{"resourceInstanceName":"pNF 62c7c7ee-376b 0","resourceName":"pNF 62c7c7ee-376b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f150e278-c460-44e9-a45b-31151e211dd7","resourceInvariantUUID":"1d758332-726b-4d54-bd7b-0806c0bd0cb7","resourceCustomizationUUID":"496d77ec-c226-4b55-af13-06b812300dfe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml","artifactChecksum":"MzM2MDM2YTQxM2I4YWRlYWYxMGE5ZjZmZWEyN2Q5ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d01371c8-7ff9-4019-90c7-7bcab58aa464","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar","artifactChecksum":"YjkwYTI5MmRmOWFhMTMyMjAxOWI3MmMzM2YyMzJkZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0be27417-4681-4ee6-9feb-4172cbdc7c50","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b5d5040-a21f-4790-9335-2c5a22d8c119","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODhiZmZkMzZmMWVlZDhhYTE0YTdhOTFmOWJhZjY2MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab5221b6-e713-4e9f-9ff4-7f00c9bf7c5c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58a03080-8c81-4e76-89af-9685bc9a1853","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8254ae53-22f7-4035-9885-4af3f8caf4c1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml","artifactChecksum":"NDU0OTdhZThiMDZjNThkOTdjM2RjZTA3NTNiZDA5ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4269254-d92e-4bc2-8516-b009e39c660a","artifactVersion":"1"},{"artifactName":"service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar","artifactChecksum":"MTlkMDUzOTQzY2M4ZWVhZmRiYzRiMWI5ODM1NTM1MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe25dcc8-f538-4b99-8636-ad0d6a038746","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-24T07:04:11.771Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T07:04:11.771Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:11.772Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:11.772Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.774Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:11.777Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.778Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.778Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.779Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.779Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.779Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.779Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.779Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648105405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "dcae-sch",
  "timestamp": 1648105406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.780Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105406592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648105405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "dcae-sch",
  "timestamp": 1648105406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105406592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.781Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648105405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "dcae-sch",
  "timestamp": 1648105406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105406592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648105405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "dcae-sch",
  "timestamp": 1648105406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.782Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105406592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648105405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "dcae-sch",
  "timestamp": 1648105406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.783Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105406592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648105405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "dcae-sch",
  "timestamp": 1648105406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105402854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105406592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.784Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648105405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "dcae-sch",
  "timestamp": 1648105406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105413073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105406592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648105405613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "dcae-sch",
  "timestamp": 1648105406043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.785Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105414077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105406592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.786Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "policy-id",
  "timestamp": 1648105415079,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T07:04:11.792Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
2022-03-24T07:04:11.792Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87dee1a-6322-4a9a-b37f-f2c45f4e7a62 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-03-24T07:04:11.796Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.796Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105407588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.796Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.796Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.796Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105415299,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T07:04:11.796Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:04:11.796Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.796Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105416301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-24T07:04:11.797Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:04:11.797Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.797Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "cds",
  "timestamp": 1648105416304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-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-03-24T07:04:11.798Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
2022-03-24T07:04:11.798Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87dee1a-6322-4a9a-b37f-f2c45f4e7a62 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-03-24T07:04:11.801Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.801Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105417312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-24T07:04:11.801Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:04:11.801Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.801Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648105418314,
  "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-03-24T07:04:11.802Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
2022-03-24T07:04:11.802Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87dee1a-6322-4a9a-b37f-f2c45f4e7a62 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-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105417814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105417814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105417814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105417814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.806Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105417814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105417814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105417814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105423842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105417814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105423842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.807Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105423842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105423842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105423842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105423842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105423842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105431378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105423842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105432652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105433322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T07:04:11.808Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:04:11.809Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.809Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "clamp",
  "timestamp": 1648105434325,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-24T07:04:11.810Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
2022-03-24T07:04:11.810Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87dee1a-6322-4a9a-b37f-f2c45f4e7a62 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-24T07:04:11.813Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.813Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105436366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T07:04:11.813Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:04:11.813Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:04:11.813Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "aai-ml",
  "timestamp": 1648105437369,
  "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-03-24T07:04:11.815Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
2022-03-24T07:04:11.815Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d87dee1a-6322-4a9a-b37f-f2c45f4e7a62 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-03-24T07:04:11.873Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T07:04:11.873Z||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-03-24T07:04:11.874Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:11.889Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:11.889Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:12.773Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T07:04:12.774Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:12.776Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:12.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:12.876Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-24T07:04:12.877Z||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-03-24T07:04:12.877Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:12.889Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:12.889Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:13.777Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T07:04:13.778Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:13.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:13.779Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:13.880Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-24T07:04:13.881Z||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-03-24T07:04:13.881Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:13.895Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:13.895Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:14.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T07:04:14.780Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:14.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:14.781Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:14.881Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T07:04:14.882Z||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-03-24T07:04:14.882Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:14.894Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:14.894Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:15.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T07:04:15.782Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:15.784Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:15.784Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:15.884Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T07:04:15.885Z||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-03-24T07:04:15.885Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:15.897Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:15.898Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:16.784Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T07:04:16.785Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:16.788Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:16.788Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:16.888Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T07:04:16.889Z||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-03-24T07:04:16.889Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:16.904Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:16.904Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:17.789Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T07:04:17.790Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:17.792Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:17.793Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:04:17.893Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T07:04:17.893Z||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-03-24T07:04:17.893Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:17.904Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:17.905Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:18.793Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-24T07:04:18.794Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:18.796Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:18.797Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T07:04:18.897Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T07:04:18.898Z||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-03-24T07:04:18.898Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:18.910Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:18.911Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:19.798Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "serviceName": "Demo_pNF_oaK2QvMMQ2ttEa3XQKCH",
  "serviceVersion": "1.0",
  "serviceUUID": "e2992d42-ffd6-4303-ad87-05c74d34d73b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ab85ed17-fbc6-4630-b6a2-2e67e2321de8",
  "resources": [
    {
      "resourceInstanceName": "pNF 62c7c7ee-376b 0",
      "resourceCustomizationUUID": "496d77ec-c226-4b55-af13-06b812300dfe",
      "resourceName": "pNF 62c7c7ee-376b",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f150e278-c460-44e9-a45b-31151e211dd7",
      "resourceInvariantUUID": "1d758332-726b-4d54-bd7b-0806c0bd0cb7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
      "artifactChecksum": "MTlkMDUzOTQzY2M4ZWVhZmRiYzRiMWI5ODM1NTM1MDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fe25dcc8-f538-4b99-8636-ad0d6a038746"
    }
  ],
  "workloadContext": "Production"
}
2022-03-24T07:04:19.799Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-24T07:04:19.799Z|5d786170-9b7f-4568-8ddc-504d2ea26f6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e2992d42-ffd6-4303-ad87-05c74d34d73b ASDC
2022-03-24T07:04:19.799Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
ServiceName:Demo_pNF_oaK2QvMMQ2ttEa3XQKCH
ServiceVersion:1.0
ServiceUUID:e2992d42-ffd6-4303-ad87-05c74d34d73b
ServiceInvariantUUID:ab85ed17-fbc6-4630-b6a2-2e67e2321de8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
ArtifactUUID:fe25dcc8-f538-4b99-8636-ad0d6a038746
ArtifactChecksum:MTlkMDUzOTQzY2M4ZWVhZmRiYzRiMWI5ODM1NTM1MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 62c7c7ee-376b 0
ResourceCustomizationUUID:496d77ec-c226-4b55-af13-06b812300dfe
ResourceInvariantUUID:1d758332-726b-4d54-bd7b-0806c0bd0cb7
ResourceName:pNF 62c7c7ee-376b
ResourceType:PNF
ResourceUUID:f150e278-c460-44e9-a45b-31151e211dd7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-24T07:04:19.800Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e2992d42-ffd6-4303-ad87-05c74d34d73b 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-03-24T07:04:19.818Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T07:04:19.818Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T07:04:19.819Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T07:04:19.819Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fe25dcc8-f538-4b99-8636-ad0d6a038746 from URL: /sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:19.819Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-03-24T07:04:19.819Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:20.141Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-03-24T07:04:20.144Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar fe25dcc8-f538-4b99-8636-ad0d6a038746 82623
2022-03-24T07:04:20.144Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar ASDC sendASDCNotification
2022-03-24T07:04:20.144Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:20.144Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-24T07:04:20.145Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:20.146Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:20.146Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105460144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T07:04:20.247Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T07:04:20.247Z||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-03-24T07:04:20.248Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:20.258Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:20.259Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:21.147Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-24T07:04:21.148Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-03-24T07:04:21.148Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fe25dcc8-f538-4b99-8636-ad0d6a038746, URL: /sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar to file: /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.149Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.150Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.150Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.233Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8087011222543704225/Definitions/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml
2022-03-24T07:04:21.735Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-24T07:04:21.735Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T07:04:21.735Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.735Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-24T07:04:21.735Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.735Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.735Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.735Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 62c7c7ee-376b 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-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oaK2QvMMQ2ttEa3XQKCH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Node template pNF 62c7c7ee-376b 0 is matching search criteria
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 62c7c7ee-376b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oaK2QvMMQ2ttEa3XQKCH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Node template pNF 62c7c7ee-376b 0 is matching search criteria
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 62c7c7ee-376b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oaK2QvMMQ2ttEa3XQKCH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T07:04:21.736Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T07:04:21.737Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oaK2QvMMQ2ttEa3XQKCH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T07:04:21.737Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T07:04:21.737Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oaK2QvMMQ2ttEa3XQKCH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T07:04:21.737Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T07:04:21.737Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oaK2QvMMQ2ttEa3XQKCH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T07:04:21.737Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T07:04:21.737Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oaK2QvMMQ2ttEa3XQKCH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T07:04:21.737Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_oaK2QvMMQ2ttEa3XQKCH
Description:catalog service description
Model UUID:e2992d42-ffd6-4303-ad87-05c74d34d73b
Model Version:NULL
Model InvariantUuid:ab85ed17-fbc6-4630-b6a2-2e67e2321de8
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-03-24T07:04:21.742Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: f150e278-c460-44e9-a45b-31151e211dd7
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-03-24T07:04:21.743Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||pNF 62c7c7ee-376b 0
2022-03-24T07:04:21.743Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f150e278-c460-44e9-a45b-31151e211dd7
2022-03-24T07:04:21.743Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e2992d42-ffd6-4303-ad87-05c74d34d73b
2022-03-24T07:04:21.743Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e2992d42-ffd6-4303-ad87-05c74d34d73b
2022-03-24T07:04:21.743Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 62c7c7ee-376b 0 f150e278-c460-44e9-a45b-31151e211dd7 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-03-24T07:04:21.745Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4486350c, org.onap.sdc.toscaparser.api.parameters.Input@6a5b8961, org.onap.sdc.toscaparser.api.parameters.Input@2d8eb67a, org.onap.sdc.toscaparser.api.parameters.Input@76162e82, org.onap.sdc.toscaparser.api.parameters.Input@34d4b19]
2022-03-24T07:04:21.745Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T07:04:21.746Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oaK2QvMMQ2ttEa3XQKCH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T07:04:21.746Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e2992d42-ffd6-4303-ad87-05c74d34d73b: pNF 62c7c7ee-376b
2022-03-24T07:04:21.746Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||Processing PNF resource: f150e278-c460-44e9-a45b-31151e211dd7
2022-03-24T07:04:21.746Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-24T07:04:21.746Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_oaK2QvMMQ2ttEa3XQKCH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-24T07:04:21.746Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||Resource customization UUID: 496d77ec-c226-4b55-af13-06b812300dfe is the same as notified resource customizationUUID: 496d77ec-c226-4b55-af13-06b812300dfe
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-03-24T07:04:21.766Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 62c7c7ee-376b f150e278-c460-44e9-a45b-31151e211dd7 0 ASDC deployResourceStructure
2022-03-24T07:04:21.766Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar ASDC sendASDCNotification
2022-03-24T07:04:21.766Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar
2022-03-24T07:04:21.766Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-24T07:04:21.766Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:04:21.768Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:04:21.768Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105461766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T07:04:21.868Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T07:04:21.869Z||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-03-24T07:04:21.869Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:04:21.880Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:04:21.881Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-24T07:04:22.769Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:04:22.775Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:04:22.776Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:04:22.776Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:04:22.777Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:04:22.777Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:04:52.777Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:04:52.782Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:04:52.784Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:04:52.784Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:04:52.785Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:04:52.785Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:05:11.139Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:05:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:05:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:05:11.262Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:05:11.262Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:05:11.262Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:05:11.262Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:05:22.785Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:05:22.791Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:05:22.793Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:05:22.793Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:05:22.793Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:05:22.793Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:05:52.793Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:05:52.799Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:05:52.801Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:05:52.801Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:05:52.801Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:05:52.802Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:06:11.139Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:06:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:06:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:06:11.665Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:06:11.665Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:06:11.665Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:06:11.665Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/resourceInstances/pnf62c7c7ee376b0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105451137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "NOTIFIED"
}
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105460144,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105461766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOak2qvmmq2ttea3xqkch/1.0/artifacts/service-DemoPnfOak2qvmmq2ttea3xqkch-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-24T07:06:11.666Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:06:22.802Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:06:22.809Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:06:22.810Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:06:22.810Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:06:22.810Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:06:22.810Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:06:52.810Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:06:52.816Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:06:52.818Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:06:52.819Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:06:52.819Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:06:52.819Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:07:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:07:11.141Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:07:11.141Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:07:20.686Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:07:22.819Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:07:22.825Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:07:22.827Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:07:22.827Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:07:22.827Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:07:22.827Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:07:52.828Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:07:52.832Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:07:52.832Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:07:52.833Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:07:52.833Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:07:52.833Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:08:11.139Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:08:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:08:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:08:20.686Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:08:22.833Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:08:22.837Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:08:22.838Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:08:22.838Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:08:22.838Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:08:22.838Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:08:52.838Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-24T07:08:52.842Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-24T07:08:52.843Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-24T07:08:52.844Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-24T07:08:52.844Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-24T07:08:52.844Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-24T07:09:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:09:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:09:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:09:20.685Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:09:22.844Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-24T07:09:22.844Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62 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-03-24T07:09:22.847Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d87dee1a-6322-4a9a-b37f-f2c45f4e7a62 and serviceModelVersionId: e2992d42-ffd6-4303-ad87-05c74d34d73b
2022-03-24T07:09:22.848Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ab85ed17-fbc6-4630-b6a2-2e67e2321de8
2022-03-24T07:09:22.849Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ab85ed17-fbc6-4630-b6a2-2e67e2321de8/model-vers/model-ver/e2992d42-ffd6-4303-ad87-05c74d34d73b?depth=0
2022-03-24T07:09:22.855Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-03-24T07:09:22.875Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab85ed17-fbc6-4630-b6a2-2e67e2321de8/model-vers/model-ver/e2992d42-ffd6-4303-ad87-05c74d34d73b?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-03-24T07:09:22.875Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab85ed17-fbc6-4630-b6a2-2e67e2321de8/model-vers/model-ver/e2992d42-ffd6-4303-ad87-05c74d34d73b?depth=0|INFO|500||Invoke
2022-03-24T07:09:22.889Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab85ed17-fbc6-4630-b6a2-2e67e2321de8/model-vers/model-ver/e2992d42-ffd6-4303-ad87-05c74d34d73b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-24T07:09:23.160Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab85ed17-fbc6-4630-b6a2-2e67e2321de8/model-vers/model-ver/e2992d42-ffd6-4303-ad87-05c74d34d73b?depth=0|INFO|500||InvokeReturn
2022-03-24T07:09:23.161Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ab85ed17-fbc6-4630-b6a2-2e67e2321de8/model-vers/model-ver/e2992d42-ffd6-4303-ad87-05c74d34d73b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220324-07:09:22:896-74168], vertex-id=[229432], Content-Length=[0], Date=[Thu, 24 Mar 2022 07:09:22 GMT], Content-Type=[application/json]}
2022-03-24T07:09:23.162Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-03-24T07:09:23.162Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-24T07:09:23.162Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-24T07:09:23.165Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-24T07:09:23.165Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d87dee1a-6322-4a9a-b37f-f2c45f4e7a62 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-24T07:09:23.166Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-24T07:09:23.166Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-03-24T07:09:23.168Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-24T07:09:23.168Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105763166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T07:09:23.268Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-24T07:09:23.268Z||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-03-24T07:09:23.268Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:09:23.279Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:09:23.279Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 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-03-24T07:09:24.179Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:09:24.179Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:09:24.179Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:09:35.042Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:09:35.042Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:09:35.043Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:09:35.043Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:09:44.580Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:09:44.580Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:09:44.580Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:09:44.581Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:09:54.121Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:09:54.122Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:09:54.122Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:09:54.122Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:10:03.658Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:10:03.659Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:10:03.659Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:10:03.659Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:10:11.139Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:10:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T07:10:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:10:11.770Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:10:11.771Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-24T07:10:11.771Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d87dee1a-6322-4a9a-b37f-f2c45f4e7a62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648105763166,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-24T07:10:11.772Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-24T07:10:13.199Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:10:13.200Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:10:13.201Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:10:13.201Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:10:22.741Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:11:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:11:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:11:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:11:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:11:11.140Z||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-03-24T07:11:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:11:20.684Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:11:20.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:12:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:12:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:12:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:12:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:12:11.140Z||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-03-24T07:12:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:12:20.680Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:12:20.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:13:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:13:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:13:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:13:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:13:11.140Z||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-03-24T07:13:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:13:20.683Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:13:20.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:14:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:14:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:14:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:14:11.139Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:14:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:14:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:14:20.680Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:14:20.684Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:15:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:15:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:15:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:15:11.139Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:15:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:15:11.140Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:15:20.681Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:15:20.685Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:16:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:16:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:16:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:16:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:16:11.140Z||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-03-24T07:16:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:16:20.683Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:16:20.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:17:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:17:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:17:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:17:11.139Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:17:11.140Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-03-24T07:17:11.140Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:17:20.682Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:17:20.682Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:18:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:18:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:18:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:18:11.139Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:18:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T07:18:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:18:20.681Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:18:20.681Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:19:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:19:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:19:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:19:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:19:11.140Z||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-03-24T07:19:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:19:20.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:19:20.684Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:20:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:20:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:20:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:20:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:20:11.140Z||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-03-24T07:20:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:20:20.682Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:20:20.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:21:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:21:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:21:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:21:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:21:11.140Z||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-03-24T07:21:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:21:20.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:21:20.682Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:22:11.139Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:22:11.139Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:22:11.139Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:22:11.139Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:22:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T07:22:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:22:20.684Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:22:20.684Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:23:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:23:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:23:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:23:11.139Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:23:11.140Z||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-03-24T07:23:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:23:20.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:23:20.683Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:24:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:24:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:24:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:24:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:24:11.140Z||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-03-24T07:24:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:24:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:24:20.686Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:25:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:25:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:25:11.139Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:25:11.139Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:25:11.140Z||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-03-24T07:25:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:25:20.685Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:25:20.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:26:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:26:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:26:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:26:11.139Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:26:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T07:26:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:26:20.681Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:26:20.697Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:27:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:27:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:27:11.138Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:27:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:27:11.140Z||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-03-24T07:27:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:27:20.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:27:20.683Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:28:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:28:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:28:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:28:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:28:11.140Z||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-03-24T07:28:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:28:20.678Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:28:20.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:29:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:29:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:29:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:29:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:29:11.140Z||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-03-24T07:29:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:29:20.680Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:29:20.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:30:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:30:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:30:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:30:11.139Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:30:11.140Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-03-24T07:30:11.140Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:30:20.702Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:30:20.702Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:31:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:31:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:31:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:31:11.140Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:31:11.140Z||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-03-24T07:31:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:31:20.683Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:31:20.684Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:32:11.137Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:32:11.138Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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-03-24T07:32:11.138Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:32:11.139Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:32:11.140Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:32:11.140Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:32:20.684Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:32:20.684Z|5c65525e-a7aa-47fe-b603-8fdecdeb8d71|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:33:11.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:33:11.138Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-24T07:33:11.138Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as sQDYnAtWGqsRSXIB) ...
2022-03-24T07:33:11.139Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:33:11.140Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:33:11.140Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:33:20.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:33:20.683Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:34:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:34:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:34:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:34:11.139Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:34:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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-03-24T07:34:11.140Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:34:20.684Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:34:20.685Z|8358f844-e5ad-4d90-9ea0-c2fefd07bdfc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:35:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:35:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:35:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:35:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:35:11.140Z||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-03-24T07:35:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:35:20.682Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:35:20.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:36:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:36:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:36:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:36:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:36:11.140Z||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-03-24T07:36:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:36:20.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:36:20.682Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:37:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:37:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:37:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:37:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:37:11.140Z||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-03-24T07:37:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:37:20.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:37:20.683Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:38:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:38:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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-03-24T07:38:11.137Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:38:11.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:38:11.140Z||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-03-24T07:38:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:38:20.684Z|d87dee1a-6322-4a9a-b37f-f2c45f4e7a62|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:38:20.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:39:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:39:11.137Z||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-03-24T07:39:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:39:11.139Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:39:11.140Z||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-03-24T07:39:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:39:20.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:39:20.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:40:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:40:11.137Z||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-03-24T07:40:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:40:11.139Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:40:11.140Z||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-03-24T07:40:11.140Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:40:20.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:40:20.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:41:11.137Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:41:11.137Z||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-03-24T07:41:11.137Z||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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:41:11.139Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-24T07:41:11.140Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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-03-24T07:41:11.140Z|f65049ab-5c43-44cf-b112-7614a3402b7c|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 sQDYnAtWGqsRSXIB) ...
2022-03-24T07:41:20.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-24T07:41:20.689Z|f65049ab-5c43-44cf-b112-7614a3402b7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK